How to read specific elements from PDFs

Hi there

Id like to read specific elements from multi-page PDF contracts. I have attempted to use OCR to read the entire document into a string and then use Regex to get the specific information but have found this unreliable due to the OCR not always being accurate and also a challenge as it is a large document.

I have read that using anchor base could work, however im not sure how best to use it considering that the PDFs have multiple pages.

Could you please advise as to the most efficient way to read elements that I specify in multiple PDFs documents that have multiple pages (ideally into strings that i can write to excel).

Thanks!

Ayden

Hi , if all the pages in PDF file is having same format of data , using anchor base still works Good

will anchor base scroll through multiple pages automatically or do i need to use another activity to do that?