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
Document Intelligence supports more sophisticated and modular analysis capabilities. Use the add-on features to extend the results to include more features extracted from your documents. Some add-on features incur an extra cost. These optional features can be enabled and disabled depending on the scenario of the document extraction. To enable a feature, add the associated feature name to the `features` query string property. You can enable more than one add-on feature on a request by providing a comma-separated list of features. The following add-on capabilities are available for `2023-07-31 (GA)` and later releases.
@@ -76,8 +80,15 @@ The following add-on capabilities are available for`2024-02-29-preview`, `2024-0
76
80
|Key value pairs|Free| ✔️|n/a|n/a| n/a|
77
81
|Query fields|Add-On*| ✔️|n/a|n/a| n/a|
78
82
83
+
✱ Add-On - Query fields are priced differently than the other add-on features. See [pricing](https://azure.microsoft.com/pricing/details/ai-document-intelligence/) for details.
84
+
85
+
## Supported file formats
79
86
80
-
Add-On* - Query fields are priced differently than the other add-on features. See [pricing](https://azure.microsoft.com/pricing/details/ai-document-intelligence/) for details.
There are two supported methods for authentication
137
+
There are two supported methods for authentication.
129
138
130
139
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
131
140
@@ -213,7 +222,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
213
222
var client =newFormRecognizerClient(newUri(endpoint), newDefaultAzureCredential());
214
223
```
215
224
216
-
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).
217
226
218
227
### [Java](#tab/java)
219
228
@@ -245,7 +254,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
245
254
.buildClient();
246
255
```
247
256
248
-
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).
249
258
250
259
### [JavaScript](#tab/javascript)
251
260
@@ -303,18 +312,17 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
303
312
)
304
313
```
305
314
306
-
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).
307
316
308
317
---
309
318
310
-
311
319
### 4. Build your application
312
320
313
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.
314
322
315
323
## Help options
316
324
317
-
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`**.
@@ -129,7 +136,7 @@ from azure.core.credentials import AzureKeyCredential
129
136
130
137
### 3. Set up authentication
131
138
132
-
There are two supported methods for authentication
139
+
There are two supported methods for authentication:
133
140
134
141
* Use a [Document Intelligence API key](#use-your-api-key) with AzureKeyCredential from azure.core.credentials.
135
142
@@ -219,7 +226,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/dotnet/api/azure.ide
219
226
var client =newDocumentAnalysisClient(newUri(endpoint), newDefaultAzureCredential());
220
227
```
221
228
222
-
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).
223
230
224
231
### [Java](#tab/java)
225
232
@@ -251,7 +258,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/java/api/com.azure.i
251
258
.buildClient();
252
259
```
253
260
254
-
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).
255
262
256
263
### [JavaScript](#tab/javascript)
257
264
@@ -309,7 +316,7 @@ Here's how to acquire and use the [DefaultAzureCredential](/python/api/azure-ide
309
316
)
310
317
```
311
318
312
-
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).
313
320
314
321
---
315
322
@@ -320,7 +327,7 @@ Create a client object to interact with the Document Intelligence SDK, and then
320
327
321
328
## Help options
322
329
323
-
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`**.
0 commit comments