Pyresparser Versions Save

A simple resume parser used for extracting information from resumes

v1.0.6

4 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

v1.0.5

4 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