tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
625 stars 180 forks source link

Tesseract warning #165

Closed ghost closed 4 years ago

ghost commented 4 years ago

After training, when i am executing tesseract i got warning Failed to load any lstm-specific dictionaries for lang test!! How can i disable this warning or fix it? P.s i used all oem modes

stweil commented 4 years ago

Please don't open new issues for each of your new questions and try to find the answer yourself before using the time of others.

Newly trained models don't include a dictionary unless you add one. So add a dictionary to silence the warning or just ignore it.

stweil commented 4 years ago

You may add your questions to https://github.com/tesseract-ocr/tesstrain/wiki/FAQ.

stweil commented 4 years ago

You may add your questions to https://github.com/tesseract-ocr/tesstrain/wiki/FAQ.