nerdexam
Microsoft

AI-102 · Question #306

You have a file share that contains 5,000 images of scanned invoices. You need to analyze the images. The solution must extract the following data: - Invoice items - Sales amounts - Customer details…

The correct answer is D. Azure AI Document Intelligence. To accurately extract structured data like invoice items, sales amounts, and customer details from scanned invoice images, Azure AI Document Intelligence is the specialized service required.

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

Question

You have a file share that contains 5,000 images of scanned invoices. You need to analyze the images. The solution must extract the following data: - Invoice items - Sales amounts - Customer details What should you use?

Options

  • ACustom Vision
  • BAzure AI Computer Vision
  • CAzure AI Immersive Reader
  • DAzure AI Document Intelligence

How the community answered

(16 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    19% (3)
  • D
    69% (11)

Why each option

To accurately extract structured data like invoice items, sales amounts, and customer details from scanned invoice images, Azure AI Document Intelligence is the specialized service required.

ACustom Vision

Custom Vision is used for custom image classification and object detection, not for extracting structured data fields from complex documents like invoices.

BAzure AI Computer Vision

Azure AI Computer Vision offers general image analysis capabilities like OCR and object detection but lacks the specialized understanding for structured data extraction from invoices that Document Intelligence provides.

CAzure AI Immersive Reader

Azure AI Immersive Reader is designed to improve reading comprehension and accessibility, not for extracting specific data fields from scanned documents.

DAzure AI Document IntelligenceCorrect

Azure AI Document Intelligence (formerly Form Recognizer) provides pre-built models specifically designed to understand and extract structured data from various document types, including invoices. It can accurately identify and extract fields such as invoice items, sales amounts, and customer details, making it ideal for this scenario.

Concept tested: Azure AI Document Intelligence capabilities

Source: https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/overview

Topics

#Azure AI Document Intelligence#invoice processing#data extraction#scanned documents

Community Discussion

No community discussion yet for this question.

Full AI-102 Practice