OmkarPathak / pyresparser

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

skills are not extracting properly #41

Open sabatasneem1896 opened 4 years ago

sabatasneem1896 commented 4 years ago

Hi, I am trying to extract skills and I have found an issue. The technical skills are merging with non technical skills. Could anyone guide me??

OmkarPathak commented 4 years ago

This is because, pyresparser comes with a skills file with all skills altogether. If you want to parse them separately, you can pass in your own skills file as specified here: https://omkarpathak.in/pyresparser/#explicitly_specifying_skills_file

shrashetty commented 4 years ago

Hi Omkar, Your code is very helpful! Well I have a doubt, I hope you could spare your time to assist me.

How to read the entire folder which includes all the resumes and it has to extract the technical and non-technical skills.

Thanks in advance!

OmkarPathak commented 4 years ago

Hi @shrashetty, you can try this: https://omkarpathak.in/pyresparser/cli/#parsing_mutliple_resumes

johncarlo-vss commented 2 years ago

Hi, @OmkarPathak how to parse it in Python? the link above only shows multiple parsing of resumes in CLI.