テキスト画像をテキストに変換しようとしています。私pytesser
はすでにtesseractをインストールしているため、pythonで使用していますが、次のコードを実行しています。
from pytesser import *
im = Image.open('phototest.tif')
text = image_to_string(im)
print text
次のエラーが表示されます。
Tesseract Open Source OCR Engine with Leptonica
Please call SetImage before attempting recognition.
何も出力されません(結果なし)。上記の問題について何か助けはありますか?