Bot-friendly Version for ATS (HR CRMs)

Open
#5 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
html
Domain
frontend

Research direction

Start by generating the PDF and running the issue's pdftotext command to inspect the extracted order. Compare the current output with the requested human and ATS views; done means a selector provides both formats and the ATS output reads in the intended order for BReezyHR, Taleo, and pdftotext.

Written by the indexing model from the issue text.

Description

Many ATS's give a "quick view" format of the resume. If the structure is in columns it almost always makes it into a plain text doc. I and many other recruiters will likely not read that resume because we have many other options. - Anonymous inside source

You'd think that the stuff on the right-hand aside would read after the stuff on the left-hand main area, but when an HR bot parses this.

Despite the fact that everything selects correctly (and you might naively expect bots to follow selectable text order), it puts those things a little in the middle.

The sectioning is right, but the overall structure is wrong.

sudo apt install pdftotext
pdftotext resume.pdf
cat resume.ttxt

I'd like a selector up at the top:

| For Humans (In-Hand) | For ATS Upload (HR Software CRM) |

Should work with

  • BReezyHR
  • Taleo
  • pdftotext
Dominant language
HTML
Stars
9
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from BeyondCodeBootcamp/html-resume

All issues in BeyondCodeBootcamp/html-resume

Similar issues

More Web Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.