You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
Hi,I have given a skewed image as input to Tesseract-ocr. The plain text output generated de-skews the image and is giving the correct output. But in hocr output, the bounding box coordinates of the words are with respect to the original skewed image. So,Is there any way to get the coordinates of the words of image which is deskewed by the tesseract or can we get hold of deskewed image itself? Thank you.
Dominik Jesiolowski
unread,
Apr 21, 2017, 9:52:35 AM4/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
Hi,
Don't think Tesseract deskews the image internally. You can deskew it before loading to Tesseract, have a look at leptonica source: prog/skewtest.c