0
を使用して、私はこの試みたPIL(バイナリバージョンPIL-1.1.7.win32-py2.7.exe)私はたTesseract OCR-</p> <p>を使用しようとしているのPythonたTesseract
をインストール:
をfrom PIL import Image
import pytesseract
print(pytesseract.image_to_string(Image.open('7.png'), lang='fra'))
が、解決エラー
Trying to load '../vs2010/DLL_Release/libtesseract302.dll'...
Trying to load 'libtesseract302.dll'...
[Error 126] The specified module could not be found
Process finished with exit code 1
pytesseractはどのようにインストールしましたか? –