Ritesh123
(Ritesh Seth)
July 19, 2019, 11:14am
1
Hi All,
I have multiple PDF file and i want to extract the necessary details from that PDF. I tried ReadPDFWithOCR activity but it give me all the text of that file and i am not able to find some specific fields values from the extracted string of file
Can you please let me know how i can do this.
ashley11
(Ashley Nihal Dcunha)
July 19, 2019, 11:16am
2
can you please upload the sample copy of the pdf
Ritesh123
(Ritesh Seth)
July 19, 2019, 11:21am
3
.Please find attached simple code of pdfAmazon.in - Order 408-6383724-5553908.pdf (98.6 KB)
ShilpiJ
(Shilpi Jain)
July 19, 2019, 11:24am
4
Hi @Ritesh123
Try to extract data using Digitize Document activity. Then after some string manipulation you can get the required results.
ashley11
(Ashley Nihal Dcunha)
July 19, 2019, 11:25am
5
what are the details that need to be extracted?
Ritesh123
(Ritesh Seth)
July 19, 2019, 11:30am
6
These field i have to extract.
Items Ordered, Price, Delivery Address:Delivery Option:, Billing Address:
1 Like
ashley11
(Ashley Nihal Dcunha)
July 19, 2019, 2:00pm
7
Hi
Amazon.zip (115.5 KB)
Try This XAML.
Hope that solves your problem.
1 Like
Ritesh123
(Ritesh Seth)
July 22, 2019, 11:54am
8
Hi @ashley11
Thanks for the update but i do not want to use Regular Expression.
Is there any other way of doing this for multiple PDF?