Skip to content

A9K5/Resume-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Scraper 🎉

This project is made to scrape a bunch of resumes appended together in a single pdf . The source code can be easily modified to read a single file at a time or a bunch of different pdf's.

The program will read the pdf and write the data in a csv format to obtain usefull information such as User-Email, Mobile Number, Name of the candidate.

Most probably be usefull to the HR guys to go through a bunch of pdf's to extract contact details.

The sample Resume file is Resume2.pdf. The output csv file is List2.csv.


Installation and Usage

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 7.py ./Resume2.pdf

Input Filename

Resume2.pdf

Output filename

List2.csv

This project uses Python3.

Packages used
  • PyPDF2
  • pdfminer
  • pandas

License

MIT

Releases

No releases published

Packages

No packages published