OCR code in android platform [duplicate]

有些话、适合烂在心里 提交于 2019-12-04 15:08:11
Sahil Mahajan Mj

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!