Issue
I want the tesseract engine to use eq.traineddata
to work on some mathematics as well as Bengali , Hindi texts. When I go to /usr/share/tesseract-ocr/4.00/tessdata
, I see only a bunch of *.traineddata
files. Checking the official documentation, I find the links to these data files. I have downloaded osd.traineddata
and all other files given in tessdata link at the github.
Now What do I have to do?? Where do I have to put these files and then which command will enable these languages?
I am using Ubuntu 18
and Conda
environment.
Solution
You can copy your *.traineddata files to /usr/share/tesseract-ocr/4.00/tessdata. During running tesseract you can pass the traineddata using -l param.
E.g) tesseract inputpath output -l osd
Answered By - Gopinath
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.