AWS Certified Machine Learning – Specialty — Question 181

A company is converting a large number of unstructured paper receipts into images. The company wants to create a model based on natural language processing
(NLP) to find relevant entities such as date, location, and notes, as well as some custom entities such as receipt numbers.
The company is using optical character recognition (OCR) to extract text for data labeling. However, documents are in different structures and formats, and the company is facing challenges with setting up the manual workflows for each document type. Additionally, the company trained a named entity recognition (NER) model for custom entity detection using a small sample size. This model has a very low confidence score and will require retraining with a large dataset.
Which solution for text extraction and entity detection will require the LEAST amount of effort?

Answer options

Correct answer: C

Explanation

Option C is the best choice because Amazon Textract is specifically designed for extracting text from documents and works well with different formats, while Amazon Comprehend simplifies entity detection and allows for custom entity recognition with minimal manual setup. The other options either involve more complex processes or require additional training efforts that increase the workload.