There's no TessBaseAPI::GetCharacters() any more,.... in my case every I 
use that term, it show GetCharacter is undefined by TessBaseAPI, so suck !!!

On Monday, May 28, 2012 7:09:22 AM UTC+7, Joe Aspara wrote:
>
> 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 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/aa4695cb-b2de-41bc-8fe5-97c1437e1a2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to