-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tesseract can't use traineddata #2927
Comments
I've also tried adding OCR options |
figured it out I copied the traineddata in the |
@royudev |
If you did not give a wordlist during training then the lstm dictionary will not be there. It is not a required item and you should be able to use the traineddata for recognition without it. |
@Shreeshrii I havn't given a wordlist during training , however i am still not able to follow why it is showing me the errors , can you please look at this error |
Found the solution in forum. Check out this discussion https://groups.google.com/g/tesseract-ocr/c/KKTiag0VCFE/m/A4jpS6i6CwAJ Let me know whether it solves your issue or not. |
I have train tesseract using
tesstrain
and I got a traineddata file from it, I then copied the said file to/usr/local/share/tessdata/
But when i tried to extract the text from the image i used to for training i got this error
here's the command i use
tesseract version is
here's
/usr/local/share/tessdata
directoryas you can see, bar.traineddata is in the said directory but it can't seems to use it
what could possibly wrong with it?
The text was updated successfully, but these errors were encountered: