How to install pdf to excel activity in uipath by using github

Hi
My Task is Data Extract from pdf to Excel using OCR for that i want to use pdf to excel activity.
My Query is how to install pdf to excel activity in UI path using Git.Can u Plz help Suggest me.

Can you explain more? Using Git is where I’m getting confused :thinking:

how we have to install that using git in manage packages

sir please explain step to step,like we have git in manager packages we have to install it? or else please explain in steps

@vijayalakshmi8,

In the manage packages, try searching pdf to excel. You will get all the packages available . you can install the package you want among them .

If you have a package which is available in git, you need to save it to the local system, then place it in the packages of the the uipath . Then you need to install

sir iam extracting data from pdf using ocr,that extacted data should be appended in excel sheet .sir i went to manage packages in that i have git when ever iam trying to install it its taking long tym and its not getting installed

I hope you want to install a package from the manage packages right @vijayalakshmi8, please correct me if I’m wrong :slight_smile:

here are the steps

  1. Go to manage packages and select all packages . You will have project dependencies selected by default.
  2. Try searching whatever package you want.
  3. Select the package you find as the best among them or normally the official packages will start their name with uipath…
  4. Click Install and save. It will automatically install the package.

If you want to install any package which is available in GIT,

  1. Just save it in any local folder (Hoping it is a nuget package)
  2. Copy and paste the file in the folder
    C:\Users*username*\AppData\Local\UiPath\packages
  3. Then go to manage packages in your studio. You will find the nuget package namespace there and
  4. Install it :slight_smile:

Hope this is more clear @vijayalakshmi8

sir,
one more queryi have some pdf attachments in my email how to download it automatically into a folder in the desktop automatically.below is an attachment which is tried.correct me

Thank you For helping me

Yes, that is correct. But I hope you are searching for Sneha_Invoice in subject right?

Then use Item.Subject.Contains(“text”)

Otherwise, whatever you are doing is right.

Are you getting any errors @vijayalakshmi8?

can u plz tell me how to impliment that using ui path screen shots

where this item .subject.contains(“text”) should be kept instead in my screen shot

yes iam getting run time errors,it says specific folder is not available
\

This should be used in If condition @vijayalakshmi8

Make sure your folder which you gave in the save attachments activity exists :slight_smile:

[quote=“vijayalakshmi8, post:12, topic:139650”]
f you want to install any package which is available in GIT,

  1. Just save it in any local folder (Hoping it is a nuget package)
  2. Copy and paste the file in the folder
    C:\Users* username *\AppData\Local\UiPath\packages
  3. Then go to manage packages in your studio. You will find the nuget package namespace there and
  4. Install it
    Hi sir iam confused littele bit so plz can u tell me how to impliment that

Can you please let me know whether your packages are available in GIT or any other place @vijayalakshmi8?

And please stop calling me sir :slight_smile: as we are colleagues here.

Glad to meet you online @vijayalakshmi8

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.