I wanted to parse the PDF file in python. I have seen examples with PDFMiner which could not explain my requirement.
For Example if I want to parse a resume, it contains various fields like Summary, Experience and Hobbies.
I am interested to extract only experience and this experience field will be in the first place or second place or at any place, I need to Identify where the experience field located and need to extract the data.
How can I do this?