Extracting specific table from a document using AI module

Bijaya Rai 40 Reputation points
2024-12-19T12:02:03.48+00:00

A document, especially an earnings report, will have different tables in the document, e.g. https://report.adidas-group.com/2023/en/_assets/downloads/cons-financial-statements-adidas-ar23.pdf. I am only interested in a specific table, "Consolidated Statement of Changes in Equity", on page 193-194.

The Layout module in Document analysis is great at finding tables in a document but it returns all tables in a document. Is there a way to configure this or use a different module to find a specific table?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,815 questions
0 comments No comments
{count} votes

Accepted answer
  1. santoshkc 11,530 Reputation points Microsoft Vendor
    2024-12-19T13:53:11.06+00:00

    Hi @Bijaya Rai,

    Thank you for reaching out to Microsoft Q&A forum!

    In Azure AI Document Intelligence, you can indeed limit the analysis to specific pages of a document, which can help in isolating a particular table like the "Consolidated Statement of Changes in Equity" on pages 193-194.

    To extract the table from the specified pages, follow these steps:

    1. In the Analyze options, set the Page range to 193-194 (or the desired page range).
    2. Run the analysis on the document.
    3. Once the analysis is complete, go to the Content > Tables section. Only the tables from the specified page range will be extracted, allowing you to focus on the table you need.

    This method ensures that only the relevant tables from the selected page range are analyzed and extracted, making it easier to isolate the specific table you are interested in without processing the entire document.

    User's image

    I hope this helps. In case you were expecting something different or need further clarification, feel free to let me know!


    If this answers your query, do click Accept Answer and Yes for was this answer helpful.


0 additional answers

Sort by: Most helpful

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.