Implement knowledge mining and document intelligence solutions (10–15%) Flashcards
You are building a solution that uses Azure AI Search.
You need to execute the initial run of the indexer.
Which stages will be included during the initial run?
Document cracking,
field mapping,
skillset execution, and
output field mapping are the stages of indexing.
You are building a knowledge mining solution by using Azure AI Search.
You need to ensure that the solution supports wildcard queries in search requests.
What should you include in the REST API request?
“queryType”: “full”
queryType “full” extends the default Simple query language by adding support for more operators and query types, such as wildcard, fuzzy, regex, and field-scoped queries.
You are building a knowledge mining solution that uses Azure AI Search.
You need to apply AI enrichment to your indexer pipeline to generate links to Wikipedia articles.
Which skill should you use?
Microsoft.Skills.Text.V3.EntityLinkingSkill
Microsoft.Skills.Text.V3.EntityLinkingSkill uses a pretrained model to generate links for recognized entities to articles in Wikipedia.
What features exist for prebuilt Document Intelligence models?
Text extraction
Key-value pairs
Entities.
Selection marks
Tables.
Fields.
What specific forms exist as prebuilt models in Document intelligence?
Invoice
Receipt
W2
ID document model. US drivers’ licenses and international passports
Business card
Health insurance card
What features are available in the Read model in Document Intelligence?
Text extraction
What generic prebuilt models exist in Document intelligence?
Read model.
General document model
Layout model.
What features are available in the General document model in Document Intelligence?
Text extraction
Key-value pairs
Entities
Selection marks
Tables
What features are available in the Layout model in Document Intelligence?
Text extraction
Selection marks
Tables
What features are available in the Invoice model in Document Intelligence?
Text extraction
Key-value pairs
Selection marks
Tables
Fields
What features are available in the Receipt model in Document Intelligence?
Text extraction
Key-value pairs
Fields
What features are available in the W2 model in Document Intelligence?
Text extraction
Key-value pairs
Selection marks
Tables
Fields
What features are available in the ID document model in Document Intelligence?
Text extraction
Key-value pairs
Fields
What features are available in the Business card model in Document Intelligence?
Text extraction
Key-value pairs
Fields
Which file formats can be consumed by prebuilt Document Intelligence models?
JPEG
PNG
BMP
TIFF
PDF
What file size requirements exist for Document Intelligence documents?
The file must be smaller than 500 MB for the standard tier, and 4 MB for the free tier.
What image size requirements exist for Document Intelligence documents?
Images must have dimensions between 50 x 50 pixels and 10,000 x 10,000 pixels.
What limitations exist for PDF files in Document Intelligence?
PDF documents must have dimensions less than 17 x 17 inches or A3 paper size.
PDF documents must not be protected with a password.
What amount of pages are allowed for PDF and TIFF files in Document Intelligence?
PDF and TIFF files can have any number of pages but, in the standard tier, only the first 2000 pages are analyzed. In the free tier, only the first two pages are analyzed.
How do you use the Document Intelligence service?
For custom applications, use the REST API.
To explore the models and how they behavior with your forms visually, you can experiment in the Azure AI Document Intelligence Studio.
What underlying form models exist for custom forms in Document Intelligence?
Custom template models
Custom neural models
In the Read model in Doc intelligence, how can you select a page range for analysis?
Use the pages parameter
What is the purpose of the Read model in Document Intelligence?
The read model is ideal if you want to extract words and lines from documents with no fixed or predictable structure.
Which prebuilt Document Intelligence model supports Entity extraction?
general document model