AI-102 Question 5
Single answerA retail company wants to develop a solution to automatically detect and extract text from product labels in images uploaded by their suppliers. They also want to ensure the solution can handle handwritten text on labels. Which Azure service should you choose?
- A
Azure Computer Vision API
- B
Azure Form Recognizer
- C
Azure Custom Vision
- D
Azure Cognitive Search
Show answer and explanation
Correct answer: A
Explanation
Azure Computer Vision API is the best choice for this scenario because it includes OCR capabilities that can extract both printed and handwritten text from images. The other options either focus on different use cases (e.g., structured form data extraction, custom image classification) or are unrelated to computer vision tasks (e.g., search functionality).
- A. Correct.
Azure Computer Vision API is the appropriate choice because it provides OCR (Optical Character Recognition) capabilities for extracting text from images, including both printed and handwritten text. This aligns well with the scenario's requirements.
- B. Incorrect.
Azure Form Recognizer is designed for extracting structured data from forms and documents, such as invoices or receipts. While it has OCR capabilities, it is not the best fit for general text extraction from images like product labels.
- C. Incorrect.
Azure Custom Vision is used for building and training custom image classification or object detection models. It is not intended for text extraction from images.
- D. Incorrect.
Azure Cognitive Search is a search service that integrates with other tools for indexing and querying data. It is not suitable for text extraction from images.