OmkarPathak/pyresparser
A Python library that parses resumes in PDF and DOCx format to extract structured fields like name, skills, education, and experience.

pyresparser is a resume parsing library that extracts structured information from resume files. It uses spaCy and NLTK for NLP operations such as named entity recognition, skill extraction, and text parsing. The tool identifies common resume fields including candidate name, email, phone numbers, skills, degree, college, designation, company names, and total experience. It supports PDF and DOCx input formats across all operating systems.