A company needs to extract entities from a PDF document to build a classifier model. Which solution will extract and store the entities in the LEAST amount of time?
- AUse Amazon Comprehend to extract the entities. Store the output in Amazon S3.
- BUse an open source AI optical character recognition (OCR) tool on Amazon SageMaker to extract the entities. Store the output in Amazon S3.
- CUse Amazon Textract to extract the entities. Use Amazon Comprehend to convert the entities to text. Store the output in Amazon S3. (correct answer)
- DUse Amazon Textract integrated with Amazon Augmented AI (Amazon A2I) to extract the entities. Store the output in Amazon S3.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Use Amazon Textract to extract the entities. Use Amazon Comprehend to convert the entities to text. Store the output in Amazon S3.
Explanation
Amazon S3 provides durable, scalable object storage that is fully managed. Amazon Comprehend extracts insights and entities from text using NLP. Amazon Textract extracts text and data from scanned documents.