Dynamic Table in Azure Form recognizer Studio

2022-03-21T11:57:20.243+00:00

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
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,176 Reputation points
    2022-03-21T23:34:53.117+00:00

    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!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.