On Wed, Nov 13, 2013 at 06:13:28AM -0800, Hsrt wrote: > This title likes my problem. > > Should I coded my own? > https://groups.google.com/forum/#!searchin/tesseract-ocr/coordinate/ > tesseract-ocr/GZeQbTT9BpE/h7Jsku2w3bUJ
As that reply suggests, you can either output as hocr and parse that, or use the Tesseract API, and get coordinate information from that. You could also output boxes and parse them, but that would probably be more work to figure out where the word was. -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

