Skip to content

Simple Optical Character Recognizer (english-ocr-image-to-text-recognition-sample-trainig-alphabet-photo-data-database-dataset)

License

Notifications You must be signed in to change notification settings

MinhasKamal/AlphabetRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alphabet Recognizer

Simple Optical Character Recognizer

This Image processing program can convert image of English writing (like- this) to text. It simply uses Template Matching strategy for character recognition.

How to Run?

  1. Download Alphabet Recognizer, and import it in your IDE.
  2. Download egami.jar from project- Egami, and integrate it in the project's build path.
  3. For training the machine run Train.java.
  4. For testing run Predict.java (change file-paths in the main method according to your need).

Visual of Learned Templates

Downloads

If you like this project, you may also like GenderRecognizer- Plain Face Detector & Gender Recognizer and SkinDetector- Detects Human Skin From Image.

License

MIT License
Alphabet Recognizer project and its Training Dataset is licensed under MIT License.

Releases

No releases published

Packages

No packages published

Languages