rockoj
@rockoj

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

tesstrain.shが見つからず、止まっています。

解決したいこと

tesseractの再学習について勉強したいと思い
下記ページを参考に進めています。

この中の「tesstrain.shの実行」の項で
tesstrain.shがフォルダ内になく、何が原因でそうなっているのか
分からずに止まっている状態なので、解決方法を教えていただけないでしょうか?

※備考
「TessTutorialのための準備」の項で下記wgetで対象ファイルが見つからず
https://github.com/tesseract-ocr/tessdata」「https://github.com/tesseract-ocr/tessdata_best」から
zipを落としてきて、同名のファイルを保存されるはずのフォルダに入れて対処しています。

cd tesseract/tessdata
wget https://github.com/tesseract-ocr/tessdata/raw/master/eng.traineddata
wget https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata
mkdir best
cd best
wget https://github.com/tesseract-ocr/tessdata_best/raw/master/eng.traineddata
wget https://github.com/tesseract-ocr/tessdata_best/raw/master/heb.traineddata
wget https://github.com/tesseract-ocr/tessdata_best/raw/master/chi_sim.trained

発生している問題・エラー

PC〇〇:~/tesstutorial/leptonica/tesseract$ ~/tesstutorial/tesseract$ src/training/tesstrain.sh --fonts_dir /usr/share/fonts --lang eng --linedata_only \
>   --noextract_font_properties --langdata_dir ../langdata \
>   --tessdata_dir ./tessdata --output_dir ~/tesstutorial/engtrain
-bash: /home/k_inoue/tesstutorial/tesseract$: No such file or directory

自分で試したこと

Ubuntuフォルダ内をファイル名検索したのですが、tesstrain.shは見つかりませんでした。
記事の手順をやりなおして、生成エラーのようなものが出ていないか確認してみたのですが
見つけることができませんでした。

0

1Answer

Your answer might help someone💌