MinhasKamal / AlphabetRecognizer

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

Home Page:http://minhaskamal.github.io/AlphabetRecognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://minhaskamal.github.io/AlphabetRecognizer

License:MIT License


Languages

Language:Java 100.0%