Skip to content

OCR which processes and recognizes information from image data.

Notifications You must be signed in to change notification settings

tusharjayanti/OpticalCharacterRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpticalCharacterRecognition

OCR which processes and recognizes information from image data.

-> While reading from input, the program extracts the vertical and horizontal sum of data points of an image and stores them in a histogram.

-> k-nearest neighbors algorithm ( KNN ) has been used to distinguis (classify) between foreground and background data.

-> The logistic regression algorithm is used to classify and thus recognize characters from the image.

About

OCR which processes and recognizes information from image data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages