|
1 | 1 | ---
|
2 | 2 | title: "How-to: Migrate Document Intelligence applications to v3.1."
|
3 | 3 | titleSuffix: Azure AI services
|
4 |
| -description: In this how-to guide, learn the differences between Document Intelligence API v3.0 and v3.1 and how to move to the newer version of the API. |
| 4 | +description: In this how-to guide, learn the differences between Document Intelligence API versions and how to move to the newer version of the API. |
5 | 5 | author: laujan
|
6 | 6 | manager: nitinme
|
7 | 7 | ms.service: azure-ai-document-intelligence
|
8 | 8 | ms.topic: how-to
|
9 | 9 | ms.date: 02/07/2025
|
10 | 10 | ms.author: lajanuar
|
11 |
| -monikerRange: '<=doc-intel-3.1.0' |
| 11 | +monikerRange: '<=doc-intel-4.0.0' |
12 | 12 | ---
|
13 | 13 |
|
14 | 14 | <!-- markdownlint-disable MD004 -->
|
15 | 15 | # Document Intelligence v4.0 migration
|
16 | 16 |
|
17 |
| -::: moniker range="<=doc-intel-3.1.0" |
18 |
| -[!INCLUDE [applies to v3.1, v3.0, and v2.1](../includes/applies-to-v40-v31-v30-v21.md)] |
19 |
| -::: moniker-end |
20 |
| - |
21 | 17 | > [!IMPORTANT]
|
22 | 18 | >
|
23 |
| -> Document Intelligence REST API v3.1 introduces breaking changes in the REST API request and analyze response JSON. |
| 19 | +> Document Intelligence REST API v4.0 introduces breaking changes in the REST API request and analyze response JSON. |
24 | 20 |
|
25 |
| -## Migrating from v3.1 API version |
| 21 | +## Migrating from v3.1 to v4.0 |
26 | 22 |
|
27 | 23 | Preview APIs are periodically deprecated. If you're using a preview API version, update your application to target the GA API version. To migrate from a preview API version to the `2024-11-30 (GA)` API version using the SDK, update to the [current version of the language specific SDK](sdk-overview-v4-0.md).
|
28 | 24 |
|
@@ -447,3 +443,4 @@ GET https://{your-form-recognizer-endpoint}/formrecognizer/info? api-version=202
|
447 | 443 | * [Review the new REST API](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)
|
448 | 444 | * [What is Document Intelligence?](../overview.md)
|
449 | 445 | * [Document Intelligence quickstart](../quickstarts/get-started-sdks-rest-api.md)
|
| 446 | +0 |
0 commit comments