Scraping only the desired dateable

I am trying to scrap a data table from a large pdf files (>500 pages). The data table has a similar fixed title of “Consolidated financial statements of profit and loss”. How can I instruct my robot to only read this page where the data table located at and also scrape the only data table and save it to excel?

And my table will be like this:

Hi @Komom ,
find the page number of the page having the title .
make a document with that page .
extract the table from that page to excel

Regards ,
Sneha

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.