Skip to content

Commit a175d61

Browse files
Merge pull request #50189 from sherzyang/main
Update for freshness - document intelligence
2 parents d03d752 + 51b5d61 commit a175d61

13 files changed

+252
-253
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: Introduction
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/1-introduction.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: Introduction
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 3
14+
content: |
15+
[!include[](includes/1-introduction.md)]
16+
Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.knowledge-check-summary
3-
title: Module assessment
4-
metadata:
5-
title: Module assessment
6-
description: Knowledge check
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 09/05/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/10-knowledge-check.md)]
16-
quiz:
17-
title: ""
18-
questions:
19-
- content: "A person plans to use an Azure Document Intelligence prebuilt invoice model. To extract document data using the model and REST API language, what are two calls they need to make to the API?"
20-
choices:
21-
- content: "Train Model and Get Model Labels"
22-
isCorrect: false
23-
explanation: "Incorrect: They don't need to train a prebuilt model."
24-
- content: "Analyze Invoice and Get Analyze Invoice Result"
25-
isCorrect: true
26-
explanation: "Correct: The Analyze Invoice function starts the form analysis and returns a result ID, which they can pass in a subsequent call to the Get Analyze Invoice Result function to retrieve the results."
27-
- content: "Create Azure Document Intelligence and Get Analyze Invoice Result"
28-
isCorrect: false
29-
explanation: "Incorrect: While they do need to create an Azure Document Intelligence or Azure AI Service resource to use Azure Document Intelligence services, Create Azure Document Intelligence isn't one of the REST API calls used to extract data."
30-
- content: "A person needs to build an application that submits expense claims and extracts the merchant, date, and total from scanned receipts. What's the **best** way to build the application?"
31-
choices:
32-
- content: "Use the Read API of the Computer Vision service."
33-
isCorrect: false
34-
explanation: "Incorrect: The Read API of the Computer Vision service can read text from an image, but it is best for you to use Azure Document Intelligence to extract key-value pairs."
35-
- content: "Use Azure Document Intelligence's prebuilt receipts model"
36-
isCorrect: true
37-
explanation: "Correct: Use the Azure Document Intelligence's prebuilt receipts model. It can intelligently extract the required fields even if the scanned receipts have different names in them."
38-
- content: "Use Azure Document Intelligence's Layout service"
39-
isCorrect: false
40-
explanation: "Incorrect: The Layout service extracts the structured output from documents, but the best way to build this application is to use a model specific to receipts."
41-
- content: "A person is building a custom model with Azure Document Intelligence services. What is required to train a model?"
42-
choices:
43-
- content: "Along with the form to analyze, JSON files need to be provided."
44-
isCorrect: true
45-
explanation: "Correct: The labels needed in training are referenced in the **ocr.json** files, **labels.json** files, and single **fields.json** file."
46-
- content: "Training must be done through language-specific SDKs."
47-
isCorrect: false
48-
explanation: "Incorrect: Labeled training can be done through SDKs, REST API, or Azure Document Intelligence Studio."
49-
- content: "Nothing else is required."
50-
isCorrect: false
51-
explanation: "Incorrect: Labeled training requires JSON files to be provided when training a model, or those JSON files need to be generated before training your model."
52-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.knowledge-check-summary
3+
title: Module assessment
4+
metadata:
5+
title: Module assessment
6+
description: Knowledge check
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 3
14+
content: |
15+
[!include[](includes/10-knowledge-check.md)]
16+
quiz:
17+
title: ""
18+
questions:
19+
- content: "A person plans to use an Azure Document Intelligence prebuilt invoice model. To extract document data using the model and REST API language, what are two calls they need to make to the API?"
20+
choices:
21+
- content: "Train Model and Get Model Labels"
22+
isCorrect: false
23+
explanation: "Incorrect: They don't need to train a prebuilt model."
24+
- content: "Analyze Invoice and Get Analyze Invoice Result"
25+
isCorrect: true
26+
explanation: "Correct: The Analyze Invoice function starts the form analysis and returns a result ID, which they can pass in a subsequent call to the Get Analyze Invoice Result function to retrieve the results."
27+
- content: "Create Azure Document Intelligence and Get Analyze Invoice Result"
28+
isCorrect: false
29+
explanation: "Incorrect: While they do need to create an Azure Document Intelligence or Azure AI Service resource to use Azure Document Intelligence services, Create Azure Document Intelligence isn't one of the REST API calls used to extract data."
30+
- content: "A person needs to build an application that submits expense claims and extracts the merchant, date, and total from scanned receipts. What's the **best** way to build the application?"
31+
choices:
32+
- content: "Use the Read API of the Computer Vision service."
33+
isCorrect: false
34+
explanation: "Incorrect: The Read API of the Computer Vision service can read text from an image, but it is best for you to use Azure Document Intelligence to extract key-value pairs."
35+
- content: "Use Azure Document Intelligence's prebuilt receipts model"
36+
isCorrect: true
37+
explanation: "Correct: Use the Azure Document Intelligence's prebuilt receipts model. It can intelligently extract the required fields even if the scanned receipts have different names in them."
38+
- content: "Use Azure Document Intelligence's Layout service"
39+
isCorrect: false
40+
explanation: "Incorrect: The Layout service extracts the structured output from documents, but the best way to build this application is to use a model specific to receipts."
41+
- content: "A person is building a custom model with Azure Document Intelligence services. What is required to train a model?"
42+
choices:
43+
- content: "Along with the form to analyze, JSON files need to be provided."
44+
isCorrect: true
45+
explanation: "Correct: The labels needed in training are referenced in the **ocr.json** files, **labels.json** files, and single **fields.json** file."
46+
- content: "Training must be done through language-specific SDKs."
47+
isCorrect: false
48+
explanation: "Incorrect: Labeled training can be done through SDKs, REST API, or Azure Document Intelligence Studio."
49+
- content: "Nothing else is required."
50+
isCorrect: false
51+
explanation: "Incorrect: Labeled training requires JSON files to be provided when training a model, or those JSON files need to be generated before training your model."
52+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.summary
3-
title: Summary
4-
metadata:
5-
title: Summary
6-
description: Summary
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 1
14-
content: |
15-
[!include[](includes/11-summary.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: Summary
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 1
14+
content: |
15+
[!include[](includes/11-summary.md)]
16+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.what-form-recognizer
3-
title: What is Azure Document Intelligence?
4-
metadata:
5-
title: What is Azure Document Intelligence?
6-
description: What is Azure Document Intelligence?
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 4
14-
content: |
15-
[!include[](includes/2-what-form-recognizer.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.what-form-recognizer
3+
title: What is Azure Document Intelligence?
4+
metadata:
5+
title: What is Azure Document Intelligence?
6+
description: What is Azure Document Intelligence?
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 4
14+
content: |
15+
[!include[](includes/2-what-form-recognizer.md)]
16+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.get-started
3-
title: Get started with Azure Document Intelligence
4-
metadata:
5-
title: Get started with Azure Document Intelligence
6-
description: Get started with Azure Document Intelligence
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/3-get-started.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.get-started
3+
title: Get started with Azure Document Intelligence
4+
metadata:
5+
title: Get started with Azure Document Intelligence
6+
description: Get started with Azure Document Intelligence
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 3
14+
content: |
15+
[!include[](includes/3-get-started.md)]
16+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.train-custom-models-with-labels
3-
title: Train custom models
4-
metadata:
5-
title: Train custom models
6-
description: Train custom models
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/6-train-custom-models.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.train-custom-models-with-labels
3+
title: Train custom models
4+
metadata:
5+
title: Train custom models
6+
description: Train custom models
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 3
14+
content: |
15+
[!include[](includes/6-train-custom-models.md)]
16+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.use-models
3-
title: Use Azure Document Intelligence models
4-
metadata:
5-
title: Use Azure Document Intelligence models
6-
description: Use Azure Document Intelligence models
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 4
14-
content: |
15-
[!include[](includes/7-use-models.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.use-models
3+
title: Use Azure Document Intelligence models
4+
metadata:
5+
title: Use Azure Document Intelligence models
6+
description: Use Azure Document Intelligence models
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 4
14+
content: |
15+
[!include[](includes/7-use-models.md)]
16+
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.exercise-extract-data-from-custom-forms
3-
title: Exercise - Extract data from custom forms
4-
metadata:
5-
title: Exercise - Extract data from custom forms
6-
description: Exercise - Extract data from custom forms
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
labId: 152394
14-
labModal: true
15-
durationInMinutes: 25
16-
content: |
17-
[!include[](includes/8-exercise-extract-data-from-custom-forms.md)]
18-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.exercise-extract-data-from-custom-forms
3+
title: Exercise - Extract data from custom forms
4+
metadata:
5+
title: Exercise - Extract data from custom forms
6+
description: Exercise - Extract data from custom forms
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
labId: 152394
14+
labModal: true
15+
durationInMinutes: 25
16+
content: |
17+
[!include[](includes/8-exercise-extract-data-from-custom-forms.md)]
18+
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.wwl.work-with-form-recognizer.form-recognizer-studio
3-
title: Use the Azure Document Intelligence Studio
4-
metadata:
5-
title: Use the Azure Document Intelligence Studio
6-
description: Use the Azure Document Intelligence Studio
7-
author: wwlpublish
8-
ms.author: berryivor
9-
ms.date: 04/18/2024
10-
ms.topic: unit
11-
ms.collection:
12-
- wwl-ai-copilot
13-
durationInMinutes: 3
14-
content: |
15-
[!include[](includes/9-form-recognizer-studio.md)]
16-
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.work-with-form-recognizer.form-recognizer-studio
3+
title: Use the Azure Document Intelligence Studio
4+
metadata:
5+
title: Use the Azure Document Intelligence Studio
6+
description: Use the Azure Document Intelligence Studio
7+
author: wwlpublish
8+
ms.author: berryivor
9+
ms.date: 04/28/2025
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 3
14+
content: |
15+
[!include[](includes/9-form-recognizer-studio.md)]
16+

0 commit comments

Comments
 (0)