Skip to content

Commit d268366

Browse files
authored
Merge pull request #248382 from laujan/147642-c#-v3-1-sdk-updates
update c# sdk v3.1 ga
2 parents 2190b85 + dd6e38e commit d268366

File tree

12 files changed

+60
-19
lines changed

12 files changed

+60
-19
lines changed

articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,31 @@
555555
"source_path_from_root": "/articles/ai-services/document-intelligence/sdk-preview.md",
556556
"redirect_url": "/azure/ai-services/document-intelligence/sdk-overview-v3-1",
557557
"redirect_document_id": true
558+
},
559+
{
560+
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/csharp.md",
561+
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/csharp",
562+
"redirect_document_id": true
563+
},
564+
{
565+
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/java.md",
566+
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/java",
567+
"redirect_document_id": true
568+
},
569+
{
570+
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/javascript.md",
571+
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/javascript",
572+
"redirect_document_id": true
573+
},
574+
{
575+
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/python.md",
576+
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/python",
577+
"redirect_document_id": true
578+
},
579+
{
580+
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/rest-api.md",
581+
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/rest-api",
582+
"redirect_document_id": true
558583
}
559584
]
560585
}

articles/ai-services/document-intelligence/how-to-guides/includes/v3-0/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: applied-ai-services
77
ms.subservice: forms-recognizer
88
ms.topic: include
9-
ms.date: 07/18/2023
9+
ms.date: 08/16/2023
1010
ms.author: lajanuar
1111
ms.custom: devx-track-csharp
1212
---
-54.2 KB
Loading
-13.1 KB
Loading
8.22 KB
Loading

articles/ai-services/document-intelligence/quickstarts/get-started-sdks-rest-api.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: applied-ai-services
88
ms.subservice: forms-recognizer
99
ms.custom: devx-track-dotnet, devx-track-extended-java, devx-track-js, devx-track-python
1010
ms.topic: quickstart
11-
ms.date: 07/18/2023
11+
ms.date: 08/15/2023
1212
ms.author: lajanuar
1313
zone_pivot_groups: programming-languages-set-formre
1414
monikerRange: '<=doc-intel-3.1.0'
@@ -17,16 +17,29 @@ monikerRange: '<=doc-intel-3.1.0'
1717

1818
# Get started with Document Intelligence
1919

20-
::: moniker range=">=doc-intel-3.0.0"
21-
[!INCLUDE [applies to v3.1 and v3.0](../includes/applies-to-v3-1-v3-0.md)]
20+
**This article applies to:**![Document Intelligence v3.1 checkmark](../media/yes-icon.png) [**Document Intelligence v3.1**](?view=doc-intel-3.1.0&preserve-view=true) . **Earlier versions:** [**Document Intelligence v3.0**](?view=doc-intel-3.0.0&preserve-view=true) &#9679; [**Document Intelligence v2.1**](?view=doc-intel-2.1.0&preserve-view=true)
21+
22+
> [!IMPORTANT]
23+
> Azure Cognitive Services Form Recognizer is now Azure AI Document Intelligence. However, some platforms are still awaiting naming updates. All references to Form Recognizer or Document Intelligence in documentation refer to the same Azure service.
24+
25+
::: moniker range="doc-intel-3.1.0"
26+
27+
Get started with Azure AI Document Intelligence latest GA version (v3.1). Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine learning to extract key-value pairs, text, tables and key data from your documents. You can easily integrate Document Intelligence models into your workflows and applications by using an SDK in the programming language of your choice or calling the REST API. For this quickstart, we recommend that you use the free service while you're learning the technology. Remember that the number of free pages is limited to 500 per month.
28+
29+
To learn more about Document Intelligence features and development options, visit our [Overview](../overview.md) page.
30+
2231
::: moniker-end
2332

24-
::: moniker range=">=doc-intel-3.0.0"
33+
::: moniker range="doc-intel-3.0.0"
2534

26-
Get started with the latest version of Azure AI Document Intelligence. Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine learning to extract key-value pairs, text, tables and key data from your documents. You can easily integrate Document Intelligence models into your workflows and applications by using an SDK in the programming language of your choice or calling the REST API. For this quickstart, we recommend that you use the free service while you're learning the technology. Remember that the number of free pages is limited to 500 per month.
35+
Get started with Azure AI Document Intelligence GA version (3.0). Azure AI Document Intelligence is a cloud-based Azure AI service that uses machine learning to extract key-value pairs, text, tables and key data from your documents. You can easily integrate Document Intelligence models into your workflows and applications by using an SDK in the programming language of your choice or calling the REST API. For this quickstart, we recommend that you use the free service while you're learning the technology. Remember that the number of free pages is limited to 500 per month.
2736

2837
To learn more about Document Intelligence features and development options, visit our [Overview](../overview.md) page.
2938

39+
> [!TIP]
40+
>
41+
> * For an enhance experience and advanced model quality, try the [Document Intelligence v3.1 (GA) quickstart](?view=doc-intel-3.1.0&preserve-view=true#get-started-with-document-intelligence) and [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio) API version: 2023-07-31 (3.1 General Availability).
42+
3043
::: moniker-end
3144

3245
::: zone pivot="programming-language-csharp"
@@ -70,6 +83,7 @@ To learn more about Document Intelligence features and development options, visi
7083
::: zone-end
7184

7285
::: moniker range=">=doc-intel-3.0.0"
86+
7387
That's it, congratulations!
7488

7589
In this quickstart, you used a form Document Intelligence model to analyze various forms and documents. Next, explore the Document Intelligence Studio and reference documentation to learn about Document Intelligence API in depth.
@@ -98,39 +112,39 @@ To learn more about Document Intelligence features and development options, visi
98112
::: zone pivot="programming-language-csharp"
99113

100114
::: moniker range="doc-intel-2.1.0"
101-
[!INCLUDE [C# SDK](includes/get-started/csharp.md)]
115+
[!INCLUDE [C# SDK](includes/v2-1/csharp.md)]
102116
::: moniker-end
103117

104118
::: zone-end
105119

106120
::: zone pivot="programming-language-java"
107121

108122
::: moniker range="doc-intel-2.1.0"
109-
[!INCLUDE [Java SDK](includes/get-started/java.md)]
123+
[!INCLUDE [Java SDK](includes/v2-1/java.md)]
110124
::: moniker-end
111125

112126
::: zone-end
113127

114128
::: zone pivot="programming-language-javascript"
115129

116130
::: moniker range="doc-intel-2.1.0"
117-
[!INCLUDE [NodeJS SDK](includes/get-started/javascript.md)]
131+
[!INCLUDE [NodeJS SDK](includes/v2-1/javascript.md)]
118132
::: moniker-end
119133

120134
::: zone-end
121135

122136
::: zone pivot="programming-language-python"
123137

124138
::: moniker range="doc-intel-2.1.0"
125-
[!INCLUDE [Python SDK](includes/get-started/python.md)]
139+
[!INCLUDE [Python SDK](includes/v2-1/python.md)]
126140
::: moniker-end
127141

128142
::: zone-end
129143

130144
::: zone pivot="programming-language-rest-api"
131145

132146
::: moniker range="doc-intel-2.1.0"
133-
[!INCLUDE [REST API](includes/get-started/rest-api.md)]
147+
[!INCLUDE [REST API](includes/v2-1/rest-api.md)]
134148
::: moniker-end
135149

136150
::: zone-end

0 commit comments

Comments
 (0)