Hi, thanks for reaching out. I assume you're using v3.0 preview. You can try using a prebuilt model which should automatically extract table data. If you don't get desired results, you can manually label forms using custom model. You need to label at least five forms (include a least one form with the largest possible table, specify the required columns and all rows). More information on how to label as table is provided in this document. Hope this helps!
Dynamic Table in Azure Form recognizer Studio
Dynamic table to get all records
1
Reputation point
I have a PDF with multiple pages and each page has table data.
This is just a sample data:
Quantity | Unit Price | Total | Item
1 | 2.5 | 2.5 | pen
5 | 2 | 10 | Pencil
Want to create custom and train the model to get all table data.
Created one dynamic table and added all 4 columns (refer above example) and tagged first row items.
Model is producing only one row and rest of the rows are not collected.
How dynamic table can pick all the rows.
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,111 questions