Hi,
I’m currently working on a project where I transfer files from Sharedrive into sharepoint.
Is it any way to read PDF file directly from Sharepoint instead of downloading the file?
Hi @MrOzog
You can use the Get File or Folder Activity under UiPath.MicrosoftOffice365.Activities to get the file from Sharepoint or Onedrive. This requires an Intergration Service Connection to the Sharepoint/Onedrive.
To Extract the Text from the File, you need to use Extract PDF text from UiPath.DocumentUnderstanding.Activities
Here, is a Process flow (Hidden Sensitive Details):
Here, is the Text extracted from the PDF:
Note: If your development restricts the use of UiPath.MicrosoftOffice365.Activities or UiPath.DocumentUnderstanding.Activities, it maybe difficult.
I Hope this solves your issue. If so, do mark it as a solution.
Happy Automation
1 Like
Unfortunately no direct option. You will have to download it and then do processing on it.