Hello,
I'm trying to see how Tesseract detects certain layout elements, e.g. tables. I am able to see the regions in ScrollView, e.g.:
tesseract.exe -c textord_show_tables=true test.png test segdemo inter
this works well - I can see tables being painted with different color. Now I am trying to output those regions to a file, is that possible? I tried "hocr" mode but it seems to only return disconnected lines. Basically I would like to see what I see in ScrollView, in a text file.
Thanks in advance.
Andrey