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.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,833 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 51,696 Reputation points
    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


Your answer

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