Traceback (most recent call last):
File "D:\Python\Python37\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
File "D:\PyCharm Community Edition 2022.2.1\plugins\python-ce\helpers\pydev_pydev_bundle\pydev_umd.py", line 198, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "D:\PyCharm Community Edition 2022.2.1\plugins\python-ce\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "E:/table-parser-opencv-master/main.py", line 164, in
text = utils.run_tesseract(fname, num_img, psm, oem)
File "E:\table-parser-opencv-master\utils.py", line 79, in run_tesseract
image = Image.open(filename)
File "E:\table-parser-opencv-master\venv\lib\site-packages\PIL\Image.py", line 2904, in open
fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'bin/cleaned/cleaned0.jpg'
Traceback (most recent call last):
File "D:\Python\Python37\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
File "D:\PyCharm Community Edition 2022.2.1\plugins\python-ce\helpers\pydev_pydev_bundle\pydev_umd.py", line 198, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "D:\PyCharm Community Edition 2022.2.1\plugins\python-ce\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "E:/table-parser-opencv-master/main.py", line 164, in
text = utils.run_tesseract(fname, num_img, psm, oem)
File "E:\table-parser-opencv-master\utils.py", line 79, in run_tesseract
image = Image.open(filename)
File "E:\table-parser-opencv-master\venv\lib\site-packages\PIL\Image.py", line 2904, in open
fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'bin/cleaned/cleaned0.jpg'