Issue
I'm developing an app which uses Pytesseract and I'm hosting it on PA. Tesseract is preinstalled but apparently the version is old (3.04) when I run my code I get error:
"TSV output not supported. Tesseract >= 3.05 required"
How can I upgrade it since I can't use sudo apt
?
Solution
The latest version of Tesseract is not available on PythonAnywhere yet. It should be available with the next system image later this spring.
Answered By - Filip
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.