Dayobam / Form-Recognizer-Labeling-Tool

Setup Form Recognizer Labeling Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Recognizer Labeling Tool

Supporting medium post on Getting Start with Form Recognizer Labeling Tool

Requirements

  1. Azure Subscription

Setup Form Recognizer

  1. Open your browser, navigate to https://portal.azure.com, and log in with your Azure subscription credentials.
  2. Select "Create a Resource"
  3. Search for "Form Recognizer"
  4. Click "Create"
  5. Fill in the following information:
  • Name: azformdemo

  • Location: centralus

  • Pricing Tier: F0

  • Resource Group: DemoFormRecognizer

  • Select "Create"

Setup Form Recognizer Labeling Tool

  1. Select "Create a Resource"

  2. Select "Web App"

  3. On the Basics Tab. Fill in the following information:

    • Resource Group: DemoFormRecognizer
    • Name: "type a uniquename"
    • Publish: Docker Container
    • Region: Central US
    • Sku and size: "_choose Dev/Test for a cheaper or free size _"
  4. On the Docker Tab. Fill in the following information:

    • Image Source: Docker Hub
    • Image and Tag: mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool
    • Startup Command: docker run -it -p 3000:80 mcr.microsoft.com/azure-cognitive-services/custom-form/labeltool eula=accept
  5. Select Review + Create

  6. Access the tool by going to the url

About

Setup Form Recognizer Labeling Tool