>
> https://github.com/tesseract-ocr/tesseract/pull/2231 implements the
> Wordstr box file option.
>
These box files are for each textline and can be easily edited for non-RTL
languages.
example usage to create box files for english language images p001.png to
p015.png
for i in $(seq -f "%03g" 1 15) ; do
tesseract /path/to/myimages/p$i.png \
/path/to/myimages/p$i -l eng --psm 6 wordstrbox
done
--
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/21048802-7d07-4a6e-967d-8318e674d46a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.