Xamarin Tesseract OCR binding for Android

陌路散爱 提交于 2019-12-23 03:04:15

问题


I would like to use tesseract ocr for Xamarin.Android and Xamarin.iOS applications. I found the binding for iOS (https://github.com/jherby2k/Xamarin-Tesseract-OCR-iOS-Unified).

Is there an equivalent for Android ?


回答1:


Yes, there is Tesseract for Android implementation. You can find it here. But you'll have to build it and create android bindings by yourself.

EDIT

I created Xamarin Android binding based on this project. You can find it here. There is a test project, just don't forget that you will need Tesseract testdata to be copied on the device.



来源:https://stackoverflow.com/questions/30533701/xamarin-tesseract-ocr-binding-for-android

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