I am using document understanding with Regex & Form based Extractor for extracting data from invoices. In the invoices there will multiple items billed (not fixed numbers, it can 1, 2 or many more), I need to extract all of them and maintain in excel for further processing. How can I achieve this.
Cannot attack original pdf but I have attached sample pdf which have multiple items billed. In the actual scenario, items billed will be one, or multiple (not fixed).
I have used document understanding for extracting single item details.
But how can we handle if the number of items vary in each invoice?