PyTesserをダウンロードして解凍しました。
私はpytesser_v0.0.1
フォルダーにいて、Python インタープリターでサンプルの使用コードを実行しようとしました。
from pytesser import *
print image_file_to_string('fnord.tif')
そして出力:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pytesser.py", line 44, in image_file_to_string
call_tesseract(filename, scratch_text_name_root)
File "pytesser.py", line 21, in call_tesseract
proc = subprocess.Popen(args)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
注:私はUbuntu 12.10
一緒ですPython 2.7.3
誰かがこのエラーを理解するのを手伝ってくれますか?それを修正するにはどうすればよいですか?