C# SDK not returning table tag

f-ang 31 Reputation points
2022-09-22T23:57:07.297+00:00

I created a custom model using form recognizer studio and tested it using the sample forms here.

Created (dynamic) table tag to only get the 'Details' and 'Total' from the table below.
244052-image.png

When tested in form recognizer studio, the table tag's returned fine (also in the json file).
243968-image.png

However, the dynamic table is not returned when I try to analyze using C# SDK.
I wrote my codes by referring to the sample here.
244008-image.png

244036-image.png

Is there any specific code I need to add to be able to return the table tag?
Thanks.

1: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/trainingFiles/subfolder 4: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample_AnalyzeWithCustomModel.md

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,228 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,360 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Peter Weber 6 Reputation points
    2023-04-02T02:59:51.6533333+00:00

    @romungi-MSFT Any updates on this?

    0 comments No comments