Parseable

What the software read from a two column resume

The extractor reads a page in one pass and interleaves the columns. This is its output for a real resume with a skills sidebar, with the three places where the application dies marked.

NICOLAS LECOCQ
Full Stack Developer

Skills                    Experience
WordPress                 Founder & Developer          2025 - 2026
HTML/CSS                  At Vayalis, my own company, I develop and
Vercel                    launch my own products, handling the full
Cloudflare                cycle from idea to release.
React                     Web Designer                   2023 - 2025
Next.js                   Trivial Mass SA, Lausanne
Node.js                   Graphic integration, website development,
PHP                       client follow up management, as well as
SQL                       invoicing.

Language                  client relations to understand their
French                    requirements, and monitoring the specs.
English
  1. 1

    The layout breaks the extractor

    "WordPress" and "Founder" land on one line, so the parser files the job title under the skills column and the employer under nothing at all.

  2. 2

    The words do not match the posting

    The posting asked for "stakeholder management". The resume says "client follow up" and "client relations", so that requirement scores zero, whatever the work was.

  3. 3

    Nobody tells you which one it was

    The rejection email is the same in both cases, so most people rewrite the cover letter and send the same unreadable file again.

Questions

What is an ATS and why does it reject resumes?

An applicant tracking system is the software an employer uses to receive applications. It extracts the text from your file, sorts it into fields such as employer, job title and dates, then scores those fields against the job requisition. Most resumes fail at the sorting step rather than the scoring step. A two column layout with a skills sidebar is the usual culprit, because the extractor reads the page in one pass and interleaves the columns, so your employer and your dates land in the wrong fields before anyone reads a word.

Does this ATS friendly resume checker store my data?

Nothing is stored, because there is no database, no account and no server that receives your file. Your resume, your photo and the job posting you paste are held in the browser tab and disappear when you close it. That is also why the JSON export exists: it is the only copy, so download it if you want to come back later.

Should I put white keywords on my resume to get past the AI?

No, and this builder will not do it. Parsers strip styling and read the raw text layer, so a block of white on white keywords lands in the middle of the recruiter screen looking exactly like what it is. Screening platforms flag the pattern, and a flagged application can be rejected automatically with a fraud marker attached to your candidate record, which follows you across every future role at that company. The same applies to hidden instructions aimed at an AI reader. Putting the same words in visibly, inside your summary and your real bullets, scores identically and survives a human reading it.

What resume format parses most reliably?

A PDF with a real text layer, in one column, with standard headings such as Professional Summary, Experience, Skills and Education. Keep your contact details in the body of the document rather than in a page header, use one date format throughout, and avoid tables, text boxes and letter spacing on headings. Letter spacing is the quiet one: it survives into the text layer and your heading comes out as a string of separated capitals that no parser recognises.

Should I put a photo on my resume?

It depends where you are applying. A photo is normal in France, Germany, Switzerland, Spain and much of continental Europe. In the United Kingdom, Ireland and the United States it is usually left off, because employers avoid material that could support a discrimination claim. The photo toggle is off by default here, so turn it on only when you know the local convention.

How long should a resume be?

One page for under about eight years of work, two pages beyond that. Cutting a fifteen year career onto one page throws away keyword surface that the requisition is scoring you on, and no recruiter has ever rejected a strong second page. What does hurt is padding, so every line should either carry a keyword the job asked for or a result worth reading.

Can I check a resume I already have against a job description?

Yes, and that is what the posting step is for. Drop your current resume in as a PDF and the text is extracted in your browser, then sorted into fields for you to correct, which takes a couple of minutes on most files. Paste the job description into the posting step and the checker lists every required term the posting asks for, marks the ones your resume already contains, and shows a match rate. You decide which of the missing terms are genuinely true of you before any of them is added.

Is it really free, and can I run it myself?

It is free and you can run your own copy. The code is MIT licensed on GitHub, there is nothing to pay for and nothing to sign up to. Since the whole thing is a static page with no backend, you can clone the repository and host your own copy anywhere that serves files.

Check your resume against a posting, in your browser, nothing uploaded.