halkar / Tesseract.Xamarin

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

Not working #26

Closed ghost closed 8 years ago

ghost commented 8 years ago

Even using your test projects, only garbage is returned. Not only that, it takes well over 5 minutes, at least, to process an image. Only when taking an image directly from the camera or an image that was taken from the camera and loaded from the library. However, images downloaded from the web are read in just fine. Would this be a problem with the camera?

halkar commented 8 years ago

It's almost impossible to recognise image received from phone camera without preprocessing (like contrast, b/w, noise removing etc). Image preprocessing is not this lib's job so you will need to use something like OpenCV.