pyresparser

A simple resume parser used for extracting information from resumes

GPL-3.0 License

Downloads
8K
Stars
807
Committers
3

Bot releases are visible (Hide)

pyresparser - pyresparser-v1.0.6 Latest Release

Published by OmkarPathak almost 5 years ago

What is available in 1.0.6

  • Exporting data in JSON
  • More robust phone number parsing (earlier it was only for Indian numbers, now internationals are supported as well)
  • Custom regex option for parsing phone numbers
  • Added banner for CLI
  • .doc parsing bug resolved
  • Tests are made available for better code coverage
pyresparser - v1.0.5

Published by OmkarPathak about 5 years ago

  • Following entities are extracted from most of the resumes without any error
[
  {
    'college_name': [...],
    'company_names': [...],
    'degree': [...],
    'designation': [...],
    'email': '',
    'mobile_number': '',
    'name': '',
    'no_of_pages': '',
    'skills': [...],
    'total_experience': ''
  }
]
  • More rigorous exception handling
  • Added skills file functionality against which skills are matched from a particular resume
Package Rankings
Top 3.48% on Pypi.org
Badges
Extracted from project README
GitHub stars PyPI Downloads GitHub Say Thanks! Build Status codecov Stargazers over time