Hi Buyung, On Fri, May 09, 2014 at 01:34:04AM -0700, Buyung Afrianto wrote: > Do you know how to create bounding box for each character using tesseract, > step > by step ??
Depending on what you want to do with the bounding box information, you could just run tesseract using the 'makebox' config, as is done in the training process, like this: tesseract myimage myout batch.nochop makebox Alternatively you can use the ResultIterator in the API quite straightforwardly, if you're comfortable programming. Nick -- 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 http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/20140509152254.GA24838%40manta.lan. For more options, visit https://groups.google.com/d/optout.

