🔴 31. [Hindi] : Get Started with UiPath PDF Automation | Read Scanned Pdf | Read Pdf Text | हिन्दी

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

Komentáře • 32

  • @rohinpal9752
    @rohinpal9752 Před rokem +1

    Thank you so much for the Hindi series

  • @onlyaboutfacts
    @onlyaboutfacts Před rokem +1

    Thank you so much for the valuable information that you provide here. Can you please also make one video of explaining how to create pipeline in Azure DevOps for UiPath? And how to do complete set up from setting up connections between all three (Orchestrator, Studio, AzureDevOps). Make it in Hindi series if you can please. I would really much appreciate it.

    • @MukeshKala
      @MukeshKala  Před rokem +1

      That would be a good setup to make a video on , I would try to get the resources for it and try to make a video . . Thank you for suggesting

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

    Can you please help by sharing a video for, how can we rename the pdf after extracting the invoice number from the same pdf.

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

      You can use Move file or copy file activity. In the destiantion path give the newpath/newname. pdf Then it will save with the new name in the destination folder.

  • @alamshaikh4358
    @alamshaikh4358 Před rokem +1

    Awesome👍👍👍

  • @smritisingh2843
    @smritisingh2843 Před 10 měsíci +1

    Sir i want scanned pdf ....i have already dropped the mail to you but i didn't get the file .

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

      Can you please re send - i don't see any mail

  • @aireviewforyou
    @aireviewforyou Před 2 měsíci +1

    Invoice ka Bad Wala kaise Hatay? Please Help Me

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

      input_string = "Invoice #1234 Customer id 3479"
      # Find the starting position of "Invoice #"
      start_index = input_string.find("Invoice #") + len("Invoice #")
      # Find the ending position of the invoice number
      end_index = input_string.find(" ", start_index)
      # Extract the invoice number
      invoice_number = input_string[start_index:end_index]
      print(invoice_number)

  • @sharpgamer1614
    @sharpgamer1614 Před rokem +1

    hello sir can I extract data in pdf inside the attached document, I want to extract particular data it happens

    • @MukeshKala
      @MukeshKala  Před rokem

      This needs to be done in 2 Steps - First Download the Pdf from Attachment , Save it in Folder and then Extract

  • @rupeshhadimani2226
    @rupeshhadimani2226 Před rokem +1

    sir your video is appreciated. I have word file with tables content in which 100 of employees name gross salary pf amount and i want to change gross salary and pf amount of specific employees. can i do the same with automation.🙏🙏

    • @MukeshKala
      @MukeshKala  Před rokem

      For any calculations we need to read the data in dataTable , in uipath we have word automation activity to extract table form word document and give dataTable
      Once we have the DT , any operation can be done

    • @rupeshhadimani2226
      @rupeshhadimani2226 Před rokem

      @@MukeshKala
      Okay ! Sir I want to known this process. So how could you help on this!🙏

  • @saikumar2990
    @saikumar2990 Před rokem +1

    Please upload the one video service now in uipath in ticket raised how to resolve them how to assigned to the respective person . By using uipath production support role

  • @rajuvadlakonda8981
    @rajuvadlakonda8981 Před rokem +1

    Please upload video practise documents

  • @ganeshdhane2574
    @ganeshdhane2574 Před rokem +1

    when will you upload document understanding video ?

    • @MukeshKala
      @MukeshKala  Před rokem +2

      Right now the focus is on to compete the basics .. then we go to robotic enterprise framework.. then to the advance topics

  • @dhanjitkumardeka9262
    @dhanjitkumardeka9262 Před rokem +1

    why you do not put doccument links..where will get the scan pdf?

    • @MukeshKala
      @MukeshKala  Před rokem

      You can drop me an email for the files or You can download from google

  • @NikitaWaware
    @NikitaWaware Před měsícem +1

    Where we get this pdfs

    • @MukeshKala
      @MukeshKala  Před měsícem

      These are old sample pdf - I have uploaded new sample on my website below - Go to the URL and download pdf from document understanding topics
      mukeshkala.com/videos-download/

  • @islamismail7943
    @islamismail7943 Před rokem +1

    Hi Mukesh, is there a PDF Automation video in English please??

    • @MukeshKala
      @MukeshKala  Před rokem +1

      Hey , I don't have on my channel , but i would recommend watching Pdf Automation tutorials on UiPath Academy.

    • @islamismail7943
      @islamismail7943 Před rokem

      ​@@MukeshKala Thank you for your response.