Hey.
I am a newbie in tesseract. I have set one parameter while using
SetVariable. how can i see its effect on image.
For example, i am trying to detect table from image. I have set (
"textord_tablefind_recognize_tables", "true") but now how can i see the
effect of that parameter on my image? or how can i see the detected region?
api->SetVariable("textord_show_tables", "true");
api->SetVariable("textord_tablefind_recognize_tables", "true");
tesseract::PageIterator *ri = api->GetIterator();
tesseract::PageIteratorLevel level = tesseract::RIL_BLOCK;
if (ri != 0) {
do {
cout<<bname <<" "<<ri->BlockType()<<endl;
} while (ri->Next(level));
}
--
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 https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tesseract-ocr/4f9f34cd-5175-40c4-b277-88aa65fe47e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.