Advanced UiPath Document Understanding - Part 1 | RPA | HyperAutomation

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 30

  • @ravalisoma
    @ravalisoma Год назад +1

    Hi, I have gone through lot of videos regarding DU, and everyone gave us info on what activities can be used based on purpose type. but at a real proj level you have given me the best info. Thanks a ton

    • @LahiruFernando
      @LahiruFernando  Год назад

      Thank you so much Ravali.
      This really means a lot!!
      Feel free to share your thoughts on what else I can do to help our community.
      Feel free to reach out to me anytime for anything

  • @wajay2006
    @wajay2006 Год назад +1

    Thanks mate I have learnt a lot watching your videos. I was wondering since UiPath already provides so many out of the box pretrained models, so what should be the approach for training. Should we first check our documents using pre-trained models and if we get good results then we should go ahead with them. If results are not as per expectations, then we should do additional training of those pre-trained models. However, if we don't have any pre-trained models for our document type then we should use Document understanding model for training.

    • @LahiruFernando
      @LahiruFernando  Год назад +1

      Hey.. Its a great question.
      You understood it right. So the approach is:
      First we should see if the out of the box models can work on our documents. If those are doing a good job in extracting, we can simply use them. However, if you see any issues in the out-of-the-box trained model, you can simply improve it by training the same model on your documents. This way, the model gets to know the type of documents you are working with and improves it.
      However, if there are no pre-trained models for your documents, then you can use the Generic Document Understanding model. This one is not pre-trained. You can use it to work on any semi-structured document by labeling the data through Document Manager.
      Hope this helps!

    • @wajay2006
      @wajay2006 Год назад +1

      @@LahiruFernando Definitely it helps !! Thanks I am lucky today. Thanks a ton mate for immediate response.

    • @LahiruFernando
      @LahiruFernando  Год назад +1

      @@wajay2006 haha.. Good luck with the rest of the work. Always feel free to reach out if you need any help :)

    • @wajay2006
      @wajay2006 Год назад

      @@LahiruFernando Thanks once again..

  • @jacobchiengsh2210
    @jacobchiengsh2210 2 года назад +1

    Hi @ Lahiru,
    Thanks for the amazing video.
    I have one question on the asset in the UiPath Cloud.
    Understand that we keep all the directory of local file in the assets, May i know if we can change the destination of file from local to google drive? As i normally keep those heavy file in the google drive.
    Many thanks again for the great video.
    One last question - May i know if it is fine to ask you question about document understanding in the future? And what is your preference communication platform if you are fine with it?

    • @LahiruFernando
      @LahiruFernando  2 года назад

      Thank you so much for the awesome questions. Im sure these questions will help many as well :)
      1. Yes, you can change the folder\file paths to Google Drive (I am also doing it in many projects that Im working on). However, Google Drive doesn't work with the usual way we do things on Windows Explorer. So you need a set of special activities to access the files in Google Drive.
      You can use the "UiPath.GSuite.Activities" as a dependency in your solution and use those activities to access the files in G Drive. So in your current solution, if you wish to move to Google Drive, you will need to do those changes along with the path change in the Asset.
      2. Of course, you can ask any question anytime. Now that I'm back from my vacation, I'm always available to help you out. You can reach out to me via email, or even whatsapp.
      Ping me on email, and I will share my Whatsapp if that works better for you.
      Email: lahirufernando90@gmail.com

  • @yashobantadash6670
    @yashobantadash6670 2 года назад +1

    great video bro!in end to end process we should use orchestrator assets or config file to store data?

    • @LahiruFernando
      @LahiruFernando  2 года назад +1

      Hi.. If you have access to orchestrator, it's good if you can use assets to store data, and use config file only for constant values. There are many benefits of using assets

    • @yashobantadash6670
      @yashobantadash6670 2 года назад

      @@LahiruFernando thanks bro! 😊

  • @learntotradeintraday5766
    @learntotradeintraday5766 2 года назад +1

    Hi your all video on document understanding is very nice and I learn a lot.request you to make some video on how to extract idcard like pancard,AadharCard,salaryslip using ml model and retraining them

    • @LahiruFernando
      @LahiruFernando  2 года назад

      Thank you so much for the feedback :-)
      It means a lot.
      Of course I will get some videos done on these, too...
      I'm sure it would be super interesting

  • @jatinnandwani6678
    @jatinnandwani6678 2 года назад

    Thanks Lahiru

  • @kreigfields3157
    @kreigfields3157 3 года назад

    Hi, great classes. I am trying to see if this would be a cost effective solution for one of my customers. Would you have any rough estimate on how much something like this costs to run? We need to split 250+ page PDF files into individual document files. We are guessing we will have about a minimum of 2500 total pages per month?

    • @LahiruFernando
      @LahiruFernando  3 года назад

      Hi Kreig, Thanks for you thoughts. The licensing costs change country to country. Hence it is the best if you can reach your local UiPath partner (if you are a partner) or UiPath support to get the most accurate cost in your region.

  • @achyuthsai477
    @achyuthsai477 3 года назад +1

    Hey Fernando,
    I gotta say, this has been very productive for me. I will look forward to learn more from you.
    Keep doing these kind of use cases for us as reference to work it.

    • @LahiruFernando
      @LahiruFernando  3 года назад

      Hey Achyuth,
      Sorry for the late reply.
      Thank you so much for the comment and I'm really happy that the video series was helpful for you to understand about DU..
      Also, I just added a new video (part 1 of a series) that shows how to train DU models. It shows one way of doing it. Hopefully you will love this one too. :)

  • @fernandolezama7668
    @fernandolezama7668 3 года назад

    Hi Fernando, can you recommend another packake instead of Document Understanding . I have UiPath studio , because limited budget I cannot get DocumentUnderstanding.

    • @LahiruFernando
      @LahiruFernando  3 года назад

      Hey there!!
      Nice to hear from you.. Sorry for the late reply. It was night for me :)
      You have a couple of options to take:
      1. If you know Python, you can build your own machine learning model and run it locally
      2. Use the community version of the invoice endpoint - but this one you cannot train
      3. Use other tools like Microsoft form recognizer to do the extraction
      Let me know if this is helpful for you

  • @mukeshkala6364
    @mukeshkala6364 4 года назад

    Thank you for sharing 🤓🤓

  • @Liberal_Slayer
    @Liberal_Slayer 2 года назад +1

    do we need to also learn web development for advance rpa

    • @LahiruFernando
      @LahiruFernando  2 года назад

      Hello Pavan,
      There is no need to learn web development to advance in RPA, bro..
      I suppose you asked this because of the UI automation part of RPA. It is not really needed to know web development in detail. Just get a basic idea on html as you need to work with selectors, and that should do..

  • @richakumar9703
    @richakumar9703 3 года назад

    Sir i cant see taxonomy manager option in my Ui path

    • @LahiruFernando
      @LahiruFernando  3 года назад +1

      Hi Richa,
      You have to install Intelligent OCR activities from the dependency manager. Once you install, taxonomy manager option will show up on the top ribbon of Studio

    • @richakumar9703
      @richakumar9703 3 года назад

      @@LahiruFernando thank you i got it now 💯🙋🏻

  • @baldevsinghjakhar2755
    @baldevsinghjakhar2755 3 года назад +1

    May I have you email?