xamarin.android - Xamarin Tesseract OCR binding for Android -


i use tesseract ocr xamarin.android , xamarin.ios applications. found binding ios (https://github.com/jherby2k/xamarin-tesseract-ocr-ios-unified).

is there equivalent android ?

yes, there tesseract android implementation. can find here. you'll have build , create android bindings yourself.

edit

i created xamarin android binding based on project. can find here. there test project, don't forget need tesseract testdata copied on device.


Comments

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -