Looks like I missed that one ... better late than never! Yes, the coordinates are returned in units of pixels.
On Jan 7, 2:48 pm, jdevelop <[email protected]> wrote: > On Jan 7, 9:22 pm, patrickq <[email protected]> wrote: > > > Yes, look up the definition of TesseractExtractResults: it returns the > > set of boxes for all characters it recognized, with blank characters > > (ascii 32) between words or lines (you have to map to a space or to a > > newline based on the X & Y coordinates of the box before and after the > > delimiter). > > Hello, Patrick! > > Thank you for the quick response. May be you can also tell me what are > the units > for x0,y0,x1,y1 used? Are those pixels or something else? > > static int TesseractExtractResult(char** string, > int** lengths, > float** costs, > int** x0, > int** y0, > int** x1, > int** y1, > PAGE_RES* page_res); > > Thank you! > > -- > Eugene -- 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.

