OCR code in android platform [duplicate]

2020-07-26 14:12发布

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?

2条回答
女痞
2楼-- · 2020-07-26 14:46

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.

查看更多
Deceive 欺骗
3楼-- · 2020-07-26 14:55

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

查看更多
登录 后发表回答