Skip to content

Commit 7c8a394

Browse files
committed
acrolinx
1 parent a9aabb8 commit 7c8a394

File tree

6 files changed

+40
-41
lines changed

6 files changed

+40
-41
lines changed

articles/ai-services/document-intelligence/concept-add-on-capabilities.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ The following add-on capabilities are available for`2024-02-29-preview`, `2024-0
8484

8585
## Supported file formats
8686

87-
* PDF
87+
* `PDF`
8888

89-
* Images: JPEG/JPG, PNG, BMP, TIFF, HEIF
89+
* Images: `JPEG`/`JPG`, `PNG`, `BMP`, `TIFF`, `HEIF`
9090

91-
✱ Microsoft Office files are currently not supported
91+
✱ Microsoft Office files are currently not supported.
9292

9393
## High resolution extraction
9494

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Document Intelligence SDK supports the following languages and platforms:
3333
| Language → Document Intelligence SDK version | Package| Supported API version| Platform support |
3434
|:----------------------:|:----------|:----------| :----------------|
3535
| [.NET/C# → 3.1.x (GA)](/dotnet/api/azure.ai.formrecognizer?view=azure-dotnet&preserve-view=true)|[NuGet](https://www.nuget.org/packages/Azure.AI.FormRecognizer)|[v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)|[Windows, macOS, Linux, Docker](https://dotnet.microsoft.com/download)|
36-
|[Java → 3.1.x (GA)](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/3.1.1/index.html) |[MVN repository](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer/3.1.1) |[v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)|[Windows, macOS, Linux](/java/openjdk/install)|
36+
|[Java → 3.1.x (GA)](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/3.1.1/index.html) |[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer/3.1.1) |[v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)|[Windows, macOS, Linux](/java/openjdk/install)|
3737
|[JavaScript → 3.1.0 (GA)](https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-ai-form-recognizer/3.1.0/index.html)| [npm](https://www.npmjs.com/package/@azure/ai-form-recognizer/v/3.1.0)|[v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)| [Browser, Windows, macOS, Linux](https://nodejs.org/en/download/) |
3838
|[Python → 3.1.0 (GA)](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-formrecognizer/3.1.0/index.html) | [PyPI](https://pypi.org/project/azure-ai-formrecognizer/3.1.0/)|[v2.1](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeBusinessCardAsync)
3939
|[Windows, macOS, Linux](/azure/developer/python/configure-local-development-environment?tabs=windows%2Capt%2Ccmd#use-the-azure-cli)|
4040

4141
For more information on other SDK versions, see:
4242

43-
* [2024-02-29 (preview)](sdk-overview-v4-0.md)
44-
* [REST API 2023-07-31 v3.1 (GA)](sdk-overview-v3-1.md)
45-
* [2022-08-31 v3.0 (GA)](sdk-overview-v3-0.md)
43+
* [`2024-02-29` (preview)](sdk-overview-v4-0.md)
44+
* [`2023-07-31` v3.1 (GA)](sdk-overview-v3-1.md)
45+
* [`2022-08-31` v3.0 (GA)](sdk-overview-v3-0.md)
4646

4747
* [v2.0](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2/operations/AnalyzeLayoutAsync)
4848

@@ -134,7 +134,7 @@ const { FormRecognizerClient, AzureKeyCredential } = require("@azure/ai-form-rec
134134

135135
### 3. Set up authentication
136136

137-
There are two supported methods for authentication
137+
There are two supported methods for authentication.
138138

139139
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
140140

@@ -222,7 +222,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
222222
var client = new FormRecognizerClient(new Uri(endpoint), new DefaultAzureCredential());
223223
```
224224
225-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.FormRecognizer_4.0.0-beta.4/sdk/formrecognizer/Azure.AI.FormRecognizer#authenticate-the-client)
225+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.FormRecognizer_4.0.0-beta.4/sdk/formrecognizer/Azure.AI.FormRecognizer#authenticate-the-client).
226226
227227
### [Java](#tab/java)
228228
@@ -254,7 +254,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
254254
.buildClient();
255255
```
256256
257-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client)
257+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client).
258258
259259
### [JavaScript](#tab/javascript)
260260
@@ -312,18 +312,17 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
312312
)
313313
```
314314
315-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-formrecognizer_3.2.0b5/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client)
315+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-formrecognizer_3.2.0b5/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client).
316316
317317
---
318318
319-
320319
### 4. Build your application
321320
322321
Create a client object to interact with the Document Intelligence SDK, and then call methods on that client object to interact with the service. The SDKs provide both synchronous and asynchronous methods. For more insight, try a [quickstart](quickstarts/get-started-sdks-rest-api.md?view=doc-intel-3.0.0&preserve-view=true) in a language of your choice.
323322
324323
## Help options
325324
326-
The [Microsoft Q&A](/answers/topics/azure-form-recognizer.html) and [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-form-recognizer) forums are available for the developer community to ask and answer questions about Azure AI Document Intelligence and other services. Microsoft monitors the forums and replies to questions that the community has yet to answer. To make sure that we see your question, tag it with **`azure-form-recognizer`**.
325+
The [Microsoft Q & A](/answers/topics/azure-form-recognizer.html) and [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-form-recognizer) forums are available for the developer community to ask and answer questions about Azure AI Document Intelligence and other services. Microsoft monitors the forums and replies to questions that the community has yet to answer. To make sure that we see your question, tag it with **`azure-form-recognizer`**.
327326
328327
## Next steps
329328

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ Document Intelligence SDK supports the following languages and platforms:
3333
| Language → Document Intelligence SDK version | Package| Supported API version| Platform support |
3434
|:----------------------:|:----------|:----------| :----------------|
3535
| [.NET/C# → 4.0.0 (GA)](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.FormRecognizer/4.0.0/index.html)|[NuGet](https://www.nuget.org/packages/Azure.AI.FormRecognizer)|[v3.0](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[Windows, macOS, Linux, Docker](https://dotnet.microsoft.com/download)|
36-
|[Java → 4.0.6 (GA)](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/4.0.0/index.html) |[MVN repository](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer/4.0.6) |[v3.0](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[Windows, macOS, Linux](/java/openjdk/install)|
36+
|[Java → 4.0.6 (GA)](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/4.0.0/index.html) |[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer/4.0.6) |[v3.0](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[Windows, macOS, Linux](/java/openjdk/install)|
3737
|[JavaScript → 4.0.0 (GA)](https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-ai-form-recognizer/4.0.0/index.html)| [npm](https://www.npmjs.com/package/@azure/ai-form-recognizer)| [v3.0](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)| [Browser, Windows, macOS, Linux](https://nodejs.org/en/download/) |
3838
|[Python → 3.2.0 (GA)](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-formrecognizer/3.2.0/index.html) | [PyPI](https://pypi.org/project/azure-ai-formrecognizer/3.2.0/)| [v3.0](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[Windows, macOS, Linux](/azure/developer/python/configure-local-development-environment?tabs=windows%2Capt%2Ccmd#use-the-azure-cli)|
3939

4040
For more information on other SDK versions, see:
4141

42-
* [REST API 2024-02-29 (preview)](sdk-overview-v4-0.md)
43-
* [REST API 2023-07-31 v3.1 (GA)](sdk-overview-v3-1.md)
42+
* [`2024-02-29` v4.0 (preview)](sdk-overview-v4-0.md)
43+
* [`2023-07-31` v3.1 (GA)](sdk-overview-v3-1.md)
4444

45-
* [REST API v2.1 (GA)](sdk-overview-v2-1.md)
45+
* [`v2.1` (GA)](sdk-overview-v2-1.md)
4646

4747
## Supported Clients
4848

@@ -136,7 +136,7 @@ from azure.core.credentials import AzureKeyCredential
136136

137137
### 3. Set up authentication
138138

139-
There are two supported methods for authentication
139+
There are two supported methods for authentication:
140140

141141
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
142142

@@ -226,7 +226,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
226226
var client = new DocumentAnalysisClient(new Uri(endpoint), new DefaultAzureCredential());
227227
```
228228
229-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.FormRecognizer_4.0.0-beta.4/sdk/formrecognizer/Azure.AI.FormRecognizer#authenticate-the-client)
229+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.FormRecognizer_4.0.0-beta.4/sdk/formrecognizer/Azure.AI.FormRecognizer#authenticate-the-client).
230230
231231
### [Java](#tab/java)
232232
@@ -258,7 +258,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
258258
.buildClient();
259259
```
260260
261-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client)
261+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client).
262262
263263
### [JavaScript](#tab/javascript)
264264
@@ -316,7 +316,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
316316
)
317317
```
318318
319-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-formrecognizer_3.2.0b5/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client)
319+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-formrecognizer_3.2.0b5/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client).
320320
321321
---
322322
@@ -327,7 +327,7 @@ Create a client object to interact with the Document Intelligence SDK, and then
327327
328328
## Help options
329329
330-
The [Microsoft Q&A](/answers/topics/azure-form-recognizer.html) and [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-form-recognizer) forums are available for the developer community to ask and answer questions about Azure AI Document Intelligence and other services. Microsoft monitors the forums and replies to questions that the community has yet to answer. To make sure that we see your question, tag it with **`azure-form-recognizer`**.
330+
The [Microsoft Q & A](/answers/topics/azure-form-recognizer.html) and [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-form-recognizer) forums are available for the developer community to ask and answer questions about Azure AI Document Intelligence and other services. Microsoft monitors the forums and replies to questions that the community has yet to answer. To make sure that we see your question, tag it with **`azure-form-recognizer`**.
331331
332332
## Next steps
333333

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Document Intelligence (formerly Form Recognizer) SDK target REST API 2023-07-31 (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 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.
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
@@ -20,7 +20,7 @@ monikerRange: 'doc-intel-3.1.0'
2020
<!-- markdownlint-disable MD001 -->
2121
<!-- markdownlint-disable MD051 -->
2222

23-
# SDK target: REST API 2023-07-31 (GA) latest
23+
# SDK target: REST API 2023-07-31 (GA)
2424

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

@@ -33,16 +33,16 @@ Document Intelligence SDK supports the following languages and platforms:
3333
| Language → Document Intelligence SDK version &emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;| Package| Supported API version &emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;| Platform support |
3434
|:----------------------:|:----------|:----------| :----------------:|
3535
| [**.NET/C# → latest (GA)**](/dotnet/api/overview/azure/ai.formrecognizer-readme?view=azure-dotnet&preserve-view=true)|[NuGet](https://www.nuget.org/packages/Azure.AI.FormRecognizer/4.1.0)|[2023-07-31 (GA)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|
36-
|[**Java → latest (GA)**](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/4.1.0/index.html) |[MVN repository](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer/4.1.0) |[2023-07-31 (GA)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[Windows, macOS, Linux](/java/openjdk/install)|
36+
|[**Java → latest (GA)**](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-ai-formrecognizer/4.1.0/index.html) |[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-ai-formrecognizer/4.1.0) |[2023-07-31 (GA)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[Windows, macOS, Linux](/java/openjdk/install)|
3737
|[**JavaScript → latest (GA)**](https://azuresdkdocs.blob.core.windows.net/$web/javascript/azure-ai-form-recognizer/5.0.0/index.html)| [npm](https://www.npmjs.com/package/@azure/ai-form-recognizer)| [2023-07-31 (GA)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)| [Browser, Windows, macOS, Linux](https://nodejs.org/en/download/) |
3838
|[**Python → latest (GA)**](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-formrecognizer/3.3.0/index.html) | [PyPI](https://pypi.org/project/azure-ai-formrecognizer/3.3.0/)| [2023-07-31 (GA)](/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP)|[Windows, macOS, Linux](/azure/developer/python/configure-local-development-environment?tabs=windows%2Capt%2Ccmd#use-the-azure-cli)|
3939

4040
For more information on other SDK versions, see:
4141

42-
* [REST API 2024-02-29 (preview)](sdk-overview-v4-0.md)
42+
* [`2024-02-29` v4.0 (preview)](sdk-overview-v4-0.md)
4343

44-
* [REST API 2022-08-31 v3.0 (GA)](sdk-overview-v3-0.md)
45-
* [REST API v2.1 (GA)](sdk-overview-v2-1.md)
44+
* [`2022-08-31` v3.0 (GA)](sdk-overview-v3-0.md)
45+
* [`v2.1` (GA)](sdk-overview-v2-1.md)
4646

4747
## Supported Clients
4848

@@ -166,7 +166,7 @@ from azure.core.credentials import AzureKeyCredential
166166

167167
### 3. Set up authentication
168168

169-
There are two supported methods for authentication
169+
There are two supported methods for authentication:
170170

171171
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
172172

@@ -255,7 +255,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
255255
var client = new DocumentAnalysisClient(new Uri(endpoint), new DefaultAzureCredential());
256256
```
257257
258-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.FormRecognizer_4.0.0-beta.4/sdk/formrecognizer/Azure.AI.FormRecognizer#authenticate-the-client)
258+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.FormRecognizer_4.0.0-beta.4/sdk/formrecognizer/Azure.AI.FormRecognizer#authenticate-the-client).
259259
260260
### [Java](#tab/java)
261261
@@ -287,7 +287,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
287287
.buildClient();
288288
```
289289
290-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client)
290+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client).
291291
292292
### [JavaScript](#tab/javascript)
293293
@@ -345,7 +345,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
345345
)
346346
```
347347
348-
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-formrecognizer_3.2.0b5/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client)
348+
For more information, *see* [Authenticate the client](https://github.com/Azure/azure-sdk-for-python/tree/azure-ai-formrecognizer_3.2.0b5/sdk/formrecognizer/azure-ai-formrecognizer#authenticate-the-client).
349349
350350
---
351351
@@ -355,7 +355,7 @@ Create a client object to interact with the Document Intelligence SDK, and then
355355
356356
## Help options
357357
358-
The [Microsoft Q&A](/answers/topics/azure-form-recognizer.html) and [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-form-recognizer) forums are available for the developer community to ask and answer questions about Azure AI Document Intelligence and other services. Microsoft monitors the forums and replies to questions that the community has yet to answer. To make sure that we see your question, tag it with **`azure-form-recognizer`**.
358+
The [Microsoft Q & A](/answers/topics/azure-form-recognizer.html) and [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-form-recognizer) forums are available for the developer community to ask and answer questions about Azure AI Document Intelligence and other services. Microsoft monitors the forums and replies to questions that the community has yet to answer. To make sure that we see your question, tag it with **`azure-form-recognizer`**.
359359
360360
## Next steps
361361

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Document Intelligence SDK supports the following languages and platforms:
4141

4242
For more information on other SDK versions, see:
4343

44-
* [REST API 2023-07-31 v3.1 (GA)](sdk-overview-v3-1.md)
45-
* [REST API 2022-08-31 v3.0 (GA)](sdk-overview-v3-0.md)
46-
* [REST API v2.1 (GA)](sdk-overview-v2-1.md)
44+
* [`2023-07-31` v3.1 (GA)](sdk-overview-v3-1.md)
45+
* [`2022-08-31` v3.0 (GA)](sdk-overview-v3-0.md)
46+
* [`v2.1` (GA)](sdk-overview-v2-1.md)
4747

4848
## Supported Clients
4949

0 commit comments

Comments
 (0)