Extract Name, Email, Phone, and Skills from PDF resumes for HR filtering.
- Install dependencies:
pip install -r requirements.txt
python -m spacy download en_core_web_sm
-
Add resume in
data/sample_resume.pdf. -
Run:
python resume_scanner.py
- Output in
output/extracted_data.json.
- PyPDF2
- spaCy
- regex