Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 576
Noah Avatar asked Jan 29 '11 09:01

Noah


People also ask

What is OCR services in Android?

Optical character recognition, Optical character reader or OCR is the process of reading printed or handwritten text and converting them into machine-encoded text. OCR is mainly used in the field of artificial intelligence, pattern recognition, and computer vision.


2 Answers

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

  2. Tesseract JNI wrapper (free)

  3. Look at this stackoverflow post

like image 196
Lior Avatar answered Sep 23 '22 01:09

Lior


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

like image 45
user659134 Avatar answered Sep 22 '22 01:09

user659134