Offline Image To Text Recognition (OCR) in android

后端 未结 3 492
小蘑菇
小蘑菇 2020-12-29 00:37

How to build the android native SDK for image to text recognition. (I have done well with some APIs from web services. But this time, I just want to make the app without any

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-29 00:57

    I guess u can use Tesseract OCR Tool, an open source alternative by Google. How to integrate that in Android is simple via Tesseract Android Tools Have a look at the tess-two project on github, it's very easy to use and gives good OCR results

提交回复
热议问题