AmruthPillai / Reactive-Resume

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
https://rxresu.me
MIT License
25.77k stars 2.63k forks source link

[Bug] Ats systems do not understand that this is a cv/resume #99

Closed quintess closed 4 years ago

quintess commented 4 years ago

Hi! The program exports pdf in the form of a picture, for this reason ats (Applicant Tracking Systems) systems do not understand that this is a cv/resume because can not recognize the text. Will you correct this error?

AmruthPillai commented 4 years ago

This is mainly due to the current method where we convert the resume into an image and then export it out as a PDF, but now since #102, you can now print the resume using the browser print function which would allow you to generate parse-able resumes.

This is not perfect as it is heavily browser-dependent, but it works best on the latest version of Google Chrome, as per my testing. I hope that helps :)