Pytesser
Pytesser copied to clipboard
Python wrapper for the tesseract OCR engine. The module is based on OpenCV
below is attached image and output i got after using this repo  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