You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: