Closed rakesh79mca closed 8 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
Try these language files tessdata.zip
@rakesh79mca you do not await the Init method.
TesseractApi _api = new TesseractApi (this, AssetsDeployment.OncePerInitialization); _api.Init ("eng");
when i debugging code and check _api intialized value it is returning false