Maybe a silly question, but when I try to scrape a PDF for the “document type” (which is located in the footer), it won’t highlight. It only highlights in blue the portion of the PDF that falls within the page margins apparently. How do I scrape the footer info? (I had to black it out since it contains identifying business info, but it’s in red in my picture).
Hi @online !
What are you using as for the pdf reader ? I suggest you to try with Foxit reader as it is easier to automate with (it separates the fields better compared to Acrobat Reader)
Hello @online ,
Did you tried to read the pdf file using the Read PDF text activity?
After you use that activity, you can use Regex to extract the requested information.
I hope it helps.
Vasile.