Published 22 August 2026 · 6 min read
Scanners and phone scanning apps have a habit of producing exactly what you did not ask for: twelve separate files, named in a way that sorts wrongly, a few pages upside down, one crooked, and a total size too large to email. Getting from that to a single tidy PDF is a five-minute job once you do the steps in the right order.
Do this before anything else, because fixing order later means redoing the work. The classic failure is alphabetical sorting: scan1.jpg, scan10.jpg, scan11.jpg, scan2.jpg. Ten pages sort before two.
If you are renaming, pad the numbers — scan01, scan02, scan10 — and everything sorts correctly everywhere. If you would rather not rename anything, use a tool that lets you drag pages into order after loading them, which is usually faster for a dozen pages.
What you use depends on what came out of the scanner.
That last one saves the most time and almost nobody knows it exists. Scanning a stack double-sided on a single-sided feeder gives you fronts 1,3,5… and backs 6,4,2. Interleaving is a solved problem — do not do it manually.
Scans arrive with predictable defects. Each has a direct fix:
This is where most scanned PDFs fail. A dozen colour scans at 600 DPI produces an enormous file, because each page is a photograph rather than text.
A scan is a picture of text, so searching it finds nothing. Extracting the text runs optical character recognition and gives you the content as text you can search, quote or paste.
Set expectations honestly: browser-based OCR is good on clean, straight, 300 DPI scans of printed text, and poor on handwriting, faint carbon copies or heavily skewed pages. Deskewing first genuinely helps. For a large archive of poor-quality scans, dedicated server-side OCR will do better.
People scan documents for a reason, and the reason is usually official: contracts, certificates, medical letters, tax paperwork, identity documents. That is the exact category worth keeping off other people's servers. Every tool linked here runs in your browser.
Merge PDFs — runs in your browser, nothing is uploaded.
Put the pages in the correct order first, then use a tool that assembles images into a single document. Watch for alphabetical sorting problems — scan10 sorts before scan2 unless the numbers are zero-padded.
Scan at 300 DPI rather than 600, convert to greyscale if the document is black ink on white, then compress. The DPI choice has the biggest effect and has to be made before scanning.
Yes. An alternate merge interleaves two files, taking one page from each in turn, and handles the reversed back-side order that single-sided feeders produce. It avoids reordering dozens of pages by hand.
Only after optical character recognition, because a scan is an image of text rather than text. OCR works well on clean 300 DPI scans of printed material and poorly on handwriting or faint originals. Straightening crooked pages first improves accuracy noticeably.