0

I need to write a program which can get each text box from an image

I need the text and the position from each text box in same way as tesseract hocr does

Could anyone give me some hints or even better a link to an example explaining how to do it :)

clarkk
  • 27,151
  • 72
  • 200
  • 340
  • http://stackoverflow.com/questions/20831612/getting-the-bounding-box-of-the-recognized-words-using-python-tesseract – RAVI Jul 31 '16 at 14:32

1 Answers1

1

ResultIterator API was designed to provide such data. Check out Tesseract APIExample codes.

nguyenq
  • 8,212
  • 1
  • 16
  • 16