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 out of 0 found this helpful
Comments
3 comments
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.
Please sign in to leave a comment.