BeyondCodeBootcamp / BeyondCodeBootcamp/html-resume

Bot-friendly Version for ATS (HR CRMs)

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
9
Forks
3
PR merge metrics
No merged PRs in 30d

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.

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

I'd like a selector up at the top:

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

Should work with

- BReezyHR
- Taleo
- pdftotext

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.