How to Apply the Same Form Extractor Template to Every Page in a Multi-Page PDF?

Hi there,

If the layout of each of the pages is the same, you can simply split the pages into multiple PDFs using the PDF activities:

  1. Get PDF page count activity
  2. Insert the PDF page count into the Repeat Number of Times activity (make sure the Start at of the Repeat Number of Times is 1)
  3. Insert the current index into the Range of the Extract PDF Page Range activity
  4. Provide the new file path into the OutputFileName of the Extract PDF Page Range activity
  5. Perform the Document Understanding (the Form Extractor) for the new file path

Regards,
Azeem

1 Like