nerdexam
Microsoft

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.

Submitted by dimitri_ru· Mar 30, 2026Implement computer vision solutions

Question

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 cost You need to recommend an Azure AI Document Intelligence model for the app. The solution must minimize development effort. What should you use?

Options

  • Athe prebuilt Read model
  • Ba custom template model
  • Ca custom neural model
  • Dthe prebuilt receipt model

How the community answered

(47 responses)
  • A
    13% (6)
  • B
    6% (3)
  • C
    4% (2)
  • D
    77% (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.

Athe prebuilt Read model

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.

Ba custom template model

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.

Ca custom neural 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.

Dthe prebuilt receipt modelCorrect

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

#Azure AI Document Intelligence#Receipt processing#Prebuilt models#Data extraction

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice