I have a PDF document where every page has the same template. I need to recognize a single field from each page.
Do I need to process the whole page or textfield recognition has the possibility to work with multipage?
I have a PDF document where every page has the same template. I need to recognize a single field from each page.
Do I need to process the whole page or textfield recognition has the possibility to work with multipage?
0人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
For your scenario you can use the processFields method. It allows to specify the coordinates of each field in an XML file for each page, for example:
I considered it but I don't know how many pages the document has. Do I need to dinamically generate configuration XML file reading total page numbre from pdf document?
Yes, you should do so because the "applyTo" attribute is mandatory for the "page" element name.
サインインしてコメントを残してください。