AI-900 Question 165
Select 3A company wants to digitize handwritten and printed documents into machine-readable text using Azure. Which features are provided by Azure's Optical Character Recognition (OCR) services?
- A
Extracting text and layout details from images or PDFs
- B
Recognizing handwritten text in scanned documents
- C
Automatically translating extracted text into multiple languages
- D
Detecting the sentiment of extracted text
- E
Processing multi-page documents for text extraction
Show answer and explanation
Correct answers: A, B, E
Explanation
Azure OCR is designed to extract text and layout information from images or documents, including handwritten and printed text. It also supports multi-page document processing for efficient text extraction. However, features such as translation or sentiment analysis require separate Azure services like Translator or Text Analytics.
- A. Correct.
Correct: Azure OCR can extract both text and layout details, such as bounding boxes and text positions, from images and PDFs.
- B. Correct.
Correct: Azure OCR supports the recognition of handwritten text in addition to printed text in documents.
- C. Incorrect.
Incorrect: Azure OCR does not automatically translate extracted text into other languages; translation is handled by Azure Translator or other translation services.
- D. Incorrect.
Incorrect: Azure OCR does not analyze sentiment; sentiment analysis is provided by Azure Text Analytics, not OCR.
- E. Correct.
Correct: Azure OCR can process multi-page documents, extracting text from all pages in a single operation.