How to extract table data to excel file from Document Intelligence Studio

John Salabsabin 0 Reputation points
2024-04-09T04:07:09.0766667+00:00

We've been exploring Document Intelligence Studio for our documents. Everything works perfectly. We only have 1 question. Is there a way to extract tables into excel file? As of the moment, we just happened to copy and paste the tables from Document Intelligence to excel manually.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,100 questions
{count} votes

1 answer

Sort by: Most helpful
  1. navba-MSFT 27,540 Reputation points Microsoft Employee Moderator
    2024-04-09T04:50:57.29+00:00

    @John Salabsabin Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    To extract Table data from documents into an Excel Spreadsheet follow either of the below steps explained in this document:

    https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/extracting-table-data-from-documents-into-an-excel-spreadsheet/ba-p/3796841

    Option 1:
    Azure Function (HTTP Trigger based): This function takes a document and generates an Excel file with the table data in the document. This is done using the Azure Document Intelligence service.

    .

    .

    Option 2:

    Apache Spark in Azure Synapse Analytics (in case you need to process large volumes of documents).

    .

    .

    Option 3:

    Similar to what you are doing now (manually), you can refer to the steps mentioned her:

    https://learn.microsoft.com/en-us/answers/questions/1481440/how-to-output-excel-from-azure-document-intelligen

    .

    .

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    **

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    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.