
Ultimate access to all questions.
You are tasked with developing an image processing application that needs to analyze a large dataset of images containing various types of documents, such as passports, driver's licenses, and ID cards. The application should be able to detect and extract key information from these documents. Which Azure AI Vision feature would you use to meet this requirement, and how would you structure the image processing request to optimize performance and accuracy?
A
Use the 'Detect Objects' feature and include all available image analysis features in the request.
B
Use the 'Generate Image Tags' feature and include only the necessary image analysis features to reduce processing time.
C
Use the 'Extract Text from Images' feature and apply custom models to extract key information from the documents.
D
Use the 'Convert Handwritten Text' feature and combine it with custom machine learning models to extract key information from the documents.