OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
774 stars 395 forks source link

Parser doesn't get any skills #9

Closed nickmedwards closed 4 years ago

nickmedwards commented 4 years ago

I've been trying to use the parser to fetch skill and experience data from resumes and the parser doesn't get any skills? I've attached the resumes I've been testing with Brendan_Herger_Resume.pdf Game-Programmer-Resume-A.pdf Game-Programmer-Resume-B.pdf Game-Programmer-Resume-C.pdf john_smith.pdf Layla_Martin_Resume.pdf resume_Meyer.pdf SGresume-1.pdf

Any help on this would be super awesome! Thanks!

OmkarPathak commented 4 years ago

@nickmedwards you have to edit the https://github.com/OmkarPathak/pyresparser/blob/master/pyresparser/skills.csv file in order to parse skills matching your requirements

fraywing commented 4 years ago

I'm curious about this, too. @OmkarPathak do you need to add a header column like you have in the example csv? like technical skills? Or can it just be a single column of skills per row?

OmkarPathak commented 4 years ago

@fraywing thanks for your interest. I'm currently working on this feature. Next release would be released with this feature.

OmkarPathak commented 4 years ago

@fraywing @nickmedwards you can refer latest release v1.0.5 for this fix :smile: