Possible Duplicate:
android OCR?
Currently, I have a project in mobile application. in the application, I would like to developed OCR. Anyone know the sourcecode which can be execute for android platform?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The popular OCR libraries are Aspire and Tesseract.
Example of it in practice:
Mezzofanti (http://code.google.com/p/mezzofanti/), an open-source Android App using Tesjeract.
OCR can be pretty CPU intensive, you might want to reconsider doing it on a smart phone.