Skip to content

Commit 81e1f23

Browse files
committed
update
1 parent a9adf42 commit 81e1f23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-services/document-intelligence/quickstarts/includes/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this quickstart, use the following features to analyze and extract data from
4242
* An Azure AI services or Document Intelligence resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAIServices) Document Intelligence resource, in the Azure portal, to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
4343

4444
> [!TIP]
45-
> Create an Azure AI services resource if you plan to access multiple Azure AI services under a single endpoint/key. For Document Intelligence access only, create a Document Intelligence resource. Please note that you'll need a single-service resource if you intend to use [Microsoft Entra authentication](/azure/active-directory/authentication/overview-authentication).
45+
> Create an Azure AI services resource if you plan to access multiple Azure AI services under a single endpoint/key. For Document Intelligence access only, create a Document Intelligence resource. You need a single-service resource if you intend to use [Microsoft Entra authentication](/azure/active-directory/authentication/overview-authentication).
4646
4747
* After your resource deploys, select **Go to resource**. You need the key and endpoint from the resource you create to connect your application to the Document Intelligence API. You paste your key and endpoint into the code later in the quickstart:
4848

articles/ai-services/document-intelligence/versioning/sdk-overview-v3-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Document Intelligence SDK target REST API 2023-07-31 (GA) latest.
2+
title: Document Intelligence SDK target REST API v3.1 (GA) latest.
33
titleSuffix: Azure AI services
4-
description: The Document Intelligence 2023-07-31 (GA) software development kits (SDKs) expose Document Intelligence models, features, and capabilities that are in active development for C#, Java, JavaScript, or Python programming language.
4+
description: The Document Intelligence v3.1 (GA) software development kits (SDKs) expose Document Intelligence models, features, and capabilities that are in active development for C#, Java, JavaScript, or Python programming language.
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
@@ -19,7 +19,7 @@ monikerRange: 'doc-intel-3.1.0'
1919
<!-- markdownlint-disable MD001 -->
2020
<!-- markdownlint-disable MD051 -->
2121

22-
# SDK target: REST API 2023-07-31 (GA)
22+
# SDK target: REST API v3.1 (GA)
2323

2424
![Document Intelligence checkmark](../media/yes-icon.png) **REST API version 2023-07-31 (GA)**
2525

0 commit comments

Comments
 (0)