On Thu, Feb 9, 2012 at 1:32 PM, TyDam' wrote:
> Thanks for your answer.
> I already read and have a look on this project.
> Without modification this project compil and run but when I modify it
> by adding:
>
> tesseract::ResultIterator *ri;
> ri=api.GetIterator();
> char * out2 = ri->GetUTF8Text(
Thanks for your answer.
I already read and have a look on this project.
Without modification this project compil and run but when I modify it
by adding:
tesseract::ResultIterator *ri;
ri=api.GetIterator();
char * out2 = ri->GetUTF8Text(tesseract::RIL_SYMBOL);
and when I compil his project with th
On Thu, Feb 9, 2012 at 11:26 AM, TyDam' wrote:
> Dear all,
> I succeed to use tesseract with good recognition rate. So first,
> thanks a lot for this project!
>
> But I’m face to an issue when I try to use tesseract::ResultIterator
> and tesseract::ChoiceIterator
>
> I use visual 2010 and trying
Dear all,
I succeed to use tesseract with good recognition rate. So first,
thanks a lot for this project!
But I’m face to an issue when I try to use tesseract::ResultIterator
and tesseract::ChoiceIterator
I use visual 2010 and trying to do a MFC dll using tesseract v3.01
I have following link e
4 matches
Mail list logo