hey, im using in nodejs StartDocumentAnalysis, FeatureTypes ["TABLES"], it is missing some table data, if use DocumentAnalysis it gives perfect tables data, but it can not analysis more than one page pdf
Can you do a video on what to do with the data post extraction. All the UA-cam videos I’ve seen don’t address how to use the data output in json response or the output csv in a meaning way. Thanks for solving my problem regarding multi page extraction, explaining the Python functions outlined by AWS and distinguishing between async and sync. My trouble shooting will be more productive!😊❤
Hi @JenniferABlanc , Thanks for the comment and glad that helps you. Sure, I am planning to do more video on Textract space and will include something to do with post data extraction ( dumping to json, cvs etc) Thanks. 🙏🙂
Yes, you can configure a SNS topic. Once the Textract completes, it send a message. You can subscribe to the topic. Then you can trigger another lambda or anything you want to do with the result.
Hi Victor, Here I am just call the main method as here github.com/CodeSam621/Demo/blob/7b04ac10ebdf5032b19b7f3eeb6f62e16b6214cb/TextractAsync/lambda/lambda_function.py#L38C1-L42C28 Note: you should be configure the AWS CLI in your local machine which can access your AWS docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html
Awesome. The generic classes are working for my case. Thanks.
Glad you like them!
hey, im using in nodejs StartDocumentAnalysis, FeatureTypes ["TABLES"], it is missing some table data, if use DocumentAnalysis it gives perfect tables data, but it can not analysis more than one page pdf
Hey Abu,
Theoretically "StartDocumentAnalysis" should give the same result. Could you drop me email "francissera3232@gmail.com" with pdf please
Can you do a video on what to do with the data post extraction. All the UA-cam videos I’ve seen don’t address how to use the data output in json response or the output csv in a meaning way. Thanks for solving my problem regarding multi page extraction, explaining the Python functions outlined by AWS and distinguishing between async and sync. My trouble shooting will be more productive!😊❤
Hi @JenniferABlanc ,
Thanks for the comment and glad that helps you. Sure, I am planning to do more video on Textract space and will include something to do with post data extraction ( dumping to json, cvs etc) Thanks. 🙏🙂
@@lovetocode4486 Wonderful😉
I have to manually check every time for async job is completed or not can I do call back instead ?
Yes, you can configure a SNS topic. Once the Textract completes, it send a message. You can subscribe to the topic. Then you can trigger another lambda or anything you want to do with the result.
@@lovetocode4486 Thanks for quick response - you are life saver
great video. Thanks
Glad you liked it!
hey, thanks for the video! How do you run the lambda locally in VSCode? E.g. here: ua-cam.com/video/BNnFfTZsmjc/v-deo.htmlsi=2TprZMNozgbKo_DX&t=613
Hi Victor,
Here I am just call the main method as here github.com/CodeSam621/Demo/blob/7b04ac10ebdf5032b19b7f3eeb6f62e16b6214cb/TextractAsync/lambda/lambda_function.py#L38C1-L42C28
Note: you should be configure the AWS CLI in your local machine which can access your AWS docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html