こんにちは私は画像からテキストを抽出するpythonライブラリpytesseractを試しています。 は、コードを見つけてください:pytesseractエラーWindowsエラー[エラー2]
from PIL import Image
from pytesseract import image_to_string
print image_to_string(Image.open(r'D:\new_folder\img.png'))
しかし、次のエラーが来た:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\pytesseract\pytesseract.py", line 161, in image_to_string
config=config)
File "C:\Python27\lib\site-packages\pytesseract\pytesseract.py", line 94, in run_tesseract
stderr=subprocess.PIPE)
File "C:\Python27\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
私はこれまで具体的な解決策が見つかりませんでした。誰も私が何をすべきか助けてくれる?私は、同じ悩みを持っていたし、すぐにこの記事を読んだ後解決策を見つけた...事前:)