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.
87
+
* PDF
88
+
89
+
* Images: JPEG/JPG, PNG, BMP, TIFF, HEIF
90
+
91
+
✱ Microsoft Office files are currently not supported
81
92
82
93
## High resolution extraction
83
94
@@ -133,7 +144,7 @@ The `ocr.formula` capability extracts all identified formulas, such as mathemati
Copy file name to clipboardExpand all lines: articles/ai-services/document-intelligence/sdk-overview-v3-1.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.custom:
9
9
- devx-track-python
10
10
- ignite-2023
11
11
ms.topic: conceptual
12
-
ms.date: 11/21/2023
12
+
ms.date: 05/06/2024
13
13
ms.author: lajanuar
14
14
monikerRange: 'doc-intel-3.1.0'
15
15
---
@@ -32,10 +32,17 @@ Document Intelligence SDK supports the following languages and platforms:
32
32
33
33
| Language → Document Intelligence SDK version           | Package| Supported API version          | Platform support |
0 commit comments