Share via

Chcekboxes-Form recognizer v 2.1

Manisha Rathi 26 Reputation points
2020-10-01T04:55:40.007+00:00

Hii,
I am working on Microsoft azure form recognizer V 2.1 (preview). Can I use the Model ID generated from web sampling tool(v 2.1 preview) for extracting the checkboxes from my pdf files.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


1 answer

Sort by: Most helpful
  1. YutongTie-9091 54,026 Reputation points Moderator
    2020-10-01T06:15:44.27+00:00

    Hi Manisha,

    Just got confirmation from our product group, you can do it with V2.1 preview. Please see below swagger and for more information please refer to the API reference: https://westcentralus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1-preview-1/operations/AnalyzeBusinessCardAsync

     "/custom/models/{modelId}": {
          "get": {
            "summary": "Get Custom Model",
            "description": "Get detailed information about a custom model.",
            "operationId": "GetCustomModel",
            "consumes": [],
            "produces": [
              "application/json"
            ],
            "parameters": [
              {
                "name": "modelId",
                "in": "path",
                "description": "Model identifier.",
                "required": true,
                "type": "string",
                "format": "uuid"
              }
    

    Regards,
    Yutong

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.