Courseiva
Question 538 of 981
Describe Azure architecture and servicesmediumMultiple ChoiceObjective-mapped

AZ-900 Describe Azure architecture and services Practice Question

Which Azure AI service can read and extract text, key-value pairs, and tables from documents and forms?

⚠ Common exam trap

A common mix-up: candidates confuse Azure Computer Vision OCR with Form Recognizer, assuming OCR alone can extract key-value pairs and tables, but OCR only provides raw text without understanding document structure.

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 Form Recognizer

Azure Form Recognizer (now part of Azure AI Document Intelligence) is specifically designed to extract text, key-value pairs, and tables from documents and forms using prebuilt or custom models. It goes beyond simple OCR by understanding the structure of forms, such as field labels and their corresponding values, making it the correct choice for this scenario.

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 Computer Vision OCR

    Why it's wrong here

    Azure Computer Vision OCR (Read API) detects and extracts printed and handwritten text from images and PDFs, returning each word and line with bounding box coordinates. However, OCR alone is agnostic to document semantics — it cannot understand which extracted text corresponds to specific form fields or table cells; Form Recognizer adds this layout and schema understanding on top of OCR.

  • Azure Form Recognizer

    Why this is correct

    Azure Form Recognizer (also known as Azure AI Document Intelligence) is the correct service because it uses machine learning models to extract text, key-value pairs, selection marks, and tables from forms and documents. It offers prebuilt models for invoices, receipts, and IDs, plus the ability to train custom models on domain-specific forms, making it purpose-built for turning unstructured or semi-structured documents into structured JSON output.

  • Azure Text Analytics

    Why it's wrong here

    Azure Text Analytics (part of Azure AI Language) performs natural language processing tasks such as sentiment analysis, key phrase extraction, and named entity recognition (NER) on raw text. It does not process scanned document layouts, nor does it return key-value pairs and table structures from forms; its input is text, not document images or form files.

  • Azure Cognitive Search

    Why it's wrong here

    Azure Cognitive Search is a cloud search-as-a-service solution that indexes content from data sources and exposes them through a query API. Although it can be combined with an AI enrichment pipeline (including Form Recognizer) to add extracted fields, its purpose is storage, indexing, and retrieval of documents — not the direct extraction of structured form data as a standalone service.

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: Jun 11, 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 AZ-900 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 AZ-900 exam.