pyresparser icon indicating copy to clipboard operation
pyresparser copied to clipboard

skills are not extracting properly

Open sabatasneem1896 opened this issue 5 years ago • 4 comments

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??

sabatasneem1896 avatar Sep 21 '20 12:09 sabatasneem1896

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

OmkarPathak avatar Sep 24 '20 09:09 OmkarPathak

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!

shrashetty avatar Sep 25 '20 11:09 shrashetty

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

OmkarPathak avatar Sep 27 '20 14:09 OmkarPathak

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

johncarlo-vss avatar Mar 31 '22 21:03 johncarlo-vss