AI-900 Question 32
Single answerA company wants to automate the extraction of key information such as invoice numbers, customer names, and total amounts from incoming invoices. They also need to classify and organize these documents based on their content. Which Azure service is best suited for this workload?
- A
Azure Form Recognizer
- B
Azure Bot Service
- C
Azure Cognitive Search
- D
Azure Machine Learning
Show answer and explanation
Correct answer: A
Explanation
Azure Form Recognizer is specifically designed for document intelligence tasks such as extracting key-value pairs, table data, and performing document classification. This makes it the most appropriate service for automating the extraction and organization of information from invoices, as described in the scenario.
- A. Correct.
Azure Form Recognizer is designed to extract structured data from documents like invoices, receipts, and forms. It also offers capabilities like document classification, making it the ideal solution for this scenario.
- B. Incorrect.
Azure Bot Service is used to build conversational AI solutions, such as chatbots, and is not suited for document intelligence workloads.
- C. Incorrect.
Azure Cognitive Search is used for indexing and searching content but does not provide functionality to extract structured data or classify documents.
- D. Incorrect.
Azure Machine Learning is a platform for building, training, and deploying custom machine learning models, which may require significant effort to replicate the capabilities already available in Azure Form Recognizer.