resume-cli icon indicating copy to clipboard operation
resume-cli copied to clipboard

proposal: embed original data into output

Open antialias opened this issue 4 years ago • 2 comments

  • for PDFs, we can use XMP
  • for HTML, we can use a meta or script tag. For example:
    • <script id="json-resume" type='application/json">${JSON.stringify(resume)}</script>

This improves the process where a candidate sends their resume as a PDF to a recruiter or org, and then the org wants to turn their collection of PDF resumes into a database : instead of manually parsing the resume, the org / recruiter can extract the original json resume from the PDF / HTML etc...

recommended tools

pdf-lib appears to be capable of writing metadata to PDFs.

antialias avatar Apr 22 '20 16:04 antialias

as a follow-up, we can implement reading json-resume from these output files instead of assuming the input is always a json file.

antialias avatar Apr 22 '20 16:04 antialias

I like it, but probably won't act until someone requires it. Unless it is well known HR companies already use a certain format that can be represented in XMP.

thomasdavis avatar Nov 17 '20 12:11 thomasdavis