BeyondCodeBootcamp / BeyondCodeBootcamp/html-resume
Bot-friendly Version for ATS (HR CRMs)
- Lenguaje dominante
- HTML
- Estrellas
- 9
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
> 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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Empieza generando el PDF y ejecutando el comando pdftotext del issue para inspeccionar el orden extraído. Compara la salida actual con las vistas solicitadas para humanos y ATS; se considera terminado cuando un selector proporciona ambos formatos y la salida de ATS se lee en el orden previsto para BReezyHR, Taleo y pdftotext.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- html
- Área
- frontend
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100