AI-900 Practice Question: Describe features of computer vision workloads on Azure
What is 'Azure AI Vision's Read API' and what makes it superior for OCR?
⚠ Common exam trap
Watch out — candidates often confuse the Read API with other Azure services like Storage APIs or Speech services, overlooking that it is specifically a computer vision OCR service for text extraction from images and documents.
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
✓
An advanced OCR service handling multi-page PDFs, handwriting, and complex layouts with word-level coordinates
Azure AI Vision's Read API is an advanced OCR service that extracts text from images and documents, including multi-page PDFs, handwritten text, and complex layouts. It is superior because it returns word-level bounding box coordinates and confidence scores, enabling precise text localization and structured output for downstream processing.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The standard API for reading data from Azure Storage accounts and databases
Why it's wrong here
Azure Storage account and database queries are performed by SDKs/APIs like Azure Cosmos DB SQL API or Azure SQL connectors, which return raw data structures. The Read API, by contrast, is a document AI OCR endpoint that accepts image or PDF input and returns recognized textual content. It is not a data-access layer for storage services and does not issue queries or retrieve records.
- ✓
An advanced OCR service handling multi-page PDFs, handwriting, and complex layouts with word-level coordinates
Why this is correct
The Read API is an advanced OCR engine in Azure AI Document Intelligence that goes far beyond simple one-line text recognition. It processes entire multi-page PDFs, interprets handwritten notes, handles dense or complex layouts such as forms and reports, and returns each word with its bounding-box coordinates and confidence scores. This positional information makes it a foundational building block for downstream automation like key-value extraction, document classification, and searchable PDF generation.
- ✗
An API for reading audio content and converting it to text transcripts
Why it's wrong here
This describes Azure AI Speech's speech-to-text capability, not the Read API. The Read API is an optical character recognition (OCR) service focused on extracting visible text from images, scanned documents, and PDFs, not on audio waveforms. Speech-to-text works on acoustic signals and spoken language, whereas the Read API works on pixel data and printed/handwritten characters.
- ✗
A feature for reading the metadata of image files stored in Azure Blob Storage
Why it's wrong here
Blob metadata is exposed through Azure Storage REST APIs such as Get Blob Metadata, not through the Read API. The Read API does not access or inspect property-level metadata; it applies OCR to the pixel content of an image or document to retrieve readable text. Its output includes extracted lines and words with bounding-box coordinates, not storage account metadata.
Go deeper
Related to this question
Learn chapter
Azure Machine Learning Studio
Key term
Azure AI Vision
Azure AI Vision is a cloud-based service from Microsoft that uses pre-built machine learning models to extract information from images and videos, such as objects, text, faces, and scene descriptions.
Key term
OCR
Optical Character Recognition is technology that converts images of text, like scanned documents or photos, into machine-readable text data.
About these practice questions
This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-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 AI-900 exam.