How to extract table with table name in custom model

Amol Harde 46 Reputation points
2022-12-05T08:37:56.62+00:00

Hi All,

How to extract table with table name in custom model267155-screenshot-2.png

Table name: Income Statement

We want to extract table with table name

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2022-12-06T10:17:54.92+00:00

    I do not see getTables returning the table name field. You will have to train a model to get this field as a key/value pair and then use this to identify the table name. Examples of using the Java SDK for FR is available here. The sample uses getTables() method to get the tables from the analyzeResult operation. You will have to use getKeyValuePairs() from the result to get the label or key/values pair that you define with your custom model. I hope this clarifies.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    1 person found this answer 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.