Skip to content

Sample AWS Lambda functions using Textract and Comprehend Medical to pull entities from images and PDFs

License

Notifications You must be signed in to change notification settings

marcochiesa/medtextanalyze

Repository files navigation

medtextanalyze

Sample AWS Lambda functions using Textract and Comprehend Medical to pull entities from images and PDFs

Intended to be used with AWS Serverless Application Model (SAM) command line client. Ex:

sam package --template-file template.yaml --s3-bucket --output-template-file packaged.yaml

Then deployed with Cloudformation command line client. Ex:

aws cloudformation deploy --template-file packaged.yaml --stack-name medtextanalyze --capabilities CAPABILITY_IAM --region us-east-1

About

Sample AWS Lambda functions using Textract and Comprehend Medical to pull entities from images and PDFs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages