Skip to content

Commit 863d72b

Browse files
Merge pull request #5738 from jaep3347/patch-51
Update install-run.md
2 parents 656db8d + d86bd36 commit 863d72b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/document-intelligence/containers/install-run.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Azure AI Document Intelligence is an Azure AI service that lets you build automa
2323

2424
In this article you can learn how to download, install, and run Document Intelligence containers. Containers enable you to run the Document Intelligence service in your own environment. Containers are great for specific security and data governance requirements.
2525

26-
* **Layout** model is supported by Document Intelligence v4.0 containers.
26+
* **Read**, **Layout** model is supported by Document Intelligence v4.0 containers.
2727

2828
* **Read**, **Layout**, **ID Document**, **Receipt**, and **Invoice** models are supported by Document Intelligence v3.1 containers.
2929

3030
* **Read**, **Layout**, **General Document**, **Business Card**, and **Custom** models are supported by Document Intelligence v3.0 containers.
3131

3232
## Version support
3333

34-
Support for containers is currently available with Document Intelligence version `v3.0: 2022-08-31 (GA)` for all models, `v3.1 2023-07-31 (GA)` for Read, Layout, ID Document, Receipt, and Invoice models, and `v4.0 2024-11-30 (GA)` for Layout:
34+
Support for containers is currently available with Document Intelligence version `v3.0: 2022-08-31 (GA)` for all models, `v3.1 2023-07-31 (GA)` for Read, Layout, ID Document, Receipt, and Invoice models, and `v4.0 2024-11-30 (GA)` for Read and Layout:
3535

3636
* [REST API `v3.0: 2022-08-31 (GA)`](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v3.0%20(2022-08-31)&preserve-view=true&tabs=HTTP)
3737
* [REST API `v3.1: 2023-07-31 (GA)`](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v3.1%20(2023-07-31)&tabs=HTTP&preserve-view=true)
@@ -171,7 +171,7 @@ version: "3.9"
171171
services:
172172
azure-form-recognizer-read:
173173
container_name: azure-form-recognizer-read
174-
image: mcr.microsoft.com/azure-cognitive-services/form-recognizer/read-3.1
174+
image: mcr.microsoft.com/azure-cognitive-services/form-recognizer/read-4.0
175175
environment:
176176
- EULA=accept
177177
- billing={FORM_RECOGNIZER_ENDPOINT_URI}

0 commit comments

Comments
 (0)