AI-900 Question 141
Select 2A company wants to build an AI-powered application to automatically identify objects in images and extract text from scanned documents. Which Azure services would you recommend to handle this computer vision workload?
- A
Azure Computer Vision
- B
Azure Form Recognizer
- C
Azure Face API
- D
Azure Bot Service
- E
Azure Video Indexer
Show answer and explanation
Correct answers: A, B
Explanation
The scenario involves identifying objects in images and extracting text from scanned documents, which are core capabilities of Azure Computer Vision and Azure Form Recognizer. Azure Computer Vision performs object detection and OCR, while Azure Form Recognizer extracts structured data from documents. Other services like Face API, Bot Service, and Video Indexer are not relevant to the specific requirements of this workload.
- A. Correct.
Azure Computer Vision is designed to perform tasks such as object detection, image classification, and text extraction (OCR), making it a suitable choice for identifying objects in images and extracting text.
- B. Correct.
Azure Form Recognizer specializes in extracting text, key-value pairs, and tables from documents, making it highly relevant for the text extraction part of the scenario.
- C. Incorrect.
Azure Face API focuses on facial recognition and analysis, which is not required in the given scenario.
- D. Incorrect.
Azure Bot Service is used for building conversational AI applications (chatbots) and is not relevant for computer vision tasks.
- E. Incorrect.
Azure Video Indexer is used for analyzing videos to extract insights, such as detecting scenes and objects in video content, which is beyond the scope of the given image and text analysis scenario.