-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 couldn't load any languages #462
Comments
If this issue is still active, can you post a snippet of the code your were running and/or link to the code in a repo? There seems to be similar issues stemming from multiple processes writing to the same |
|
I implemented changes that should resolve this in Version 4. Specifically, the cache used to be overwritten with each |
Hello, I recently encountered such a problem that a tesseract cannot load / initialize * .traineddata.
But by the time I start receiving this message, the tesseract already recognized about 50 iterations in 1-2 hours. *.traineddata is in two places: in the root of the launch and in the TESSDATA_PREFIX environment (/usr/local/share/tessdata).
If I reload * .traineddata, the problem will be solved only temporarily
Help me solve the problem please
OS : Ubuntu 18.04.3
NodeJS: 13.8.0
NPM: 6.13.6
Tesseract.js: 2.1.1
The text was updated successfully, but these errors were encountered: