I have multiple PDFs, in which each pdf file contains multiple pages.
I am using IQ Bot to extract fields and tabular data from each PDF.
Here the issue is for the form field let's say for employee ID, the bot is extracting employeeID data from page 1 for all pages. Able to extract tabular data in all pages correctly, but in case of form fields, bot is extracting data from page 1, getting employee ID from page 1 only, not getting page 2 employee ID. How to solve it.