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
Copy file name to clipboardExpand all lines: articles/ai-services/content-understanding/whats-new.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,18 @@ The Azure AI Content Understanding service is continuously updated. Bookmark thi
19
19
## May 2025
20
20
The Azure AI Content Understanding **`2025-05-01-preview`** REST API is now available. This update introduces the following updates and enhanced capabilities:
21
21
22
-
***Modes for documents**: With the **`2025-05-01-preview`** release, we introduce two modes: `standard` and `pro`. The `pro` mode, currently exclusive to the document analyzer, enables advanced capabilities. Content Understanding now supports reasoning across multiple documents as input for external knowledge, empowering users to derive agentic inferences directly from reference documents.
22
+
***Modes for documents**: With the **`2025-05-01-preview`** release, we introduce two modes: `standard` and `pro`. Content Understanding pro mode adds reasoning, support for multiple input documents, the ability to configure an external knowledge base for linking and validation. These features enable agentic processes for automating complex tasks requiring human effort. The `pro` mode is currently limited to the document analyzer, enables reasoning capabilities that can infer complicated outputs given multiple reference documents (e.g., insurance policy documents) and multiple input documents (e.g., forms and supporting documents that are case-specific)
23
23
24
24
***Document modality improvements** :
25
25
26
-
* Support for cross table extraction spanning multiple pages.
27
-
* Selection mark support for checkmark and radio buttons as unicode characters.
28
-
* Confidence score improvements.
29
-
* Support for embedded figures in Markdown as base64 string format.
26
+
* Improvements in content extraction:
27
+
* Support for table spanning multiple pages getting extracted as a single logical table.
28
+
* Selection mark support for checkmark and radio buttons as unicode characters.
29
+
* Bar code extraction as part of the default content extraction along with `OCR`.
30
+
* Support for embedded figures in Markdown as base64 string format output.
31
+
* Confidence score improvements with better grounding results for extractive fields.
30
32
* New file format support extended for following document types `.rtf`,`.txt`,`.xml`,`.json`, `.msg`,`.eml`,`.csv`, and `.xlsx`.
31
-
* Bar code extraction as part of the default content extraction along with `OCR`.
32
-
* Classification API for documents only. This API supports classifying and splitting documents with optional routing to analyzers.
33
+
* Classification API for documents only. This API supports classifying and splitting a single file containing multiple documents with optional routing to field extraction analyzers.
33
34
34
35
***Video Modality improvements**:
35
36
@@ -43,10 +44,12 @@ The Azure AI Content Understanding **`2025-05-01-preview`** REST API is now avai
43
44
***Face API preview**: Detection, recognition, and enrollment of faces.
44
45
45
46
***Billing Changes**: New simpler pricing model that lowers costs from the **2024-12-01-preview** REST API across all modalities.
47
+
48
+
***User experience improvements**: To improve latency issues, the UX experience is refreshed with ease-of-use and quick try-out experience as part of [Azure AI Foundry](https://aka.ms/cu-landing)
46
49
47
50
## April 2025
48
51
49
-
The Azure AI Content Understanding **2024-12-01-preview** REST API is now available. This update for preview API introduces the following updates and enhanced capabilities:
52
+
**2024-12-01-preview** REST API introduces the following updates and enhanced capabilities:
50
53
51
54
***General improvements**. For all modality, to request an increase from current limits, contact us at `[email protected]`.
52
55
***Prebuilt invoice template**. The invoice template is now customizable. Once you select the invoice template, you can access a predefined list of fields that can be tailored to your specific needs by adding or removing fields.
0 commit comments