AI-102 Question 399
Single answerA retail company wants to automate the processing of invoices sent by vendors. Each invoice contains structured data such as invoice number, issue date, due date, and total amount. The team plans to use a prebuilt Azure AI model to extract this information. Which Azure service should the team use for this scenario?
- A
Azure Form Recognizer's prebuilt invoice model
- B
Azure Cognitive Search
- C
Azure Bot Service
- D
Azure Custom Vision
Show answer and explanation
Correct answer: A
Explanation
The correct answer is Azure Form Recognizer's prebuilt invoice model because it is specifically designed to extract key-value pairs and structured information from invoices without requiring custom training. This makes it an ideal solution for automating the processing of invoices in this scenario.
- A. Correct.
Azure Form Recognizer's prebuilt invoice model is designed to extract structured data such as invoice numbers, dates, and amounts directly from invoices, which is the requirement in this scenario.
- B. Incorrect.
Azure Cognitive Search is used for building search solutions over structured and unstructured data, but it is not designed to extract structured data from invoices automatically.
- C. Incorrect.
Azure Bot Service is used to build conversational AI chatbots and does not support document data extraction.
- D. Incorrect.
Azure Custom Vision is used for training custom image classification or object detection models, which is not relevant to extracting structured data from invoices.