-
-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skills are not extracting properly #41
Comments
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 |
Hi Omkar, 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! |
Hi @shrashetty, you can try this: https://omkarpathak.in/pyresparser/cli/#parsing_mutliple_resumes |
Hi, @OmkarPathak how to parse it in Python? the link above only shows multiple parsing of resumes in CLI. |
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??
The text was updated successfully, but these errors were encountered: