Hello,
I am new to Tesseract. I try the sample but got crash when calling to
delete outText.
// [5]
char* outText = myOCR->GetUTF8Text();
printf(“OCR output:\n\n”);
printf(outText);
// [6]
myOCR->Clear();
myOCR->End();
delete [] outText;// application crashes here.
Please advise.
Note: I am using tesseract in vs 2010.
--
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