Hi All,
Let me know how to extract the data from https://acme-test.uipath.com/assets/TestData/checks/18/Check-Request-For-19521694.pdf ? i have tried option like Get text, screen scraping and Read PDF text also, Nothing workout.Kindly provide solution for the same.
Hi @shalini23
You can use Read PDF Text
You just need to add the UiPath.PDF.Activities package.
Thanks and regards,
Despi
i have installed packages and used Read PDF text activity. I want to extract particular data from PDF. Apart from sub string method is there any other way to extract data from PDF?
Yes. You can.
You can use ABBYY FlexiCapture
ABBYY FlexiCapture is an intelligent data capture and extraction solution, utilizing NLP, machine learning, & more to deliver the best document processing.
Thanks and regards.
shyamm
(shyamkumar)
April 3, 2019, 7:59am
5
plz try with cv activities
Let me know how i have to use that flexicapture inside my xaml file
Hi Shyamm,
I have tried screen scraping also…But it is not working…Thanks
There is a Connector that can be downloaded in UiPath Go!
https://go.uipath.com/component/abbyy-flexicapture-connector-for-uipath-31cc20
You can give this a try.
Hi Shyamm,
PFA image for your reference. In screen scraping, it is not extracting particular data.
shyamm
(shyamkumar)
April 3, 2019, 8:16am
10
Hi Shyamm,
Thats Great. Let me know what you did? can you share that file? i want to see.Is there any package i have to install for getting CV activities?Currently it is not coming in my activities panel.
shyamm
(shyamkumar)
April 3, 2019, 8:41am
13
i’m just used screen scrapping only.
better to try with cv activities. plz go thrw above link you will find full details
Hi Shyamm,
I have tried the same.But i am not getting the result. PFA image for your reference. do i have to change anything in selectors?
shyamm
(shyamkumar)
April 3, 2019, 9:01am
15
I tried with chrome not adobe.
How many pdf files you want to read, can i know that?
Hi Shyamm,
In ACME URL ,I have to download the type - W12 - open status PDF file and have to extract the value also.
Mariusz
(Mariusz)
April 3, 2019, 9:15am
17
@shalini23
I had similar problem with downloaded PDF files while going through dev training. If you have a problem with scraping partial text in PDF, there’s a note in the introduction to lesson 10 on how could you solve this issue.
Note 1: If the PDF is opened with Adobe Reader DC Acrobat, there might be a few steps to take before you can extract specific elements using UiPath studio methods. Start Acrobat and press Ctrl+k. That opens the Preferences pop-up. Select Reading, out of the categories on the left panel. Verify that the drop down Reading Order options is set to the Acrobat recommended option, ‘Infer reading order from document (recommended)’, ‘Page vs. Document’: should be set to ‘Read the entire document’ and ‘Confirm before tagging documents’ should be unchecked. Then on the left panel, click Accessibility. In the Other Accessibility Options section, check the first two boxes if they are not already checked: ‘Use document structure for tab order when no explicit tab order is specified’, ‘Enable assistive technology support’, and click OK.
Note 2: If you still have problems with extracting specific elements from the PDF file opened with Acrobat Reader DC, you could try an older version of Acrobat DC (any version starting with 18 should be fine https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html# ). Acrobat DC is updated automatically on computer to the last available version. In some of the latest versions (starting with 19) there could be problems with accessibility, Adobe Reader is slowly dropping support for untagged documents. Steps to follow:
It didn’t worked for me tho. As I remember I used OCR scraping and string formatting to get the data. You could also use Computer Vision activities, which shyamm told you earlier about. This technology looks pretty neat, but I did not have use it in the development yet.
1 Like
shyamm
(shyamkumar)
April 3, 2019, 9:16am
18
Better to go with read pdf activity and get substring values
shyamm
(shyamkumar)
April 3, 2019, 9:36am
19
BlankProcess.zip (26.7 KB)
I’m Attaching small work flow which is done by using cv activities
shalini23
(shalini)
April 3, 2019, 10:15am
20
i am not able to download the same. Let me know any package i have to install for getting CV activities in UIPath