Textract tutorial (NEW) (Async vs Sync) Demo (STEP by STEP)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024

ความคิดเห็น • 14

  • @SarahWilliam-et7rl
    @SarahWilliam-et7rl ปีที่แล้ว +1

    Awesome. The generic classes are working for my case. Thanks.

  • @JenniferABlanc
    @JenniferABlanc 9 หลายเดือนก่อน +2

    Can you do a video on what to do with the data post extraction. All the TH-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!😊❤

    • @lovetocode4486
      @lovetocode4486  9 หลายเดือนก่อน +1

      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. 🙏🙂

    • @JenniferABlanc
      @JenniferABlanc 9 หลายเดือนก่อน +1

      @@lovetocode4486 Wonderful😉

  • @markperera8510
    @markperera8510 10 หลายเดือนก่อน +1

    great video. Thanks

  • @DhrumilShahDOTin
    @DhrumilShahDOTin 3 หลายเดือนก่อน +1

    I have to manually check every time for async job is completed or not can I do call back instead ?

    • @lovetocode4486
      @lovetocode4486  3 หลายเดือนก่อน +2

      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.

    • @dhrumilshah1992
      @dhrumilshah1992 3 หลายเดือนก่อน

      @@lovetocode4486 Thanks for quick response - you are life saver

  • @AbuTaher-vx2oe
    @AbuTaher-vx2oe 8 หลายเดือนก่อน +1

    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

    • @lovetocode4486
      @lovetocode4486  8 หลายเดือนก่อน

      Hey Abu,
      Theoretically "StartDocumentAnalysis" should give the same result. Could you drop me email "francissera3232@gmail.com" with pdf please

  • @Victor-ww2hx
    @Victor-ww2hx 8 หลายเดือนก่อน +1

    hey, thanks for the video! How do you run the lambda locally in VSCode? E.g. here: th-cam.com/video/BNnFfTZsmjc/w-d-xo.htmlsi=2TprZMNozgbKo_DX&t=613

    • @lovetocode4486
      @lovetocode4486  8 หลายเดือนก่อน +1

      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