View on GitHub

Alphabet Recognizer

Simple Optical Character Recognizer

Download this project as a .zip file Download this project as a tar.gz file

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

How to Run?

  1. Import the project in your IDE, & integrate Egami in the build path.
  2. For training the machine run Train.java.
  3. Now run Predict.java for testing (change file-paths in the main method according to need).

License

GNU General Public License
Alphabet Recognizer is licensed under a GNU General Public License version-3.