Azure Form Recognizer Read Container Image

azureuser123 1 Reputation point
2022-11-01T10:29:39.527+00:00

Azure documentation states that the Form Recognizer Read Model is available as a container:
https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/containers/form-recognizer-container-install-run?view=form-recog-3.0.0&tabs=layout

The pricing page indicates that as well:
https://azure.microsoft.com/en-us/pricing/details/form-recognizer/

However, the documentation does not list the Docker image for the "read" model anywhere (but only for the other 7 models):
https://learn.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/containers/form-recognizer-container-image-tags?view=form-recog-3.0.0&tabs=current#feature-containers

Can anyone help me find the Docker image for the Read Model?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,399 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,409 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,286 Reputation points Microsoft Employee
    2022-11-02T07:36:07.43+00:00

    @azureuser123 The Read container is available at the following location:

    mcr.microsoft.com/azure-cognitive-services/vision/read:3.2-model-2022-04-30	  
    

    To setup and use the Read container please check the computer vision documentation on installing and configuring the container.
    As mentioned in the setup of Receipt and OCR Read containers the image location is set to image: mcr.microsoft.com/azure-cognitive-services/vision/read:3.2 where you need to configure the computer vision endpoint and key and the pricing for this container is same as CV container i.e for 1M+ transactions - $0.60 per 1,000 transactions

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    1 person found this answer helpful.