Great that you actually show your mistakes in the video. It helps with the learning process.
@SrceCde Жыл бұрын
Glad it was helpful, Max! Please like, share & subscribe :)
@serdarb89952 жыл бұрын
Great tutorial, thank you so much for doing so. Just a side note regarding lambda layer, pandas has been offered by lambda itself as a default layer of "AWSDataWrangler-Python39" under AWS Layers.
@luisfelipevalencia35712 жыл бұрын
¡Gracias!
@SrceCde2 жыл бұрын
You are welcome, Luis! Thanks for the support. Please like, share & subscribe :)
@danielgaitan71922 жыл бұрын
Excellent video, I would like to know how to show the Json result in the lambda response and not in the LOG
@SrceCde2 жыл бұрын
Thanks! You can return the variable (which contain the JSON result) as a part of lambda response. I hope this helps. Please like, share & subscribe :)
@ElectrifyMyHouse2 жыл бұрын
Can we take the extract data and (using a Lambda function maybe) push the data into DynamoDB? So it would be: Upload documents to S3, Lambda sends to Textract, Textract reads docs, Lambda sends to DynamoDB? Somthing like that?
@engavinash1111 ай бұрын
It is about structured data can we do for unstructured document like msg file and msg file has multiple attachment and need to process email and convert in pdf and sent document to external system like pdf which primary file and associated attachments with metadata
@qzwwzt Жыл бұрын
Is it possible to identify wich kind of documento is being processed without human interferênce? Let's supose I trying to read a 10 pages document witg pictures, tamble, freetext, do the textraction understand the diference?
@luisramos19772 жыл бұрын
Dear, you mentioned opencv in 2:14:56, but the file is not in the repository, or at least not in aws-tutorial-code/textract/bounding-box-kv-tables/
@SrceCde2 жыл бұрын
Here it is: github.com/srcecde/aws-tutorial-code/tree/master/lambda-layers-package/python3.9 I hope this helps. Please like, share & subscribe :)
@princepancholi1008 Жыл бұрын
How can we make final csv name same as the source file , it’s really difficult to identify file if you upload multiple pdfs with current async textract. Please suggest
@luisramos19772 жыл бұрын
What to do if processing takes too long? is there a way to reset?, I was able to do the section 6 exercise, but the left side picture is not shown, and on the right side, the picture show too big.
@niroopakeesari66382 жыл бұрын
Hai sir thank you so much for the video it's very useful to me, sir in section 5 you are using single document only, i want to know how to upload multiple pdf file at a time and all key value pairs and table information in one csv file. can you please help🙏.
@techfunlife2 жыл бұрын
can we extract Hindi Meta data?
@NoWhiteGullibility2 жыл бұрын
great session!
@SrceCde2 жыл бұрын
Thanks, please like, share & subscribe :)
@maniraj3237 Жыл бұрын
great content. now for 1M pages it's $1.5/1000, however if the number of pages are 5 than does the pricing changes?
@imyounick2 жыл бұрын
Can we train AWS Textract for Hand written images ? Example: in an image hand written "Hello" but Textract reads "Aello" so if correct this using Human review and then next time i scan the same image Textract should result "Hello" not Aello again is this possible ?
@surya-z9e9 ай бұрын
yes we can, need to write the constraints for it mean a condition. here the "aello" calls "Hello"
@shani1011 ай бұрын
Can i upload a file more than 11 pages pfd in Amazon Textract?
@SrceCde10 ай бұрын
Yes, you can with Async processing. Please make sure to set the lambda timeouts, memory allocation accordingly for post processing of the textract response. I hope this helps. Please like, share & subscribe :)
@PalashDas-o6u Жыл бұрын
Sir how to solve access denied exception error?
@SrceCde Жыл бұрын
Please attach the necessary permissions as a part of IAM role. I hope this helps. Please like, share & subscribe :)