We are doing OCR of PDF and exporting to XML. We are not able to understand how ABBYY is treating the table resides on PDF.
How ABBY is doing OCR for table structure in PDF.
Was this article helpful?
0 out of 0 found this helpful
We are doing OCR of PDF and exporting to XML. We are not able to understand how ABBYY is treating the table resides on PDF.
0 out of 0 found this helpful
Comments
2 comments
If you use the documentConversion profile, the tables are detected during the document analysis stage. When you export the recognition result to the xml format, the output is described with the following XML scheme. In this case the recognized text is presented in proper hierarchy: document > page > block > region > etc. And the block tag has the blockType attribute, which denotes the type of the block: Text, Table, Picture, Barcode, Separator, SeparatorsBox.
Thanks for your answer Oksana
Please sign in to leave a comment.