Skip to content

Commit 6d68ad6

Browse files
committed
update sdks
1 parent aed0d87 commit 6d68ad6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ zone_pivot_groups: programming-languages-set-formre
2929

3030
**This content applies to:** ![checkmark](../media/yes-icon.png) **v4.0 (GA)** **Earlier versions:** ![blue-checkmark](../media/blue-yes-icon.png) [v3.1 (GA)](?view=doc-intel-3.1.0&preserve-view=true) ![blue-checkmark](../media/blue-yes-icon.png) [v3.0 (GA)](?view=doc-intel-3.0.0&preserve-view=true)
3131

32-
* Get started with Azure AI Document Intelligence latest stable version v4.0 2024-11-30 (GA).
32+
* Get started with Azure AI Document Intelligence latest stable version v4.0 `2024-11-30` (GA).
3333

3434
:::moniker-end
3535

@@ -53,7 +53,7 @@ zone_pivot_groups: programming-languages-set-formre
5353

5454
* You can easily integrate document processing models into your workflows and applications by using a programming language SDK or calling the REST API.
5555

56-
* 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.
56+
* We recommend that you use the free service while you're learning the technology for this quickstart. Remember that the number of free pages is limited to 500 per month.
5757

5858
To learn more about the API features and development options, visit our [Overview](../overview.md) page.
5959

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ To interact with the Form Recognizer service, you need to create an instance of
164164
165165
1. Open the **Program.cs** file.
166166

167-
1. Delete the pre-existing code, including the line `Console.Writeline("Hello World!")`, and select one of the following code samples to copy and paste into your application's Program.cs file:
167+
1. Delete the existing code, including the line `Console.Writeline("Hello World!")`, and select one of the following code samples to copy and paste into your application's Program.cs file:
168168

169169
* [**Layout model**](#layout-model)
170170

articles/ai-services/document-intelligence/versioning/sdk-overview-v4-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Document Intelligence SDK supports the following languages and platforms:
3434

3535
| Language → Document Intelligence SDK version           | Package| Supported API version          | Platform support |
3636
|:----------------------:|:----------|:----------| :----------------:|
37-
| [**.NET/C# → 1.0.0 (GA)**](/dotnet/api/overview/azure/cognitiveservices/documentintelligence?view=azure-dotnet)|[NuGet](https://www.nuget.org/packages/Azure.AI.DocumentIntelligence/1.0.0)|[2024-11-30 (GA)](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true)|[Windows, macOS, Linux, Docker](https://dotnet.microsoft.com/download)|
37+
| [**.NET/C# → 1.0.0 (GA)**](/dotnet/api/overview/azure/cognitiveservices/documentintelligence?view=azure-dotnet&preserve-view=true)|[NuGet](https://www.nuget.org/packages/Azure.AI.DocumentIntelligence/1.0.0)|[2024-11-30 (GA)](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true)|[Windows, macOS, Linux, Docker](https://dotnet.microsoft.com/download)|
3838
|[**Java → 1.0.0 (GA**](/java/api/overview/azure/ai-documentintelligence-readme?view=azure-java-preview&preserve-view=true) |[Maven repository](https://central.sonatype.com/artifact/com.azure/azure-ai-documentintelligence/1.0.0) |[2024-11-30 (GA)](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true)|[Windows, macOS, Linux](/java/openjdk/install)|
3939
|[**JavaScript → 1.0.0 (GA)**](/javascript/api/overview/azure/ai-document-intelligence-rest-readme?view=azure-node-preview&preserve-view=true)| [npm](https://www.npmjs.com/package/@azure-rest/ai-document-intelligence/v/1.0.0)|[2024-11-30 (GA)](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true)| [Browser, Windows, macOS, Linux](https://nodejs.org/en/download/) |
4040
|[**Python → 1.0.0b4 (preview)**](/python/api/overview/azure/ai-documentintelligence-readme?view=azure-python-preview&preserve-view=true) | [PyPI](https://pypi.org/project/azure-ai-documentintelligence/1.0.0b4/)|[2024-11-30 (GA)](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true)|[Windows, macOS, Linux](/azure/developer/python/configure-local-development-environment?tabs=windows%2Capt%2Ccmd#use-the-azure-cli)|

articles/ai-services/document-intelligence/whats-new.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Document Intelligence service is updated on an ongoing basis. Bookmark this page
2929
3030
## December 2024
3131

32-
**Document Intelligence v4.0 programming language client library SDKs are now generally available (GA)**! The v4.0 GA client libraries default to the [**2024-11-30 REST API (GA)**](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true) version of the service.
32+
**Document Intelligence v4.0 programming language client library SDKs are now generally available (GA)**! The v4.0 (GA) client libraries default to the [**2024-11-30 REST API (GA)**](/rest/api/aiservices/operation-groups?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true) version of the service.
3333
For more information, *see* client libraries for the following supported programming languages:
3434

35-
* [🆕 .NET (C#)](versioning/changelog-release-history?view=doc-intel-4.0.0&tabs=csharp&preserve-view=true)
35+
* [🆕 .NET (C#)](versioning/changelog-release-history.md?view=doc-intel-4.0.0&tabs=csharp&preserve-view=true)
3636

37-
* [🆕 Java](versioning/changelog-release-history?view=doc-intel-4.0.0&tabs=java&preserve-view=true)
37+
* [🆕 Java](versioning/changelog-release-history.md?view=doc-intel-4.0.0&tabs=java&preserve-view=true)
3838

39-
* [🆕 JavaScript](versioning/changelog-release-history?view=doc-intel-4.0.0&tabs=javascript&preserve-view=true)
39+
* [🆕 JavaScript](versioning/changelog-release-history.md?view=doc-intel-4.0.0&tabs=javascript&preserve-view=true)
4040

4141
## November 2024
4242

0 commit comments

Comments
 (0)