Parsing resumes in a PDF format from linkedIn. The script takes a folder with PDF files, goes through every one of them looking for Experience and Education sections, extracts all data that is found there and creates a database with following structure:
Python 2.7
PDFMiner
script.py -i inputfolder -o outputfile
Script will search 'inputfolder' for PDF files and will create a database with 'outputfile' path.
Example usage:
python path/to/script.py -i home/mypdfs -o home/mydb.db