Skip to content

Commit b7d74c9

Browse files
committed
Fixes
1 parent 27c6e00 commit b7d74c9

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

learn-pr/wwl-data-ai/ai-information-extraction/3-azure-ai-vision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl.aai-information-extraction.azure-ai-vision
2+
uid: learn.wwl.ai-information-extraction.azure-ai-vision
33
title: Extract information with Azure AI Vision
44
metadata:
55
title: Extract information with Azure AI Vision

learn-pr/wwl-data-ai/ai-information-extraction/8-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ quiz:
1717
- content: "Which service should you use to build a mobile app with which a user can take a photograph of a street sign and extract text to send to a translation service?"
1818
choices:
1919
- content: "Azure AI Vision Image Analysis"
20-
- isCorrect: true
20+
isCorrect: true
2121
explanation: "Correct. Azure AI Vision Image Analysis uses OCR to extract text from images."
2222
- content: "Azure AI Content Understanding"
2323
isCorrect: false
@@ -28,7 +28,7 @@ quiz:
2828
- content: "Which service should you use to analyze a recording of a customer service call to extract key points that were discussed?"
2929
choices:
3030
- content: "Azure AI Vision Image Analysis"
31-
- isCorrect: false
31+
isCorrect: false
3232
explanation: "Incorrect. Azure AI Vision Image Analysis uses OCR to extract text from images."
3333
- content: "Azure AI Content Understanding"
3434
isCorrect: true
@@ -39,7 +39,7 @@ quiz:
3939
- content: "Which service should you use to extract fields from standard US tax forms for automated processing?"
4040
choices:
4141
- content: "Azure AI Vision Image Analysis"
42-
- isCorrect: false
42+
isCorrect: false
4343
explanation: "Incorrect. Azure AI Vision Image Analysis uses OCR to extract text from images."
4444
- content: "Azure AI Content Understanding"
4545
isCorrect: false

learn-pr/wwl-data-ai/ai-information-extraction/includes/2-azure-ai-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Core services used in information extraction scenarios include:
66
| -- | -- |
77
| ![Azure AI Vision icon.](../media/azure-ai-vision.png)<br/> **Azure AI Vision Image Analysis** | Azure AI Vision Image Analysis enables you to extract insights from images, including the detection and identification of common objects in images, the generation of relevant captions and tags for images, and the extraction of text in images. |
88
| ![Azure AI Content Understanding icon.](../media/content-understanding.png)<br/> **Azure AI Content Understanding** | Azure AI Content Understanding is a generative AI-based multimodal analysis service that can extract insights from structured documents, images, audio, and video.|
9-
| ![Azure AI Document Intelligence icon.](../media/document-intelligence.png)<br/> **Azure AI Document Intelligence** | Azure AI Document Intelligence is designed to extract fields and values from digital (or digitzed) forms, such as invoices, receipts, purchase orders, and others.|
9+
| ![Azure AI Document Intelligence icon.](../media/document-intelligence.png)<br/> **Azure AI Document Intelligence** | Azure AI Document Intelligence is designed to extract fields and values from digital (or digitized) forms, such as invoices, receipts, purchase orders, and others.|
1010
| ![Azure AI Search icon.](../media/ai-search.png)<br/> **Azure AI Search** | Azure AI Search performs AI-assisted indexing in which a pipeline of AI *skills* are used to systematically extract and index information from structured and unstructured content.|
1111

1212
You can use each of these services separately, or combine them to build comprehensive solutions for:
1313

14-
- **Data capture**: Intelligently scanning images to capture and store data values. For example, using a cellphone camera to extract contact information rom a business card.
14+
- **Data capture**: Intelligently scanning images to capture and store data values. For example, using a cellphone camera to extract contact information from a business card.
1515
- **Business process automation**: Reading data from forms and using it to trigger workflows. For example, extracting cost center and billing information from invoices and routing them to the appropriate accounts-payable department for processing.
1616
- **Meeting summarization and analysis**: Analyzing and summarizing key points from recorded phone conversations or video conference calls. For example, automating note-taking and action assignments for a team meeting.
1717
- **Digital asset management (DAM)**: Managing digital assets like images or videos by automatically tagging and indexing them. For example, to create a searchable library of stock photographs.

learn-pr/wwl-data-ai/ai-information-extraction/includes/3-azure-ai-vision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The AI Vision Image Analysis service generates the following descriptive text va
4242

4343
Azure AI Vision Image Analysis can also detect common objects and people in an image.
4444

45-
For example consider the following image:
45+
For example, consider the following image:
4646

4747
![Photograph of an apple, a banana, and an orange.](../media/produce.png).
4848

@@ -52,7 +52,7 @@ Azure AI Vision Image Analysis detects the types and locations of objects in thi
5252

5353
## Optical character recognition (OCR)
5454

55-
When an image contains printed or handwritten text, Azure AI Vision Image Analysis can use a technique called *optical character recognition* (OCR) to determine the location and contents of each *line* of text, and each individual *word*. The OCR capabilities of Azure Ai Vision Image Analysis are particularly useful when you need to read text in an image for further processing, for example to translate a menu using a cellphone application. Azure AI Vision Image Analysis can also be useful to extract small volumes of free-form text from simple documents; for example to extract contact details from a business card.
55+
When an image contains printed or handwritten text, Azure AI Vision Image Analysis can use a technique called *optical character recognition* (OCR) to determine the location and contents of each *line* of text, and each individual *word*. The OCR capabilities of Azure AI Vision Image Analysis are useful when you need to read text in an image for further processing, for example to translate a menu using a cellphone application. Azure AI Vision Image Analysis can also be useful to extract small volumes of free-form text from simple documents; for example, to extract contact details from a business card.
5656

