0
私はTesseractをインストールする方法を数多く試しましたが、うまく動作していないようです。私は、Mac上でだと、これは、私は誰もが私はたTesseractで、この問題を解決する方法を知っていtesseractのインストール中にエラーが発生しましたMac OS
txt = pytesseract.image_to_string(image, lang='eng')
File "/Users/user/anaconda/lib/python2.7/site-packages/pytesseract/pytesseract.py", line 161, in image_to_string
config=config)
File "/Users/user/anaconda/lib/python2.7/site-packages/pytesseract/pytesseract.py", line 94, in run_tesseract
stderr=subprocess.PIPE)
File "/Users/user/anaconda/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/Users/user/anaconda/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
を取得しておくのエラーですか?
「イメージ」とは何ですか?ファイルパス?それは存在しますか? –
'' pytesseract'は 'tesseract'を実行しようとしていますか?あなたの質問はtesseractのインストールを示すことはないので、** that ** ** error? –