Android OCR Library [closed]

Does anyone know any available libraries or sample codes that can be used to develop an app that reads the text in an image captured by the camera? Something similar to Google Goggles but only for reading text.


  1. Look at ABBYY's Android OCR lib (paid)

  2. Tesseract JNI wrapper (free)

  3. Look at this stackoverflow post


Check out Mezzofanti which uses Tesseract. We used it for our project.

http://code.google.com/p/mezzofanti/ and http://www.itwizard.ro/mezzofanti-augmented-reality-through-text-recognition-146.html

/Amoxus


Check out free opensource Tesseract library integration in android application in below URL:

http://gaut.am/making-an-ocr-android-app-using-tesseract/