Pytesser icon indicating copy to clipboard operation
Pytesser copied to clipboard

Python wrapper for the tesseract OCR engine. The module is based on OpenCV

Results 4 Pytesser issues
Sort by recently updated
recently updated
newest added

below is attached image and output i got after using this repo ![values](https://user-images.githubusercontent.com/38693091/48659932-032fa380-ea7f-11e8-970d-c4b135511161.png) Assessment Year INDIAN INCOME TAX RETURN ACKNOWLEDGEMENT [mm the an: d m. Rmm of Income in Form...

I keep getting the error: ``` Traceback (most recent call last): File "C:\Users\phijon0412\Desktop\Ny mapp (2)\test.py", line 6, in txt = pytesser.image_to_string(image) File "C:\Users\phijon0412\Desktop\Ny mapp (2)\pytesser.py", line 60, in image_to_string txt...

If using `image_to_string` it will throw a FileNotFoundError. The methods calls `image_file_to_string` and the TEMP_IMAGE file will get deleted there already. Solution: Just delete line 61 from the pytesser.py