This CDK application demonstrates how to use Amazon Textract service to extract text from images.
This pattern shows how to extract text from images using Amazon Textract, AWS Lambda function and Amazon S3.
When images are uploaded into the Amazon S3 bucket, notifications are sent to a Lambda function. The Lambda function utilizes that notification to identify the newly uploaded image and sends it to the Amazon Textract service, which extracts text from the image and stores it in the S3 bucket.