2

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?

Community
  • 1
  • 1
Newbie Newbae
  • 65
  • 2
  • 3
  • 7

2 Answers2

1

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.

Daniil Shevelev
  • 11,739
  • 12
  • 50
  • 73
Sahil Mahajan Mj
  • 11,033
  • 8
  • 53
  • 100
0

You can look into Tesseract, this link offers some API for Android.

Matthieu
  • 16,103
  • 10
  • 59
  • 86