Extract structured information (name, email, phone, skills, education, work experience) from PDF resumes using NLP and pattern matching. Current version 0.1.6, released March 2025. Maintenance as needed.
pip install rb-resume-parserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a PDF resume and print structured data.
Pre-download: python -m spacy download en_core_web_sm
Ensure you pass a valid .pdf file path.
Use parser.extract(file_path) instead.