Skip to content

Commit a9a17dd

Browse files
committed
update what's new
1 parent e84373d commit a9a17dd

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

articles/ai-services/content-understanding/whats-new.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,47 @@ ms.custom:
1717
Azure AI Content Understanding service is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.
1818

1919
## May 2025
20+
2021
The Azure AI Content Understanding **`2025-05-01-preview`** REST API is now available. This update introduces the following updates and enhanced capabilities:
2122

22-
* **Processing modes**: With the **`2025-05-01-preview`** release, we introduce two modes: `standard` and `pro`. The default mode for all analyzers is `standard`. Content Understanding pro mode adds reasoning, support for multiple input documents, the ability to configure an external knowledge base for linking, enrichment and validation. These features enable automating complex tasks requiring that extend the field extraction capability to cover tasks that would have required custom code or human effort. The `pro` mode is currently limited to documents as inputs, this will be extended to support other types of content soon! Common challenges that the pro mode addresses is aggregating a schema across content from different input files, validating results across documents and using extrenal knowledge (guidelines, standard operating procedures and other context) to generate a output schema. Learn more about the [pro mode](concepts/standard-pro-modes.md).
23+
* **Processing modes**: With the **`2025-05-01-preview`** release, we introduce two modes: `standard` and `pro`. The default mode for all analyzers is `standard`. Content Understanding pro mode adds reasoning, support for multiple input documents, the ability to configure an external knowledge base for linking, enrichment, and validation. These features enable automating complex tasks to extend field extraction capabilities to include tasks that required custom code or human effort. The `pro` mode is currently limited to documents as inputs. Common challenges that the pro mode addresses include aggregating a schema across content from different input files. It also involves validating results across documents. Additionally, it uses external knowledge, such as guidelines, standard operating procedures, and other context, to generate an output schema. Learn more about the [pro mode](concepts/standard-pro-modes.md).
2324

2425
* **Improvements to document processing** :
25-
26-
* **Document classification and splitting** with a [Classification API](concepts/classifier.md). This API supports classifying and logicall splitting a single file containing multiple documents with optional routing to field extraction analyzers. This enables you to define a workflow to classify and split a file into multiple logical documents and route the individual documents to a downstream field extraxtion model in a single API call.
26+
27+
* **Document classification and splitting** with a [Classification API](concepts/classifier.md). This API supports classifying and logical splitting a single file containing multiple documents with optional routing to field extraction analyzers. The API enables you to define a workflow to classify and split a file into multiple logical documents and route the individual documents to a downstream field extraction model in a single API call.
2728
* Improvements in **content extraction**:
2829
* Added support for extracting table spanning multiple pages as a single logical table. Learn more about [structure extraction updates in documents](document/elements.md).
2930
* Selection mark support for checkmark and radio buttons as unicode characters. Learn more about [structure extraction updates in documents](document/elements.md).
3031
* Bar code extraction as part of the default content extraction along with `OCR`. Learn more about [structure extraction updates in documents](document/elements.md).
3132
* Support for embedded figures in Markdown as base64 string format output. Learn more about [structure extraction updates in documents](document/elements.md).
3233
* Improvements in **field extraction**
33-
* Confidence score improvements with better grounding results for extractive fields.
34+
* Confidence score improvements with better grounding results for extractive fields.
3435
* New file format support extended for following document types `.rtf`,`.txt`,`.xml`,`.json`, `.msg`,`.eml`,`.csv`, and `.xlsx`.
35-
36+
3637

3738
* **Improvements to video processing**:
38-
39+
3940
* Added Support for whole video fields. Learn more about [video processing improvements](video/overview.md#segmentation-mode).
40-
* Added Support for video chapters via segmentation. Learn more about [video processing improvements](video/overview.md#segmentation-mode).
41+
* Added Support for video chapters via segmentation. Learn more about [video processing improvements](video/overview.md#segmentation-mode).
4142
* Added Support for face identification on extracted face thumbnails. The identity enhances the description and downstream tasks like search and retrieval. Learn more about [face detection in videos](video/overview.md#content-extraction---grouping-and-identification)
4243
* Added Support for disabling face blurring in analyzer configuration. Learn more about [video processing improvements](video/overview.md#field-extraction--face-description).
4344

4445
* **Improvements in audio processing**:
45-
46+
4647
* Support for multi-speaker call center role detection to allow detection of multiple speakers.
4748

4849
* **Face API preview**:
4950

50-
This release adds new face detection and recognition capabilities to Content Understanding. You can create a database of faces and recognize the faces in the processed content.
51+
This release adds new face detection and recognition capabilities to Content Understanding. You can create a database of faces and recognize the faces in the processed content.
5152
* Detection, recognition, and enrollment of faces. Learn more about [detecting and recognizing faces](face/overview.md).
5253

5354
* **Billing Changes**:
5455

55-
* New simpler pricing model that lowers processing costs when compated to the **2024-12-01-preview** REST API across many of the features. Learn more about the [updated pricing model](https://azure.microsoft.com/pricing/details/content-understanding/)
56-
56+
* New simpler pricing model that lowers processing costs when compared to the **2024-12-01-preview** REST API across many of the features. Learn more about the [updated pricing model](https://azure.microsoft.com/pricing/details/content-understanding/)
57+
5758
* **User experience improvements**:
5859

59-
The [Azure AI Foundry](https://ai.azure.com/) experience continues to improve with a streamlined project creation flow, improved performance experience improvements and a try-out experience. Get started with Content Understanding in the [Azure AI Foundry](https://aka.ms/cu-landing) today.
60+
The [Azure AI Foundry](https://ai.azure.com/) experience continues to improve with a streamlined project creation flow, improved performance experience, and a try-out experience. Get started with Content Understanding in the [Azure AI Foundry](https://aka.ms/cu-landing) today.
6061

6162
## April 2025
6263

0 commit comments

Comments
 (0)