srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.7k stars 1.85k forks source link

Better support of PDF generated by Word (Export menu) #222

Open shuther opened 7 months ago

shuther commented 7 months ago

Is your feature request related to a problem? Please describe. 1- Parsed Resume Data They are strange font changes while everything is smooth on Word/PDF

Screenshot 2023-12-06 at 15 45 18

2-Now let's take a look at the extracted keywords from the resume. It seems the engine misinterpreted an html separator:

Screenshot 2023-12-06 at 15 47 51

Describe the solution you'd like Text should be better extracted and layout code should be properly removed.

Describe alternatives you've considered while ATS is crap, maybe you want to recognize company name; for example if there is the company ABC Systems, we should know consider the word Systems in the entity?

Additional context I was thinking for this project that an AI would experiment changes until the ATS scores reach a certain level?

srbhr commented 7 months ago

Hey @shuther, thanks for testing this project out!!

Context:

Additional context I was thinking for this project that an AI would experiment changes until the ATS scores reach a certain level?

Yes, I am working on a POC that will be able to generate resumes with keywords from job descriptions—and allow you to edit the details later on. It's just that I have a 9-5 job, and managing all of them together (this project + other endeavors) is a bit challenging.

It'll be coming out soon with better optimizations. 💖🌺

shuther commented 7 months ago

no problem it is a good product; keep going