AI-900 Question 31
Single answerA company wants to automate the extraction of key information, such as invoice numbers and total amounts, from a large volume of scanned invoices. Which Azure AI service is most suitable for this workload?
- A
Azure Form Recognizer
- B
Azure Cognitive Search
- C
Azure Bot Service
- D
Azure Machine Learning
Show answer and explanation
Correct answer: A
Explanation
The described workload involves extracting structured data from scanned invoices, which is a document intelligence task. Azure Form Recognizer is specifically designed for such tasks, offering pre-built and custom models to extract data from forms, invoices, and other documents efficiently. The other options are not designed for this specific type of workload.
- A. Correct.
Azure Form Recognizer is designed to extract structured data, such as key-value pairs, from documents like invoices, receipts, and forms. This makes it the most suitable service for the described workload.
- B. Incorrect.
Azure Cognitive Search is used for indexing and searching content but does not focus on extracting specific information from documents like invoices.
- C. Incorrect.
Azure Bot Service is used to build conversational AI bots and is not intended for document intelligence workloads.
- D. Incorrect.
Azure Machine Learning is a platform for building, training, and deploying machine learning models but is not specifically tailored for document processing tasks like extracting information from invoices.