Skip to content

Files

Latest commit

f4f98df · Apr 6, 2021

History

History
10 lines (7 loc) · 518 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 518 Bytes

Text-Captcha-Reader

Digital Image Processing capstone project

Captcha_Preprocessing contains the Image preprocessing steps for the required test image. The output of this file is the input to Captcha_Segmentation.

Captcha_Segmentation contains Image segmentation using region properties.

The characters extracted from Captcha_Segmentation is used as input to a trained neural network. The neural network is trained using EMNIST datasets for letters. Codes in relation to the above task is in ImageProc_NN folder.