A Python package for parsing resumes and extracting structured information from them.
- Contact Information: Easily extract name, email addresses, and phone numbers.
- Work Experience: Parse job titles, company names, durations, and locations.
- Education: Identify degrees, institutions, and graduation years.
- Structured Data Output: Returns a Python dictionary (or JSON) of parsed data for easy integration.
You can install the package using pip:
pip install resume_parser_profrom resume_parser_pro import ResumeParser
parser = ResumeParser()
data = parser.parse('path/to/resume.pdf') print(data)
The project includes the following languages and frameworks:
Python 3.8
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.