Extract text from images using Amazon Textract

Amazon S3 bucket → AWS Lambda → Amazon Textract

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.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/textract-lambda-cdk-dotnet

Deploy

cdk deploy


Testing

See the Github repo for detailed testing instructions.

Cleanup

Delete the stack: cdk destroy.

Created by:

Pankaj Rawat

Pankaj Rawat

Pankaj Rawat is a Lead Consultant at Amazon Web Services.

Follow on LinkedIn