AI-102 · Question #345
You are building an app that will process scanned expense claims and extract and label the following data: - Merchant information - Time of transaction - Date of transaction - Taxes paid - Total…
The correct answer is D. the prebuilt receipt model. To extract specific details from scanned expense claims with minimal development effort, the Azure AI Document Intelligence prebuilt receipt model is the most suitable choice.
Question
Options
- Athe prebuilt Read model
- Ba custom template model
- Ca custom neural model
- Dthe prebuilt receipt model
How the community answered
(47 responses)- A13% (6)
- B6% (3)
- C4% (2)
- D77% (36)
Why each option
To extract specific details from scanned expense claims with minimal development effort, the Azure AI Document Intelligence prebuilt receipt model is the most suitable choice.
The prebuilt Read model extracts text lines and words without understanding the document structure or labeling specific fields like merchant or total, requiring significant post-processing to achieve the goal.
A custom template model requires manual labeling of documents to define the fields to extract, which involves more development effort than using a prebuilt model.
A custom neural model requires a larger dataset of labeled documents for training, which involves significant development effort compared to using a prebuilt model for a common document type.
The prebuilt receipt model in Azure AI Document Intelligence is specifically designed to extract common fields from receipts, such as merchant name, transaction date, total, and taxes, requiring no training and thus minimizing development effort for this specific use case.
Concept tested: Azure AI Document Intelligence prebuilt models
Source: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/concept-receipts
Topics
Community Discussion
No community discussion yet for this question.