What this is: CVTailor writes an invisible, machine-readable marking into every PDF it exports, recording that the document was produced with AI assistance. This page reads that marking back. Upload a PDF and it will tell you whether the marking is present. The file is checked in memory and never stored.

Maximum 10 MB. We read the document's metadata, and — if it carries a signature — its text, in order to check that signature. Nothing is stored.

What a result does and does not tell you

Being straight about the limits matters more than looking authoritative, so:

Why this exists

The EU AI Act (Article 50(2)) requires providers of AI systems that generate text to mark their output in a machine-readable format and to make that marking detectable. This page is the detection half. The marking itself is invisible, changes none of the document's text, and is written into the file's metadata.

Technical detail on what we mark, what we deliberately do not mark, and why, is documented alongside the marking code.

Privacy

Uploaded files are held in memory only: never written to disk, never stored, and never sent to any third party. Nothing about the document's content is logged.

We read the file's metadata. If it carries a signature, we also extract the document's text in memory and hash it — that comparison is the whole point of checking a signature, and it cannot be done without reading the words. The text is used for that hash and then discarded; it is not retained, logged or transmitted. See our Privacy Policy.