5757
Consider the following scanned business card:
5858

learn-pr/wwl-data-ai/ai-information-extraction/includes/4-content-understanding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Azure AI Content Understanding uses state of the art AI models to analyze content in multiple formats, including:
1+
Azure AI Content Understanding uses state-of-the-art AI models to analyze content in multiple formats, including:
22

33
- Text-based forms and documents
44
- Audio
@@ -30,7 +30,7 @@ Now suppose you need to extract this information from the following invoice:
3030

3131
![Photograph of an invoice.](../media/invoice.png)
3232

33-
Azure AI Content Understanding can apply the invoice schema to your invoice and identify the corresponding fields, even when they are labeled with different names (or not labeled at all). The resulting analysis produces a result like this:
33+
Azure AI Content Understanding can apply the invoice schema to your invoice and identify the corresponding fields, even when they're labeled with different names (or not labeled at all). The resulting analysis produces a result like this:
3434

3535
![Photograph of an analyzed invoice with detected fields highlighted.](../media/analyzed-invoice.png)
3636

@@ -111,7 +111,7 @@ You can use Azure AI Content Understanding to analyze the following still image
111111

112112
![Photograph of a person in a conference room on a call with three remote attendees.](../media/conference-call.jpg)
113113

114-
When applying the schema above to this image, Azure AI Content Understanding produces the following results:
114+
When applying the preceding schema to this image, Azure AI Content Understanding produces the following results:
115115

116116
- **Location**: Conference room
117117
- **In-person attendees**: 1

learn-pr/wwl-data-ai/ai-information-extraction/includes/6-ai-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ At the heart of an Azure AI Search solution is an *indexer*, which defines a rep
66

77
1. Ingest data from a *source*, such as an Azure Storage container of documents or a database.
88
1. *Crack* documents to extract their contents - for example, retrieving the text and image data in a PDF document.
9-
1. Apply a sequence of tasks to retrieve information from the data and generate a hierarchy of *fields* for the index. Some field are core attributes of the source data (for example document file names and last saved dates), while others are generated by using AI *skills*. For example:
9+
1. Apply a sequence of tasks to retrieve information from the data and generate a hierarchy of *fields* for the index. Some fields are core attributes of the source data (for example document file names and last saved dates), while others are generated by using AI *skills*. For example:
1010
- Using **Azure AI Vision** services to generate *tags* and *captions* for images.
1111
- Using **Azure AI Language** services to derive fields for *sentiment* or *named entities*.
1212
- Using **Azure AI Document Intelligence** to extract field values from forms.

learn-pr/wwl-data-ai/ai-information-extraction/includes/9-summary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In this module, you've explored Azure AI services that you can use to extract in
99
> [!TIP]
1010
> Learn more about the Azure AI services discussed in this module:
1111
>
12-
> - **[Azure AI Vision Image Analysis](https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview-image-analysis)**
13-
> - **[Azure AI Content Understanding](https://learn.microsoft.com/en-us/azure/ai-services/content-understanding/)**
14-
> - **[Azure AI Document Intelligence](https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence)**
15-
> - **[Azure AI Search](https://learn.microsoft.com/en-us/azure/search/)**
12+
> - **[Azure AI Vision Image Analysis](/azure/ai-services/computer-vision/overview-image-analysis/)**
13+
> - **[Azure AI Content Understanding](/azure/ai-services/content-understanding/)**
14+
> - **[Azure AI Document Intelligence](/azure/ai-services/document-intelligence/)**
15+
> - **[Azure AI Search](/azure/search/)**

learn-pr/wwl-data-ai/ai-information-extraction/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.ai-information-extraction
33
metadata:
44
title: Get started with AI-powered information extraction in Azure
5-
description: AI gives you the power to unlock insights from your data. In this module, you will learn how to use Azure AI services to extract information from content.
5+
description: AI gives you the power to unlock insights from your data. In this module, you'll learn how to use Azure AI services to extract information from content.
66
author: graememalcolm
77
ms.author: gmalc
88
ms.date: 05/11/2025
@@ -11,7 +11,7 @@ metadata:
1111
ms.collection:
1212
- wwl-ai-copilot
1313
title: Get started with AI-powered information extraction in Azure
14-
summary: AI gives you the power to unlock insights from your data. In this module, you will learn how to use Azure AI services to extract information from content.
14+
summary: AI gives you the power to unlock insights from your data. In this module, you'll learn how to use Azure AI services to extract information from content.
1515
abstract: |
1616
After completing this module, you'll be able to:
1717
- Identify Azure AI services for information extraction
@@ -35,10 +35,10 @@ subjects:
3535
units:
3636
- learn.wwl.ai-information-extraction.introduction
3737
- learn.wwl.ai-information-extraction.azure-ai-services
38-
- learn.wwl.ai-information-extraction.azure-ai-vision
38+
- learn.wwl.aai-information-extraction.azure-ai-vision
3939
- learn.wwl.ai-information-extraction.content-understanding
4040
- learn.wwl.ai-information-extraction.document-intelligence
41-
- learn.wwl.ai-information-extraction.azure-ai-search
41+
- learn.wwl.ai-information-extraction.ai-search
4242
- learn.wwl.ai-information-extraction.exercise
4343
- learn.wwl.ai-information-extraction.knowledge-check
4444
- learn.wwl.ai-information-extraction.summary

0 commit comments

Comments
 (0)