Scraping Data from a specific section on a PDF file

Hello guys,
I need to do some QC work for my company which uses data that I am able to scrape and PDF data in a blueprint format.

The data within the PDF file is scrapable, but certain portions of the data on the PDF page are irrelevant I want to scrape a certain sections on a PDF page to extract the data I need. Is that something that is possible to do?

@roman.markman You can use Read Pdf Text Activity and use string manipulation to extract the relevant content.