Question 24
Domain 5: Implement Computer Vision and Document Intelligence SolutionsYour company needs to extract both printed text from ID documents and handwritten notes from forms in the same API call. The documents come from multiple countries. Which Azure Vision feature handles this?
Correct answer: B
Explanation
Azure Vision OCR, also called the Read API, is designed to extract text from images and documents, including both printed and handwritten text. It supports multilingual and multi-country documents, making it suitable for a single API call across varied forms and ID documents.
Why each option is right or wrong
A. Image Analysis with Caption feature
B. OCR (Read API) — handles both printed and handwritten text
Azure AI Vision’s Read API is the OCR endpoint that performs text extraction from images and documents, and it explicitly supports both printed and handwritten text in the same request. In the current service documentation, Read is the OCR feature used for document text recognition across multiple languages and document types, which fits a mixed set of ID documents and forms from different countries in one API call.
C. Custom Vision classifier
D. Spatial Analysis