Skip to content

Commit 539d049

Browse files
Merge pull request #265366 from jaep3347/patch-24
Update configuration.md
2 parents 6961cbf + bc26fa5 commit 539d049

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/ai-services/document-intelligence/containers/configuration.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,24 @@ ms.author: lajanuar
1616

1717
# Configure Document Intelligence containers
1818

19-
:::moniker range="doc-intel-2.1.0 || doc-intel-3.1.0||doc-intel-4.0.0"
19+
:::moniker range="doc-intel-2.1.0 || doc-intel-4.0.0"
2020

21-
Support for containers is currently available with Document Intelligence version `2022-08-31 (GA)` only:
21+
Support for containers is currently available with Document Intelligence version `2022-08-31 (GA)` for all models and `2023-07-31 (GA)` for Read and Layout only:
2222

2323
* [REST API `2022-08-31 (GA)`](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument)
24+
* [REST API `2023-07-31 (GA)`](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2023-07-31/operations/AnalyzeDocument)
2425
* [SDKs targeting `REST API 2022-08-31 (GA)`](../sdk-overview-v3-0.md)
26+
* [SDKs targeting `REST API 2023-07-31 (GA)`](../sdk-overview-v3-1.md)
2527

2628
✔️ See [**Configure Document Intelligence v3.0 containers**](?view=doc-intel-3.0.0&preserve-view=true) for supported container documentation.
2729

2830
:::moniker-end
2931

30-
:::moniker range="doc-intel-3.0.0"
32+
:::moniker range="doc-intel-3.0.0 || doc-intel-3.1.0"
3133

32-
**This content applies to:** ![checkmark](../media/yes-icon.png) **v3.0 (GA)**
34+
**This content applies to:** ![checkmark](../media/yes-icon.png) **v3.0 (GA)** ![checkmark](../media/yes-icon.png) **v3.1 (GA)**
3335

34-
With Document Intelligence containers, you can build an application architecture optimized to take advantage of both robust cloud capabilities and edge locality. Containers provide a minimalist, isolated environment that can be easily deployed on-premises and in the cloud. In this article, we show you how to configure the Document Intelligence container run-time environment by using the `docker compose` command arguments. Document Intelligence features are supported by six Document Intelligence feature containers—**Layout**, **Business Card**,**ID Document**, **Receipt**, **Invoice**, **Custom**. These containers have both required and optional settings. For a few examples, see the [Example docker-compose.yml file](#example-docker-composeyml-file) section.
36+
With Document Intelligence containers, you can build an application architecture optimized to take advantage of both robust cloud capabilities and edge locality. Containers provide a minimalist, isolated environment that can be easily deployed on-premises and in the cloud. In this article, we show you how to configure the Document Intelligence container run-time environment by using the `docker compose` command arguments. Document Intelligence features are supported by seven Document Intelligence feature containers—**Read**, **Layout**, **Business Card**,**ID Document**, **Receipt**, **Invoice**, **Custom**. These containers have both required and optional settings. For a few examples, see the [Example docker-compose.yml file](#example-docker-composeyml-file) section.
3537

3638
## Configuration settings
3739

0 commit comments

Comments
 (0)