Skip to content

v1.0.5

Compare
Choose a tag to compare
@OmkarPathak OmkarPathak released this 03 Oct 14:08
· 47 commits to master since this release
  • 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