Traceback (most recent call last):
File "C:\Python37\lib\site-packages\pytesseract\pytesseract.py", line 185, in run_tesseract
proc = subprocess.Popen(cmd_args, **subprocess_args())
File "C:\Python37\lib\subprocess.py", line 756, in __init__
restore_signals, start_new_session)
File "C:\Python37\lib\subprocess.py", line 1155, in _execute_child
startupinfo)
PermissionError: [WinError 5] 拒绝访问。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "G:\360MoveData\Users\ASUS\Desktop\ocr.py", line 27, in <module>
cleanFile(r"D:\ocr\path.png",r"D:\ocr\newpath.png")
File "G:\360MoveData\Users\ASUS\Desktop\ocr.py", line 18, in cleanFile
pytesseract PermissionError: [WinError 5] 拒绝访问
于 2019-05-03 10:47:39 首次发布