2
votes

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

1 Answers

6
votes

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.