I think I've solved using the tess-two version of tesseract, which contains 
four new native methods:

   - TessBaseAPI::GetRegions()
   - TessBaseAPI::GetTextlines()
   - TessBaseAPI::GetWords()
   - TessBaseAPI::GetCharacters()


For further info, visit: https://github.com/rmtheis/tess-two


Il giorno domenica 27 maggio 2012 18:54:42 UTC+2, Joe Aspara ha scritto:
>
> Hi you all,
> I'm searching for a way to getting the bounding box coordinates of the 
> characters in the tesseract-android-tool version. In the native API 
> interface (TessBaseAPI.java) there isn't the native method for
>
> static int TesseractExtractResult(char** string,  int** lengths, float** 
> costs, int** x0,  int** y0,  int** x1, int** y1, PAGE_RES* page_res);
>
> which let's to obtain the character coords. I hope there is a way...
>
> Thanks in advance
>
>
>

-- 
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

Reply via email to