Hi, I cant really figure out how to get the ChoiceIterator. My Code looks something like this:
tesseract::ResultIterator* resItr = tesseract->GetIterator(); char* resultChar = resItr->GetUTF8Text(tesseract::RIL_SYMBOL); ... tesseract::ChoiceIterator *choiceItr = new tesseract::ChoiceIterator(resItr);//Error: No matching Constructor... The Constructer looks like this: explicit ChoiceIterator(const ResultIterator& result_it); Maybe iam totaly blind/stupid, but for the moment i really cant see why he cant finde the right Constructor... Could someone point me in the right direction? :-) -- 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

