Hi - I want to extract data from a form that is present on page1 and a form that is present on page 2. Basically, these are two different forms with different data. However, I cannot tag data from both forms to the same Key. Ex: I created a text key 'ID' for the whole AI model, i cannot assign the id found in form 1 and 2 to the 'ID' key.
When i run the model on a single PDF that contains multiple forms, the model is only able to detect the form on page 1 and not the form on page 2? How can i overcome this issue? I need results from both the pages.
I believe one potential way to do this is to create an 'ID-2' key and tag the id from page 2 to this and train the model - this doesn't seem like a sustainable idea if there are more than 3+ forms in a single PDF. Any ideas or thoughts?