-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix Parsing Issue #25
Comments
How can I reproduce that error? (so what was your input pdf) |
Hi @the-lightstack , |
@the-lightstack for reference you can check the JSON output example in README.md and One more thing kindly PR in dev branch. |
This seems interesting, but I don't really know what the error is, so I won't fix this issue |
@the-lightstack well there is no issue but we want to increase the accuracy of the parsing algorithm. For example, File location:- https://github.com/Yashdew/Assessor/blob/main/Sample%20Resume/Yash-Dewangan-CV.pdf At present we are getting this type of JSON from parsing:-
We want this type of JSON from parsing algorithm:-
|
We used a module called pyresparser to extract information from resumes but unfortunately, we are missing out on few attributes like we want to get all the information regarding what projects, achievements a particular candidate has done - If working it out on your own
- If using some modules
|
The text was updated successfully, but these errors were encountered: