-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial commit #1583
initial commit #1583
Conversation
removed SAM instructions
updated req-dev.txt
could you pls tell me whats the exact error, since this is a cdk code, why do i require template.yml? Also, i tried to check other git repos for cdk with python I couldnt find template.yml, pls guide |
@@ -0,0 +1,52 @@ | |||
{ | |||
"title": "Serverless Document Processing and Identification using Textract and Comprehend with CDK", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"title": "Serverless Document Processing and Identification using Textract and Comprehend with CDK", | |
"title": "Document processing and identification using Textract and Comprehend", |
@@ -0,0 +1,52 @@ | |||
{ | |||
"title": "Serverless Document Processing and Identification using Textract and Comprehend with CDK", | |||
"description": "To analyse and identify the uploaded document whether it is a valid Government ID. Implemented in CDK", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"description": "To analyse and identify the uploaded document whether it is a valid Government ID. Implemented in CDK", | |
"description": "Analyze and identify documents whether it is a valid Government ID. Implemented in CDK", |
"introBox": { | ||
"headline": "How it works", | ||
"text": [ | ||
"This sample project demonstrates how to analyze and identify the uploaded document as a valid government issued ID. Implemented with CDK (Python)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a copy of the description, @paulkannan can you give us more details on how the pattern works? Nothing too much, but dive deeper into the pattern slighty.
Thanks @paulkannan , I removed the template for you, also can you add some comments to the |
Hi @boyney123 , thanks for the changes you have made. I will delete this repo as Im further enhancing the model by use of Rekognition and I will publish this as a How To instead of pattern because Im planning to cover Intelligent Document Processing by using serverless. Once again thanks for your support |
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.