Courseiva
Question 764 of 945
Implement computer vision solutionshardMultiple SelectObjective-mapped

AI-102 Implement computer vision solutions Practice Question

You are building a document processing solution that extracts information from invoices. The invoices come in various formats and languages. You need to extract line items, totals, and supplier names. Which THREE services should you combine?

⚠ Common exam trap

The trap here is that candidates may mistakenly choose Azure AI Custom Vision for 'extracting' invoice data, confusing its image classification capabilities with the structured document extraction provided by Document Intelligence.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Azure AI Translator

Azure AI Translator is correct because invoices arrive in various languages, and translating extracted text to a common language (e.g., English) is necessary for downstream processing like entity extraction and validation. Without translation, multilingual invoice data would be inconsistent or unprocessable by language-specific models.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Azure AI Custom Vision

    Why it's wrong here

    Custom Vision classifies images by visual patterns, not by extracting structured text fields such as line items or totals from invoices. It is tempting because it can process document images, but it lacks the OCR and prebuilt model capabilities required to parse key-value pairs and tables from varied invoice formats and languages. For this scenario, Azure AI Document Intelligence (Form Recognizer) would be the correct choice, as it provides prebuilt invoice models for field extraction.

  • Azure AI Translator

    Why this is correct

    Translates text if invoices are in multiple languages.

  • Azure AI Content Safety

    Why it's wrong here

    Content Safety is for moderation, not extraction.

  • Azure AI Document Intelligence

    Why this is correct

    Extracts key-value pairs and tables from invoices.

  • Azure AI Vision OCR

    Why this is correct

    Reads text from scanned images.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jul 4, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AI-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-102 exam.