I have a set of PDF documents that I need to scrape the content into a CSV.
Here is an example with some made up names, the problem is I can train an AI model to read the values, but when I feed it documents it only grabs the first value:
This is how I am attempting to implement the model:
Any pointers to help me read out all the names and postal codes into a table would be much appreciated.
Thanks in advance.
David
I got it working now by using a table instead and then specifying the fields in the table.