AI-102 Question 24
Single answerA company needs to extract key-value pairs, tables, and handwritten text from scanned invoices to automate their accounts payable process. Which Azure AI service should they use to implement this solution efficiently?
- A
Azure Form Recognizer
- B
Azure Cognitive Search
- C
Azure Text Analytics
- D
Azure Computer Vision
Show answer and explanation
Correct answer: A
Explanation
Azure Form Recognizer is the most suitable service for document intelligence solutions involving the extraction of key-value pairs, tables, and handwritten text. It is specifically designed for processing structured and unstructured documents, such as invoices, receipts, and forms, making it the ideal choice for this scenario.
- A. Correct.
Azure Form Recognizer is specifically designed for extracting structured data such as key-value pairs, tables, and handwritten content from documents, making it the most appropriate service for this scenario.
- B. Incorrect.
Azure Cognitive Search is used for indexing and searching data, not for extracting structured data from documents.
- C. Incorrect.
Azure Text Analytics focuses on analyzing text for sentiment, key phrases, named entities, and language detection. It does not handle document extraction tasks like extracting key-value pairs or tables.
- D. Incorrect.
Azure Computer Vision is designed for analyzing images, such as detecting objects, tags, and descriptions, but it does not provide the advanced document processing capabilities needed for extracting structured data.