You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- content: "You want to create an Azure AI Document Intelligence model where the documents are in one of three formats: wills, probate declarations, and affidavits. Each has their own specific layout. What type of model should you use that will understand the format of the three document categories?"
22
-
choices:
23
-
- content: "A Read model."
24
-
isCorrect: false
25
-
explanation: "Incorrect. A Read model obtains text and key-value pairs from the legal documents but won't categorize them."
26
-
- content: "A Layout model."
27
-
isCorrect: false
28
-
explanation: "Incorrect. A Layout model obtains structure information, select marks, and other information from the legal forms, but won't categorize them"
29
-
- content: "A Composed model."
30
-
isCorrect: true
31
-
explanation: "Correct. A Composed model consists of multiple custom models. Each submitted form is categorized as one of the custom form types and analyzed using the corresponding custom model."
32
-
- content: "You have developed a custom model that analyzes health assessment forms returned by patients to a medical practice. You've observed too much inaccuracy in the values that the model extracts for each field. What should you do to address this problem?"
33
-
choices:
34
-
- content: "Retrain the model with a larger number of example forms."
35
-
isCorrect: true
36
-
explanation: "Correct. The larger the number of example forms you use to train a model, the more accurate it will be and the higher the confidence levels will be."
37
-
- content: "Change from a custom model to the general document model."
38
-
isCorrect: false
39
-
explanation: "Incorrect. The general document model won't help to improve field value extraction for specific document types."
40
-
- content: "Change from the free tier to the standard tier."
41
-
isCorrect: false
42
-
explanation: "Incorrect. The tier you use for your Azure AI Document Intelligence resource doesn't affect the accuracy of field value extraction."
43
-
- content: "You want to call your Azure AI Document Intelligence solution from a mobile app by using an API. Which of the following programming languages is natively supported as an Azure AI Document Intelligence SDK?"
44
-
choices:
45
-
- content: "Python"
46
-
isCorrect: true
47
-
explanation: "Correct. Microsoft publishes a Python API you can use to call Azure AI Document Intelligence services."
48
-
- content: "Go"
49
-
isCorrect: false
50
-
explanation: "Incorrect. There's no Azure AI Document Intelligence API for Go, but you can submit requests through the RESTful web service."
51
-
- content: "R"
52
-
isCorrect: false
53
-
explanation: "Incorrect. There's no Azure AI Document Intelligence API for R, but you can submit requests through the RESTful web service."
54
-
- content: "Which of the following is an Azure AI Document Intelligence prebuilt model?"
55
-
choices:
56
-
- content: "Employment record"
57
-
isCorrect: false
58
-
explanation: "Incorrect. There's no employment record prebuilt model in Azure AI Document Intelligence although you can analyze scanned employment records and extract text, key/values pairs, and other information"
59
-
- content: "Resume"
60
-
isCorrect: false
61
-
explanation: "Incorrect. There's no resume prebuilt model in Azure AI Document Intelligence although you can analyze scanned resumes and extract text, key/values pairs, and other information."
62
-
- content: "Receipt"
63
-
isCorrect: true
64
-
explanation: "Correct. The receipt model can identify commonly used fields and their values in scanned or photographed receipt documents."
- content: "You want to create an Azure AI Document Intelligence model where the documents are in one of three formats: wills, probate declarations, and affidavits. Each has their own specific layout. What type of model should you use that will understand the format of the three document categories?"
22
+
choices:
23
+
- content: "A Read model."
24
+
isCorrect: false
25
+
explanation: "Incorrect. A Read model obtains text and key-value pairs from the legal documents but won't categorize them."
26
+
- content: "A Layout model."
27
+
isCorrect: false
28
+
explanation: "Incorrect. A Layout model obtains structure information, select marks, and other information from the legal forms, but won't categorize them"
29
+
- content: "A Composed model."
30
+
isCorrect: true
31
+
explanation: "Correct. A Composed model consists of multiple custom models. Each submitted form is categorized as one of the custom form types and analyzed using the corresponding custom model."
32
+
- content: "You have developed a custom model that analyzes health assessment forms returned by patients to a medical practice. You've observed too much inaccuracy in the values that the model extracts for each field. What should you do to address this problem?"
33
+
choices:
34
+
- content: "Retrain the model with a larger number of example forms."
35
+
isCorrect: true
36
+
explanation: "Correct. The larger the number of example forms you use to train a model, the more accurate it will be and the higher the confidence levels will be."
37
+
- content: "Change from a custom model to the general document model."
38
+
isCorrect: false
39
+
explanation: "Incorrect. The general document model won't help to improve field value extraction for specific document types."
40
+
- content: "Change from the free tier to the standard tier."
41
+
isCorrect: false
42
+
explanation: "Incorrect. The tier you use for your Azure AI Document Intelligence resource doesn't affect the accuracy of field value extraction."
43
+
- content: "You want to call your Azure AI Document Intelligence solution from a mobile app by using an API. Which of the following programming languages is natively supported as an Azure AI Document Intelligence SDK?"
44
+
choices:
45
+
- content: "`Python`"
46
+
isCorrect: true
47
+
explanation: "Correct. Microsoft publishes a Python API you can use to call Azure AI Document Intelligence services."
48
+
- content: "`Go`"
49
+
isCorrect: false
50
+
explanation: "Incorrect. There's no Azure AI Document Intelligence API for Go, but you can submit requests through the RESTful web service."
51
+
- content: "`R`"
52
+
isCorrect: false
53
+
explanation: "Incorrect. There's no Azure AI Document Intelligence API for R, but you can submit requests through the RESTful web service."
54
+
- content: "Which of the following is an Azure AI Document Intelligence prebuilt model?"
55
+
choices:
56
+
- content: "Employment record"
57
+
isCorrect: false
58
+
explanation: "Incorrect. There's no employment record prebuilt model in Azure AI Document Intelligence although you can analyze scanned employment records and extract text, key/values pairs, and other information"
59
+
- content: "Resume"
60
+
isCorrect: false
61
+
explanation: "Incorrect. There's no resume prebuilt model in Azure AI Document Intelligence although you can analyze scanned resumes and extract text, key/values pairs, and other information."
62
+
- content: "Receipt"
63
+
isCorrect: true
64
+
explanation: "Correct. The receipt model can identify commonly used fields and their values in scanned or photographed receipt documents."
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/plan-form-recognizer-solution/includes/2-understand.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,12 @@ Use a model to inform Azure AI Document Intelligence about the type of data you
33
33
34
34
Azure AI Document Intelligence includes several prebuilt models for common types of forms and documents. If your forms are of one of these types, you can extract information from them without training your own custom models. It's very quick to create and deploy an Azure AI Document Intelligence solution when you use prebuilt models.
35
35
36
-
In Azure AI Document Intelligence, three of the prebuilt models are for general document analysis:
36
+
In Azure AI Document Intelligence, there are prebuilt models are for general document analysis:
37
37
38
38
- Read
39
-
- General document
40
39
- Layout
41
40
42
-
The other prebuilt models expect a common type of form or document:
41
+
The other prebuilt models expect a common type of form or document, such as:
43
42
44
43
- Invoice
45
44
- Receipt
@@ -49,7 +48,7 @@ The other prebuilt models expect a common type of form or document:
49
48
- Health insurance card
50
49
51
50
> [!IMPORTANT]
52
-
> This list shows the documented prebuilt models avaiable at the time of writing. More prebuilt models are in development will be deployed soon. Check the Azure AI Document Intelligence documentation for the latest models.
51
+
> This list shows a subset of the prebuilt models available. Check the Azure AI Document Intelligence documentation for [all available models](/azure/ai-services/document-intelligence/model-overview?view=doc-intel-4.0.0&azure-portal=true#model-overview).
53
52
54
53
If you have an unusual or unique type of form, you can use the above general document analysis prebuilt models to extract information from them. However, if you want to extract more specific information than the prebuilt models support, you can create a **custom model** and train it by using examples of completed forms.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/plan-form-recognizer-solution/includes/4-choose-model-type.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Three of the prebuilt models are designed to handle general documents and extrac
16
16
17
17
:::image type="content" source="../media/04-read-model.png" alt-text="Screenshot showing the read model analyzing a document in German in Azure AI Document Intelligence Studio." lightbox="../media/04-read-model.png":::
18
18
19
-
-**General document.** Use this model to extract key-value pairs and tables in your documents.
19
+
-**General document.**_Deprecated in v4_. Use this model to extract key-value pairs and tables in your documents.
20
20
21
21
:::image type="content" source="../media/04-general-document-model.png" alt-text="Screenshot showing the general document model analyzing a document in Azure AI Document Intelligence Studio." lightbox="../media/04-general-document-model.png":::
0 commit comments