我已经花了好几个小时用windowserror error2
来解决这个问题但是在找到具体的解决方案后它仍然存在
所以这是我的计划:
"from PIL import Image
import pytesseract
img = Image.open('D:/Divers/Projet plaques/m.png')
img.show()
img.load()
i = pytesseract.image_to_string(img)"
以下是错误消息:
“Traceback(最近一次呼叫最后一次):
文件“D:\ Divers \ Projet plaques \ Recognition.py”,第18行,in i = pytesseract.image_to_string(img)
文件“D:\ Divers \ Portable Python 2.7.6.1 \ App \ lib \ site-packages \ pytesseract \ pytesseract.py”,第161行,在image_to_string中 配置= CONFIG)
文件“D:\ Divers \ Portable Python 2.7.6.1 \ App \ lib \ site-packages \ pytesseract \ pytesseract.py”,第94行,在run_tesseract中 标准错误= subprocess.PIPE)
文件“D:\ Divers \ Portable Python 2.7.6.1 \ App \ lib \ subprocess.py”,第709行, init errread,errwrite)
文件“D:\ Divers \ Portable Python 2.7.6.1 \ App \ lib \ subprocess.py”,第957行,在_execute_child中 STARTUPINFO)
WindowsError:[错误2] Lefichierspécifiéestintrouvable“
我不知道如何解决这个问题,因为这个问题似乎很深。 我有Windows 10,Python 2.7,PIL和tesseract。