8. Data Extraction Scope in UiPath Document Understanding | Regex based extractor UiPath

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 39

  • @nukalasravanthi3945
    @nukalasravanthi3945 4 місяці тому +1

    Extraction completed,thank you.

    • @MukeshKala
      @MukeshKala  4 місяці тому

      Glad to hear that , Thanks

  • @upasnasingla6097
    @upasnasingla6097 4 місяці тому +2

    Sir Can you please make series on Document Understanding module present in AI Centre

    • @MukeshKala
      @MukeshKala  4 місяці тому

      Yes once we complete the basic one , then we move to the ML

  • @srivennilarathish
    @srivennilarathish 4 місяці тому +1

    Yeah done...Great Mukesh. Thankyou :)

    • @MukeshKala
      @MukeshKala  4 місяці тому +1

      Glad to hear that you were able to follow along

    • @srivennila9574
      @srivennila9574 4 місяці тому

      😊​@@MukeshKala

  • @rishabhsinghchauhan5500
    @rishabhsinghchauhan5500 29 днів тому +1

    extraction completed

  • @sureshsurapally7903
    @sureshsurapally7903 4 місяці тому +2

    Hi Mukesh
    Can you please do the video on CMS1500 form using DU in market place already we have solution but how to use that template can you please explain briefly

    • @MukeshKala
      @MukeshKala  4 місяці тому

      This is the Out-of-the-box Pre-trained ML Packages in UiPath Document Understanding , You would need to use the AI center to deploy this packages and then use the same in your automation
      - Begin by creating a dataset that contains the documents you want to process.
      - You can use the Document Manager to import, store, and categorize these documents.
      - Navigate to ML Packages in your UiPath environment.
      - Choose the Out-of-the-box Packages option.
      - From the list of available pre-trained extractors, choose the one that aligns with your document type or use case.
      - Provide the necessary details
      - Depending on your workflow type, you can integrate the extractors in different ways:
      - Classic RPA Workflows (Studio Desktop):
      - Cross-Platform RPA Workflows (Studio Desktop or Studio Web):

  • @srinu_can28
    @srinu_can28 4 місяці тому +1

    Thank you Once again for creating content onDU. I wish you could have explained, how you created regex for the Invoice 1 and Invoice 2 fields instead of showing regex values for receipt fields since it was easy. I tried using chat GPT. it didn't work for the date since one is a native pdf and the other scanned PDF. The format of strDocText is different for both. I had to use your regex expressions given in the description, not sure how you created them.

    • @MukeshKala
      @MukeshKala  4 місяці тому +1

      Thanks for your comment
      For regex based , we need to have a prior knowledge of regex and that’s a major drawback for using This . My idea here is to show you the challenge what happens when you use regex … and you are correct , it’s difficult… now coming to solution- the answer is to use the intelligent keyword classifier and it’s training , please find the videos in this same playlist

    • @srinu_can28
      @srinu_can28 4 місяці тому

      @@MukeshKala Thanks Mukesh for the response. I’m still going through the playlist.

  • @SantoshKachare-vh8yn
    @SantoshKachare-vh8yn 4 місяці тому +1

    Extraction Success

  • @manaslenka5014
    @manaslenka5014 4 місяці тому +1

    Extraction Successful

    • @MukeshKala
      @MukeshKala  4 місяці тому

      Glad to hear that , Thanks for posting

  • @SantoshKachare-vh8yn
    @SantoshKachare-vh8yn 4 місяці тому +1

    Great!

  • @hlez777
    @hlez777 4 місяці тому +1

    In version 2024.4 there is a new extraction mode "Generative Extrator"

    • @MukeshKala
      @MukeshKala  4 місяці тому

      Yes these are the new set of activities the DU is having

  • @PraveenSingh-cl2or
    @PraveenSingh-cl2or 4 місяці тому +1

    Sir, how did you create the regex. Can you tell us the tool you have used so we can make it ourselves?

    • @MukeshKala
      @MukeshKala  4 місяці тому

      It’s explained in video
      16:57 : How does regex work
      27:47 : How to get regex online

  • @hlez777
    @hlez777 4 місяці тому +1

    Hi Mukesh, I have seen in the classifiers and extractors there are the following: machine learning classifier and machine learning extractor, have you tried those functionalities?

    • @MukeshKala
      @MukeshKala  4 місяці тому +1

      Yes , Once we come to AI Center we will cover those

    • @hlez777
      @hlez777 4 місяці тому

      @@MukeshKala Genial!

  • @PraveenSingh-cl2or
    @PraveenSingh-cl2or 4 місяці тому +1

    Extraction Succesful

    • @MukeshKala
      @MukeshKala  4 місяці тому

      Wow , Thanks for sharing

  • @hiremathnandini2
    @hiremathnandini2 4 місяці тому +1

    Done with Extraction

  • @judew3943
    @judew3943 4 місяці тому +1

    Extraction completed Sir 🫡

  • @kunalmhetraskar7918
    @kunalmhetraskar7918 22 дні тому

    Hi Mukesh
    Why do we need the variable "MyValidatedClassificationResult", which we got from the "Train Classifiers Scope"?

    • @MukeshKala
      @MukeshKala  22 дні тому

      Once the document is classified, MyValidatedClassificationResult holds the classification results, which are then used to direct the workflow to the appropriate extraction process for that document type.
      For example, if a document is classified as an invoice, the workflow will proceed with the steps required to extract data specific to invoices (such as invoice numbers, dates, amounts, etc.).

    • @kunalmhetraskar7918
      @kunalmhetraskar7918 21 день тому

      @@MukeshKala In the "Data Extraction Scope," we use "ClassificationResult[0].DocumentTypeId," not "MyValidatedClassificationResult". What is the use of "MyValidatedClassificationResult" if the document is classifying with "ClassificationResult[0].DocumentTypeId"?

  • @aartijha1169
    @aartijha1169 4 місяці тому +1

    From where can I get the documents?

    • @MukeshKala
      @MukeshKala  4 місяці тому

      It’s all uploaded on my website … find the link in description, you can watch the initial videos to build the code along with