how to convert the output of custom model in case of tables ?

Hrushikesh Shinde 0 Reputation points
2024-04-19T09:10:36.8066667+00:00

when i train the custom model to fetch the tables how can i extract tables from my trained fields from output json?

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

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 14,261 Reputation points
    2024-04-19T21:39:42.3133333+00:00

    Hello @Hrushikesh Shinde , Thanks for using Microsoft Q&A Platform.

    You can refer to these workarounds if that helps you:

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

     https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/tutorial-azure-function?view=doc-intel-4.0.0

    I believe, most of the programming languages have JSON to CSV converters. You can try some post processing steps.

    I hope this helps.

    Regards,

    Vasavi

    0 comments No comments