Is it possible to use .net SDK for form recogniser in .net framework application

Neha Srivastava 41 Reputation points
2021-03-03T07:23:24.613+00:00

Dear team,
I have a .net framework 4.8 application. I tried using SDK, but it goes into infinite loop.
Is it recommend to use rest API for .net framework application?
Regards

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,286 Reputation points Microsoft Employee
    2021-03-03T09:50:56.3+00:00

    anonymous user Could you elaborate more on the issue you faced while using the SDK?
    Form recognizer SDKs are available for .NET, Python, Java and Javascript. The REST API versions provide you the flexibility to use some of the preview features early and provide feedback to the team. The SDK's are stable with samples and documentation covering all client operations. If you are looking to use the service over a long term it is preferable to use the SDK for development.