Pytesser icon indicating copy to clipboard operation
Pytesser copied to clipboard

FileNotFoundError due to line 61

Open SeparateReality opened this issue 8 years ago • 0 comments

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

SeparateReality avatar Nov 01 '17 13:11 SeparateReality