AI-102 Question 21
Single answerYour company needs to build a solution to extract key-value pairs, tables, and text from a variety of document formats, including scanned PDFs and images. The solution must support pre-built models for common document types, as well as allow customization to extract specific fields unique to your business. Which Azure service should you choose?
- A
Azure Form Recognizer
- B
Azure Cognitive Search
- C
Azure Bot Service
- D
Azure Text Analytics
Show answer and explanation
Correct answer: A
Explanation
Azure Form Recognizer is the most appropriate service for this scenario as it is specifically designed for document intelligence use cases. It supports pre-built models for extracting structured data from documents and offers the flexibility to customize models for unique business needs, making it ideal for the described requirements.
- A. Correct.
Azure Form Recognizer is the correct choice as it is specifically designed for document intelligence solutions. It provides pre-built models for extracting key-value pairs, tables, and text from documents, and also allows customization for unique business needs.
- B. Incorrect.
Azure Cognitive Search is a search service used to index and query structured and unstructured data. While it can work with document data, it is not designed for extracting structured information like key-value pairs or tables.
- C. Incorrect.
Azure Bot Service is used for creating conversational AI solutions such as chatbots and does not include the capability to process and extract data from documents.
- D. Incorrect.
Azure Text Analytics is designed for extracting insights from text, such as sentiment, key phrases, and entities, but it does not handle document processing or key-value extraction from scanned PDFs or images.