AI-900 Question 162
Select 3You are designing a solution to extract text from scanned invoices using Azure AI services. Which features of Azure's Optical Character Recognition (OCR) solution can help you achieve this task?
- A
Extract handwritten and printed text from images and PDFs.
- B
Identify and extract entities such as names, dates, and amounts from structured forms.
- C
Translate extracted text into multiple languages.
- D
Perform sentiment analysis on the extracted text.
- E
Detect text in multiple languages from a single document.
Show answer and explanation
Correct answers: A, B, E
Explanation
Azure's OCR solutions are designed to extract text from images or documents, including handwritten and printed text. They also integrate with tools like Form Recognizer to analyze structured forms and detect text in multiple languages. However, tasks like translation or sentiment analysis are beyond the scope of OCR and require other Azure services.
- A. Correct.
Correct: Azure OCR can extract both handwritten and printed text from images and PDFs, making it suitable for scanned invoices.
- B. Correct.
Correct: OCR solutions, such as Azure Form Recognizer, can identify and extract structured data like names, dates, and amounts from documents.
- C. Incorrect.
Incorrect: OCR focuses on text extraction but does not directly provide translation capabilities. Translation requires services like Azure Translator.
- D. Incorrect.
Incorrect: Sentiment analysis is part of natural language processing (NLP) services, not OCR solutions.
- E. Correct.
Correct: Azure OCR supports the detection of text in multiple languages, which is useful for multilingual documents.