You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two supported methods for authentication
137
+
There are two supported methods for authentication.
138
138
139
139
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
140
140
@@ -222,7 +222,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
222
222
var client =newFormRecognizerClient(newUri(endpoint), newDefaultAzureCredential());
223
223
```
224
224
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).
226
226
227
227
### [Java](#tab/java)
228
228
@@ -254,7 +254,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
254
254
.buildClient();
255
255
```
256
256
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).
258
258
259
259
### [JavaScript](#tab/javascript)
260
260
@@ -312,18 +312,17 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
312
312
)
313
313
```
314
314
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).
316
316
317
317
---
318
318
319
-
320
319
### 4. Build your application
321
320
322
321
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.
323
322
324
323
## Help options
325
324
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`**.
@@ -136,7 +136,7 @@ from azure.core.credentials import AzureKeyCredential
136
136
137
137
### 3. Set up authentication
138
138
139
-
There are two supported methods for authentication
139
+
There are two supported methods for authentication:
140
140
141
141
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
142
142
@@ -226,7 +226,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
226
226
var client =newDocumentAnalysisClient(newUri(endpoint), newDefaultAzureCredential());
227
227
```
228
228
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).
230
230
231
231
### [Java](#tab/java)
232
232
@@ -258,7 +258,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
258
258
.buildClient();
259
259
```
260
260
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).
262
262
263
263
### [JavaScript](#tab/javascript)
264
264
@@ -316,7 +316,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
316
316
)
317
317
```
318
318
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).
320
320
321
321
---
322
322
@@ -327,7 +327,7 @@ Create a client object to interact with the Document Intelligence SDK, and then
327
327
328
328
## Help options
329
329
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`**.
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/sdk-overview-v3-1.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Document Intelligence (formerly Form Recognizer) SDK target REST API 2023-07-31 (GA) latest.
3
3
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.
5
5
author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-document-intelligence
@@ -20,7 +20,7 @@ monikerRange: 'doc-intel-3.1.0'
20
20
<!-- markdownlint-disable MD001 -->
21
21
<!-- markdownlint-disable MD051 -->
22
22
23
-
# SDK target: REST API 2023-07-31 (GA) latest
23
+
# SDK target: REST API 2023-07-31 (GA)
24
24
25
25
 **REST API version 2023-07-31 (GA)**
26
26
@@ -33,16 +33,16 @@ Document Intelligence SDK supports the following languages and platforms:
33
33
| Language → Document Intelligence SDK version           | Package| Supported API version          | Platform support |
* [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)
46
46
47
47
## Supported Clients
48
48
@@ -166,7 +166,7 @@ from azure.core.credentials import AzureKeyCredential
166
166
167
167
### 3. Set up authentication
168
168
169
-
There are two supported methods for authentication
169
+
There are two supported methods for authentication:
170
170
171
171
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
172
172
@@ -255,7 +255,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
255
255
var client =newDocumentAnalysisClient(newUri(endpoint), newDefaultAzureCredential());
256
256
```
257
257
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).
259
259
260
260
### [Java](#tab/java)
261
261
@@ -287,7 +287,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
287
287
.buildClient();
288
288
```
289
289
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).
291
291
292
292
### [JavaScript](#tab/javascript)
293
293
@@ -345,7 +345,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
345
345
)
346
346
```
347
347
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).
349
349
350
350
---
351
351
@@ -355,7 +355,7 @@ Create a client object to interact with the Document Intelligence SDK, and then
355
355
356
356
## Help options
357
357
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`**.
0 commit comments