Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.46 KB

README.md

File metadata and controls

26 lines (18 loc) · 2.46 KB

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.