Extracting the data from pdf

when i am extracting data from pdf by using the get text command is running when i am manually open the pdf…but when the bot is open automatically the pdf then start exctracting the data…it will showing error…what is the solution

1 Like

Hi @Madhukumar_M

Have you tried adding some delay before the get text to give some time for the PDF application to open and get ready?

And, what’s the error that you are getting?

It is probably because of wrong selector.
Better way is to try to Read pdf with Read PDF File activity, then use String manipulation and Regex to extract the value.

Can you post the PDF and the data that you want to get? Maybe i can help you

Hi,

I would suggest to use a Read pdf file as said by @srdjan.suc or you may use computer vision activites like this:
1.Open the pdf file
2.go to the page you are looking to find the text
3.get cv text and get the text.

let us know if this helps,
Regards,
Pavan H

1 Like

Hi @Madhukumar_M

Can you share the error! to address it!

cheers :smiley:

Happy learning :smiley:

3 Likes

yes, i tried by adding delay…

1 Like