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.
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
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人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
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
サインインしてコメントを残してください。