
Ultimate access to all questions.
You are working on a project that requires extracting text from images of engineering diagrams. The images are of varying quality and contain complex layouts, including technical symbols, annotations, and labels. Describe how you would use Azure AI Vision to extract text from these images and what additional features or configurations you would need to consider to handle the complexity of the layouts.
A
Use the Azure AI Vision API with default settings to extract text from images.
B
Configure the Azure AI Vision API to use the Read API for handling complex layouts and varying image quality.
C
Train a custom model using Azure Custom Vision to recognize engineering text and layouts.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance text extraction from complex layouts.