Skip to content

Commit c774af4

Browse files
Merge pull request #3782 from jaep3347/patch-28
update for v4.0
2 parents 726ec02 + f5b4cc1 commit c774af4

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,32 @@ ms.author: lajanuar
1414

1515
# Configure Document Intelligence containers
1616

17-
:::moniker range="doc-intel-2.1.0 || doc-intel-4.0.0"
17+
:::moniker range="doc-intel-2.1.0"
1818

19-
Document Intelligence doesn't support containers for v4.0. Support for containers is currently available with Document Intelligence version `2022-08-31 (GA)` for all models and `2023-07-31 (GA)` for Read, Layout, Invoice, Receipt, and ID Document models:
19+
Support for containers is currently available with Document Intelligence version `2022-08-31 (GA)` for all models, `2023-07-31 (GA)` for Read, Layout, Invoice, Receipt, and ID Document models, and `2024-11-30 (GA)` for Layout model:
2020

2121
* [REST API `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)
2222
* [REST API `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)
23+
* [REST API `2024-11-30 (GA)`](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v4.0%20(2024-11-30)&tabs=HTTP&preserve-view=true)
2324
* [Client libraries targeting `REST API 2022-08-31 (GA)`](../sdk-overview-v3-0.md)
2425
* [Client libraries targeting `REST API 2023-07-31 (GA)`](../sdk-overview-v3-1.md)
26+
* [Client libraries targeting `REST API 2024-11-30 (GA)`](../sdk-overview-v4-0.md)
2527

26-
✔️ See [**Configure Document Intelligence v3.0 containers**](?view=doc-intel-3.0.0&preserve-view=true) or [**Configure Document Intelligence v3.1 containers**](?view=doc-intel-3.1.0&preserve-view=true) for supported versions of container documentation.
28+
29+
✔️ See [**Configure Document Intelligence v3.0 containers**](?view=doc-intel-3.0.0&preserve-view=true) or [**Configure Document Intelligence v3.1 containers**](?view=doc-intel-3.1.0&preserve-view=true) or [**Configure Document Intelligence v4.0 containers**](?view=doc-intel-4.0.0&preserve-view=true) for supported versions of container documentation.
2730

2831
:::moniker-end
2932

30-
:::moniker range="doc-intel-3.0.0 || doc-intel-3.1.0"
33+
:::moniker range=">=doc-intel-3.0.0"
3134

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

3437
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.
3538

39+
> [!IMPORTANT]
40+
>
41+
> Document Intelligence v4.0 container is currently available for Layout model only.
42+
3643
## Configuration settings
3744

3845
Each container has the following configuration settings:

0 commit comments

Comments
 (0)