AI-102 Question 25
Single answerA company wants to automate the extraction of key-value pairs, tables, and text from scanned invoices and receipts. They need a scalable solution that integrates with their existing Azure environment and supports multiple languages. Which Azure service should they use?
- A
Azure Form Recognizer
- B
Azure Cognitive Search
- C
Azure Machine Learning
- D
Azure Bot Service
Show answer and explanation
Correct answer: A
Explanation
Azure Form Recognizer is the best choice for document intelligence solutions because it offers prebuilt and customizable models for extracting data from various document types. It is a scalable, efficient, and purpose-built service for this use case, unlike the other options, which are designed for different purposes.
- A. Correct.
Azure Form Recognizer is specifically designed for document intelligence tasks, including extracting key-value pairs, tables, and text from documents like invoices and receipts. It supports multiple languages and integrates seamlessly with Azure.
- B. Incorrect.
Azure Cognitive Search is a service used for indexing and searching text-based content. While it can search through documents, it is not designed for extracting structured data like key-value pairs or tables.
- C. Incorrect.
Azure Machine Learning is a comprehensive platform for building, training, and deploying machine learning models. While it could potentially be used for custom document processing, it would require significant development effort compared to the out-of-the-box functionality of Azure Form Recognizer.
- D. Incorrect.
Azure Bot Service is designed for building conversational AI solutions, such as chatbots. It is not relevant for extracting structured data from documents.