How to parsing only the desired area, not the entire PDF

Hi all,
I have a pdf file like the picture below and I want to extract only data in table format.
I have succeeded in extracting all data from PDF in table form. But I want to narrow it down.
It would be helpful if you let me know if there is a possible way.

Hi @jjlee ,

one solution could be parsing the entire file, then look for the words “prices” and “spot prices” below which you have your tables. Delete all rows coming before those words.

Tell me if something was not clear to you.
Have a nice day,
RB

3 Likes

Hi, @lelloba

I implemented the workflow as you advised, and it works.
Thank you for answer :slight_smile:

1 Like

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