コマンドを実行するとtesseract makebox
次のエラーが発生しました
Error opening data file /opt/local/share/tessdata/eng.traineddata Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory. Failed loading language 'eng' Tesseract couldn't load any languages! Could not initialize tesseract.
私が使用したコマンド
tesseract eng.HighwayGothic.exp0.tif eng.HighwayGothic.exp0 batch.nochop makebox
GhostScript
以下を使用して作成されたリンクされたTifファイルhttps://dl.dropboxusercontent.com/u/97646145/Issue/Onepage_TIFF.zip
パスのフォルダtessdataにアクセスしたところ/opt/local/share/tessdata/
、trainneddataはありませんでした。これが言語をロードする方法だと思います。
brew install tesseract --all-languages