Form Recognizer

raza khan 1 Reputation point
2020-07-14T06:06:45.947+00:00

I just started working on form recognizer, i follow the microsoft document and use docker app to label the document. Now i want that labels as json and want to call REST API.
Can anyone guide me how i need to achieve this part ?

i have .net core 3.1v environment and language is c#.

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,656 Reputation points Microsoft Employee
    2020-07-14T09:05:47.827+00:00

    @razakhan-7910 After using the labeling tool if you have successfully trained a custom model it should be available as the list of models for your resource. You can use the REST API reference to list the models and then use the analyze form to get the result from your model. The sample calls to these REST APIs are also listed on bottom of these pages for all languages.

    You can also switch to using the .net SDK instead of using the REST API