How should i use ChoiceIterator?

I want to get all word's and possibility confidences, for example

if in my text it wrotes

merve

and if tesseract have 3 results like

m€rv€
metve
met7e

i want to know all of them.

I tried so far:

tesseract::ResultIterator* ri=api.GetIterator();
tesseract::ChoiceIterator* ci=new tesseract::ChoiceIterator((*ri));
printf("%s",(*ci).GetUTF8Text());


see null.

Thanks for any idea.

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