Search found 2 matches
- Mon Oct 09, 2017 10:15 am
- Forum: General Discussion
- Topic: OCR Error
- Replies: 1
- Views: 11922
Re: OCR Error
My Error!Sorry OCRArea>left,top,right,bottom,result Performs Optical Character Recognition against the specified screen region to retrieve text. Returns the recognised text in the result variable. This function uses the Tesseract OCR engine via the included ocr.dll runtime file. Language files are ...
- Mon Oct 09, 2017 9:58 am
- Forum: General Discussion
- Topic: OCR Error
- Replies: 1
- Views: 11922
OCR Error
im trying execute my script in another computer.
My script search with OCR some text in an area
But my .exe give me this error:
"Exception EOcrError in module....
Cannot initialize Tesseract library"
Thanks!
My script search with OCR some text in an area
Code: Select all
OCRArea>73,98,220,123,strText
"Exception EOcrError in module....
Cannot initialize Tesseract library"
Thanks!