halkar / Tesseract.Xamarin

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

TesseractApi not initialized #31

Closed rakesh79mca closed 7 years ago

rakesh79mca commented 7 years ago

TesseractApi _api = new TesseractApi (this, AssetsDeployment.OncePerInitialization); _api.Init ("eng");

when i debugging code and check _api intialized value it is returning false

hyderlyger commented 7 years ago

Try these language files tessdata.zip

halkar commented 7 years ago

@rakesh79mca you do not await the Init method.