Skip to content

Commit 980e816

Browse files
author
Sherry Yang
committed
Update links.
1 parent 118a934 commit 980e816

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Computer vision is made possible by machine learning models that are trained to
77
**Optical Character Recognition (OCR)** helps computers recognize that an element in an image contains text. OCR is the foundation of processing text in images and uses machine learning models that are trained to recognize individual shapes as letters, numerals, punctuation, or other elements of text. Much of the early work on implementing this kind of capability was performed by postal services to support automatic sorting of mail based on postal codes. Since then, the state-of-the-art for reading text has moved on, and we have models that detect printed or handwritten text in an image and digitize it line-by-line and word-by-word.
88

99
> [!NOTE]
10-
> The machine learning concepts associated with vision are covered in-depth in [Introduction to computer vision concepts](https://learn.microsoft.com/en-us/training/modules/analyze-images-computer-vision/).
10+
> The machine learning concepts associated with vision are covered in-depth in [Introduction to computer vision concepts](/training/modules/analyze-images-computer-vision/).
1111
1212
Next, let's see how data is extracted from forms with techniques that build upon OCR.

learn-pr/wwl-data-ai/introduction-information-extraction/includes/5-multimodal-extraction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ The orchastration of techniques can include vision and document intelligence, an
55
- **Natural language processing** can be used to find key phrases, entities, sentiment, etc. in written or spoken language.
66

77
> [!NOTE]
8-
> The machine learning concepts associated with NLP are covered in-depth in [Introduction to natural language processing concepts](https://learn.microsoft.com/training/modules/analyze-text-with-text-analytics-service).
8+
> The machine learning concepts associated with NLP are covered in-depth in [Introduction to natural language processing concepts](/training/modules/analyze-text-with-text-analytics-service).
99
1010
- **Speech recognition** takes the spoken word and converts it into data that can be processed - often by transcribing it into text. The spoken words can be in the form of a recorded voice in an audio file, or live audio from a microphone.
1111

1212
> [!NOTE]
13-
> Speech recognition is covered in [Get started with speech on Azure](https://learn.microsoft.com/training/modules/recognize-synthesize-speech)
13+
> Speech recognition is covered in [Get started with speech on Azure](/training/modules/recognize-synthesize-speech)
1414
1515
- **Generative AI** can add to the data extraction process by allowing users to identify their own fields and field descriptions. It can be particularly useful when dealing with unstructured content. One example is the user-added *field* of "summary". The *value* associated with the field must be generated based on the data in the content.
1616

1717
>[!NOTE]
18-
> Generative AI concepts are covered in-depth in [Introduction to generative AI on Azure](https://learn.microsoft.com/training/modules/fundamentals-azure-ai-services/)
18+
> Generative AI concepts are covered in-depth in [Introduction to generative AI on Azure](/training/modules/fundamentals-azure-ai-services/)
1919
2020
![Screenshot of the possible components of multimodal information extraction.](../media/component-overview.png)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ In this module you learned how modern organizations can process content using AI
33

44
## Learn more
55

6-
Apply these concepts in [Get started with AI-powered information extraction in Azure](https://learn.microsoft.com/training/modules/ai-information-extraction/).
6+
Apply these concepts in [Get started with AI-powered information extraction in Azure](/training/modules/ai-information-extraction/).

0 commit comments

Comments
 (0)