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

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 14

  • @SarahWilliam-et7rl
    @SarahWilliam-et7rl Рік тому +1

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

  • @AbuTaher-vx2oe
    @AbuTaher-vx2oe Рік тому +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  Рік тому

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

  • @JenniferABlanc
    @JenniferABlanc Рік тому +2

    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!😊❤

    • @lovetocode4486
      @lovetocode4486  Рік тому +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 Рік тому +1

      @@lovetocode4486 Wonderful😉

  • @DhrumilShahDOTin
    @DhrumilShahDOTin 8 місяців тому +1

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

    • @lovetocode4486
      @lovetocode4486  8 місяців тому +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 8 місяців тому

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

  • @markperera8510
    @markperera8510 Рік тому +1

    great video. Thanks

  • @Victor-ww2hx
    @Victor-ww2hx Рік тому +1

    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

    • @lovetocode4486
      @lovetocode4486  Рік тому +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