Microsoft
AI-102 · Question #274
You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file. You need to configure the app to extract text from the images. The…
The correct answer is B. the Read API in Azure AI Vision. Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents. https://learn.microsoft.com/en-us/rest/api/computervision/3.2preview2/read/read?tabs=HTTP
Submitted by naveen.iyer· Mar 30, 2026Implement Computer Vision solutions
Question
You are building an app that will include one million scanned magazine articles. Each article will be stored as an image file. You need to configure the app to extract text from the images. The solution must minimize development effort. What should you include in the solution?
Options
- AAzure AI Vision Image Analysis
- Bthe Read API in Azure AI Vision
- CAzure AI Document Intelligence
- DAzure AI Language
How the community answered
(30 responses)- A7% (2)
- B73% (22)
- C17% (5)
- D3% (1)
Explanation
Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents. https://learn.microsoft.com/en-us/rest/api/computervision/3.2preview2/read/read?tabs=HTTP
Topics
#Azure AI Vision#Read API#OCR#Text extraction
Community Discussion
No community discussion yet for this question.