Form Recognizer APIs have been deprecated. Please upgrade to v2.0

Robert O'Hare II 1 Reputation point
2020-10-01T16:51:06.237+00:00

I am not seeing how to update the API for Forms Recognizer

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

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-10-01T17:13:15.29+00:00

    Update the API endpoint that your app is calling. For example, to use the latest preview, target:
    https://{endpoint}/formrecognizer/v2.1-preview.1/custom/models/{modelId}/analyze[?includeTextDetails]
    or for release version
    https://{endpoint}/formrecognizer/v2.0/custom/models/{modelId}/analyze[?includeTextDetails]

    If you need alternate API endpoints, the latest release version documentation is at:
    https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2/operations/AnalyzeWithCustomForm

    1 person found this answer helpful.

  2. YutongTie-MSFT 47,916 Reputation points
    2020-10-01T22:41:13.553+00:00

    Hi Robert,

    In addition to Rashiel's response, please refer to the latest API reference: https://westcentralus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1-preview-1/operations/AnalyzeBusinessCardAsync

    Please make sure you if you want to GET data using "model ID", you need to use API V2.1 to create the model.

    Regards,
    Yutong

    0 comments No comments