halkar / Tesseract.Xamarin

Tesseract OCR wrapper for Xamarin
MIT License
121 stars 40 forks source link

Tesseract iOS Still working ? #50

Closed lilleydnSub closed 6 years ago

lilleydnSub commented 6 years ago

Does these Tesseract bindings / nugget still work on iOS or am I doing something wrong ?

I am finding it hangs forever on trying to process an image. I have tried using different TessDatas but never had any success.

I am attaching self contained test Tess.zip

Any pointers would be gratefully recieved

lilleydnSub commented 6 years ago

Task Problems on my side.

Ah.. await api.SetImage(sFilePath); Works Task aTask = api.SetImage(sFilePath); aTask.Wait(). Fails.