2017-01-26 14 views
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 
+0

pytesseractはどのようにインストールしましたか? –

答えて

0

問題があります。

バイナリバージョンをgithubで利用可能なものに置き換えました

関連する問題