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

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 39

  • @rishabhsinghchauhan5500
    @rishabhsinghchauhan5500 Před 19 dny +1

    extraction completed

  • @upasnasingla6097
    @upasnasingla6097 Před 4 měsíci +2

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

    • @MukeshKala
      @MukeshKala  Před 4 měsíci

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

  • @srinu_can28
    @srinu_can28 Před 4 měsíci +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  Před 4 měsíci +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 Před 4 měsíci

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

  • @sureshsurapally7903
    @sureshsurapally7903 Před 4 měsíci +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  Před 4 měsíci

      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):

  • @nukalasravanthi3945
    @nukalasravanthi3945 Před 4 měsíci +1

    Extraction completed,thank you.

  • @hlez777
    @hlez777 Před 3 měsíci +1

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

    • @MukeshKala
      @MukeshKala  Před 3 měsíci

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

  • @SantoshKachare-vh8yn
    @SantoshKachare-vh8yn Před 4 měsíci +1

    Extraction Success

  • @manaslenka5014
    @manaslenka5014 Před 4 měsíci +1

    Extraction Successful

    • @MukeshKala
      @MukeshKala  Před 4 měsíci

      Glad to hear that , Thanks for posting

  • @PraveenSingh-cl2or
    @PraveenSingh-cl2or Před 4 měsíci +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  Před 4 měsíci

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

  • @srivennilarathish
    @srivennilarathish Před 4 měsíci +1

    Yeah done...Great Mukesh. Thankyou :)

  • @hlez777
    @hlez777 Před 3 měsíci +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  Před 3 měsíci +1

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

    • @hlez777
      @hlez777 Před 3 měsíci

      @@MukeshKala Genial!

  • @PraveenSingh-cl2or
    @PraveenSingh-cl2or Před 4 měsíci +1

    Extraction Succesful

  • @kunalmhetraskar7918
    @kunalmhetraskar7918 Před 11 dny

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

    • @MukeshKala
      @MukeshKala  Před 11 dny

      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 Před 11 dny

      @@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"?

  • @SantoshKachare-vh8yn
    @SantoshKachare-vh8yn Před 4 měsíci +1

    Great!

  • @hiremathnandini2
    @hiremathnandini2 Před 4 měsíci +1

    Done with Extraction

  • @judew3943
    @judew3943 Před 4 měsíci +1

    Extraction completed Sir 🫡

  • @aartijha1169
    @aartijha1169 Před 4 měsíci +1

    From where can I get the documents?

    • @MukeshKala
      @MukeshKala  Před 4 měsíci

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