Open Tools Tools Features Blog About Contact Proof of Privacy

Smart File Organizer

Drop a batch of files. On-device analysis reads each document, suggests a real name (not “scan_0423.pdf”), sorts it into a category, and flags exact and near-duplicates — then hands you renamed copies in a ZIP. Nothing is uploaded.

Smart Organizer

Drag & drop here

or click to browse

Analysis

OriginalSuggested name (editable)CategoryDuplicates

Real On-Device Document Intelligence — No Upload, No Account

Every step of this tool is a real algorithm running in your browser. File contents are read with Mozilla's pdf.js, each document is fingerprinted with SHA-256 to catch exact duplicates, word-overlap similarity catches near-duplicates (like a re-export of the same contract), keyword analysis classifies each file as an invoice, receipt, contract, resume, report, letter, or form, and the most prominent first-page text plus any detected date builds a meaningful filename — so scan_0423.pdf becomes invoice-2026-05-14-acme-consulting.pdf.

The suggested names are editable before you export, and the ZIP you download contains untouched copies of your originals — only the names change. Everything runs on your device via open-source browser libraries — your files are never uploaded. You can verify it yourself.

Frequently Asked Questions

Is this “AI” or a gimmick?

It is honest, deterministic document analysis: cryptographic hashing for duplicates, word-overlap similarity for near-duplicates, keyword scoring for classification, and layout heuristics (largest first-page text, detected dates) for naming. No cloud model is involved and nothing leaves your device — which also means it is fast and works offline.

What counts as a duplicate?

Files with byte-for-byte identical content are flagged as exact duplicates even if their names differ. Documents whose extracted text overlaps more than ~82% are flagged as similar — typically re-exports or minor revisions of the same document.

Which files can be classified and renamed?

PDFs with a text layer and plain-text files. Scanned PDFs without text can still be checked for exact duplicates by their hash — run them through our OCR tool first to give them a text layer. Images are included in duplicate checking too.

Are my files modified?

No. The downloaded ZIP contains exact copies of your original files under the new names. Your originals on disk are never touched.