sahilsk11 / glide

Debug your resume in one click
https://glidecv.com
GNU General Public License v3.0
93 stars 14 forks source link

Issue reading resumes #9

Open rudiejd opened 3 years ago

rudiejd commented 3 years ago

I used this tool and love it! Lately, however, the parser has been broken. I figure you're already aware, since an alert about it shows up on the page, but I thought I'd open an issue report for it just because I'd love to keep using this to update my resume.

rudiejd commented 3 years ago

I actually did a little bit of digging. I think you could replace the lever.co resume parsing API with https://pypi.org/project/pyresparser/ and get basically the same functionality. I'll give a PR a shot

sahilsk11 commented 3 years ago

@rudiejd that would be incredible! let me know how it goes :)

MarcusOy commented 2 years ago

@sahilsk11 been trying to take a crack at it too after the anvil meeting we had last Wednesday, however, I do not have access to the different services (airtable, mongodb, mailerlite), nor is there some sort of schema/db migration pattern to follow to replicate these services for testing purposes.

sahilsk11 commented 2 years ago

@sahilsk11 been trying to take a crack at it too after the anvil meeting we had last Wednesday, however, I do not have access to the different services (airtable, mongodb, mailerlite), nor is there some sort of schema/db migration pattern to follow to replicate these services for testing purposes.

Hey Marcus! You should be able to build A POC that's isolated from the rest of the system. What's required here is a standalone python function/API that can turn a PDF or word doc into parsed JSON. The output format should include parsed education and previous experience - the exact details of that schema can be finalized after A POC.