Skip to content

Commit 4edd93e

Browse files
committed
fine tune content understanding
1 parent 5c5efcb commit 4edd93e

File tree

6 files changed

+24
-19
lines changed

6 files changed

+24
-19
lines changed

articles/ai-services/content-understanding/concepts/analyzer-templates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following analyzer templates are available for use in the [Azure AI Foundry
2727
|Document analysis |Analyze documents to extract text, layout, structured fields, and more.|
2828
|Invoice analysis |Analyze invoice as prebuilt template and extract structured fields and tables.|
2929

30-
:::image type="content" source="../media/analyzer-template/document-analyzers.png" alt-text="Screenshot of document analyzer template.":::
30+
:::image type="content" source="../media/analyzer-template/document-analyzers.png" alt-text="Screenshot of document analyzer template." lightbox="../media/analyzer-template/document-analyzers.png":::
3131

3232
# [Image](#tab/image)
3333

@@ -37,7 +37,7 @@ The following analyzer templates are available for use in the [Azure AI Foundry
3737
|Retail inventory management |Retail inventory management for monitoring of products on shelves.|
3838
|Defect detection |Identify potential defects in provided images of metal plates.|
3939

40-
:::image type="content" source="../media/analyzer-template/image-analyzers.png" alt-text="Screenshot of image analyzer template.":::
40+
:::image type="content" source="../media/analyzer-template/image-analyzers.png" alt-text="Screenshot of image analyzer template." lightbox="../media/analyzer-template/image-analyzers.png":::
4141

4242
# [Audio](#tab/audio)
4343

@@ -48,7 +48,7 @@ The following analyzer templates are available for use in the [Azure AI Foundry
4848
|Post call analytics |Analyze call center conversations to extract transcripts, summaries, sentiment, and more.|
4949

5050

51-
:::image type="content" source="../media/analyzer-template/audio-analyzers.png" alt-text="Screenshot of audio analyzer template.":::
51+
:::image type="content" source="../media/analyzer-template/audio-analyzers.png" alt-text="Screenshot of audio analyzer template." lightbox="../media/analyzer-template/audio-analyzers.png":::
5252

5353
# [Video](#tab/video)
5454

@@ -60,6 +60,6 @@ The following analyzer templates are available for use in the [Azure AI Foundry
6060
|Advertising |Advertising analysis and moderation.|
6161

6262

63-
:::image type="content" source="../media/analyzer-template/video-analyzers.png" alt-text="Screenshot of video analyzer template.":::
63+
:::image type="content" source="../media/analyzer-template/video-analyzers.png" alt-text="Screenshot of video analyzer template." lightbox="../media/analyzer-template/video-analyzers.png":::
6464

6565
---

articles/ai-services/content-understanding/index.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ conceptualContent:
3232
- title: AI Foundry
3333
links:
3434
- itemType: quickstart
35-
text: Quickstart
35+
text: "Quickstart: Content Understanding with a single file"
3636
url: quickstart/use-ai-foundry.md
37+
- itemType: quickstart
38+
text: "Quickstart: Content Understanding with multiple files"
39+
url: quickstart/use-ai-foundry-pro-mode.md
3740
- itemType: concept
3841
text: Analyzer templates
3942
url: concepts/analyzer-templates.md

articles/ai-services/content-understanding/quickstart/use-ai-foundry-pro-mode.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: "Create an Azure AI Content Understanding multi-file task in the Azure AI
33
titleSuffix: Azure AI services
44
description: Create an Azure AI Content Understanding multi-file task in the Azure AI Foundry portal
55
author: laujan
6+
ms.author: kabrow
67
manager: nitinme
78
ms.service: azure-ai-content-understanding
89
ms.topic: quickstart
910
ms.date: 05/29/2025
1011
---
1112

12-
# Try out Azure AI Content Understanding on multiple files in the Azure AI Foundry portal
13+
# Quickstart: Use Content Understanding with multiple files
1314

14-
This quickstart shows you how to use the Content Understanding service in the Azure AI Foundry portal to extract structured information from your data. Azure AI Foundry enables you to build and deploy generative AI applications and APIs responsibly.
15+
This quickstart shows you how to use the Content Understanding service in the [**Azure AI Foundry portal**](https://ai.azure.com/explore/aiservices/vision/contentunderstanding) to extract structured information from your data. Azure AI Foundry enables you to build and deploy generative AI applications and APIs responsibly.
1516

1617
Suppose you have document files and you want to automatically extract key information from them, while also comparing to reference data to infer conclusions from your files. Using Content Understanding, you can create a task to streamline your data processing, define a field schema to specify the information to extract or generate, and develop an analyzer that applies reasoning to your data, delivering key insights and conclusions. The analyzer becomes an API endpoint that you can integrate into your applications or workflows.
1718

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ titleSuffix: Azure AI services
44
description: Create an Azure AI Content Understanding single-file task in the Azure AI Foundry portal
55
author: laujan
66
manager: nitinme
7+
ms.author: kabrow
78
ms.service: azure-ai-content-understanding
89
ms.topic: quickstart
910
ms.date: 05/19/2025
1011
---
1112

12-
# Try out Azure AI Content Understanding with a single file in the Azure AI Foundry portal
13-
14-
This quickstart shows you how to use the Content Understanding service in the Azure AI Foundry portal to extract structured information from your data. Azure AI Foundry enables you to build and deploy generative AI applications and APIs responsibly.
13+
# Quickstart: Use Content Understanding with a single file
14+
15+
This quickstart shows you how to use the Content Understanding service in the [**Azure AI Foundry portal**](https://ai.azure.com/explore/aiservices/vision/contentunderstanding) to extract structured information from your data. Azure AI Foundry enables you to build and deploy generative AI applications and APIs responsibly.
1516

1617
Suppose you have files—such as documents, images, audio, or video—and you want to automatically extract key information from them. With Content Understanding, you can create a task to organize your data processing, define a field schema that specifies the information to extract or generate, and then build an analyzer. The analyzer becomes an API endpoint that you can integrate into your applications or workflows.
1718

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: quickstart
1010
ms.date: 05/19/2025
1111
---
1212

13-
# Quickstart: Azure AI Content Understanding REST APIs
13+
# Quickstart: Use Azure AI Content Understanding REST API
1414

1515
* This quickstart shows you how to use the [Content Understanding REST API](/rest/api/contentunderstanding/content-analyzers?view=rest-contentunderstanding-2025-05-01-preview&preserve-view=true) to get structured data from multimodal content in document, image, audio, and video files.
1616

articles/ai-services/content-understanding/toc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@ items:
2626
- name: Glossary
2727
displayName: glossary, definition, updates, previews
2828
href: glossary.md
29-
- name: "AI Foundry portal"
29+
- name: Azure AI Foundry portal"
3030
items:
31-
- name: "AI Foundry portal"
31+
- name: Quickstarts
3232
items:
33-
- name: "Quickstart: Try Content Understanding with a single file"
33+
- name: Try Content Understanding with a single file"
3434
displayName: quickstart, extract, text, images, OCR, optical character recognition, foundry, standard, mode
3535
href: quickstart/use-ai-foundry.md
36-
- name: "Quickstart: Try Content Understanding with multiple files"
36+
- name: Try Content Understanding with multiple files"
3737
displayName: quickstart, extract, text, images, OCR, optical character recognition, foundry, pro, mode
3838
href: quickstart/use-ai-foundry-pro-mode.md
39-
- name: Analyzer templates
40-
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
41-
href: concepts/analyzer-templates.md
4239
- name: Analyzers
4340
items:
44-
- name: "Quickstart"
41+
- name: Quickstart
4542
displayName: quickstart, extract, text, images, OCR, optical character recognition, content filtering, filter
4643
href: quickstart/use-rest-api.md
4744
- name: Modalities
@@ -68,6 +65,9 @@ items:
6865
displayName: video, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
6966
- name: Concepts
7067
items:
68+
- name: Analyzer templates
69+
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
70+
href: concepts/analyzer-templates.md
7171
- name: Prebuilt analyzers 🆕
7272
displayName: analyzer, templates, document, text, images, video, audio, multimodal, visual, structured, content, field, extraction
7373
href: concepts/prebuilt-analyzers.md

0 commit comments

Comments
 (0)