244 tools · zero sign-up
Every Tool You Need for Documents
PDF editing, OCR, image conversion, AI summarisation, medical report reading, custom font creation, and developer utilities — all free, all private, most running entirely in your browser.
244 tools
Explore by Category
Every tool is grouped by purpose so you can quickly find what you need — from extracting text out of a photo to creating a font from your own handwriting.
OCR & Image to Text
Convert photos, scans, handwritten notes, and screenshots into editable, searchable text using AI-powered optical character recognition.
PDF Utilities
Merge, split, compress, rotate, reorder pages, add watermarks, and perform any PDF manipulation — all inside your browser, no upload needed.
AI Document Tools
Summarise documents, detect AI-written text, rephrase content, check grammar, generate flashcards, and translate using the latest large language models.
Image Editing
Crop, resize, enhance brightness, convert to black and white, upscale with AI super-resolution, and remove EXIF metadata from any image.
Medical & Healthcare
Decode doctor prescriptions, interpret blood test results, simplify medical terminology, and generate plain-English summaries of clinical reports.
Developer Utilities
Format and validate JSON, convert between CSV, XML, YAML, and SQL, generate hashes (MD5, SHA-256), decode JWTs, and work with Base64 encoding.
Font & Typography
Turn your own handwriting into a real, installable .otf font using HandFont Studio's professional typographic canvas and AI stroke-smoothing.
How DoctorDocs Tools Work
Browser-First Processing
The majority of DoctorDocs tools run entirely inside your web browser using two technologies: WebAssembly and the Web Canvas API. WebAssembly (WASM) is a low-level binary format that lets complex software — normally written in C++ and run on servers — execute directly inside Chrome, Firefox, Safari, or Edge at near-native speed. This means that when you merge two PDFs, compress an image, or extract text from a handwritten note, those computations happen on your own device. Nothing is sent to a remote server. There are no file-size limits, no queues, and no privacy concerns about sensitive documents being stored on someone else's infrastructure.
OCR: How Handwriting Becomes Text
Optical Character Recognition (OCR) converts images of text — scanned pages, photographs, handwritten notes, and screenshots — into machine-readable characters. Modern OCR engines use LSTM (Long Short-Term Memory) neural networks that learn contextual patterns across entire words and lines, rather than matching individual letter shapes to a fixed template. This contextual awareness is what allows the engine to correctly interpret a blurry prescription, distinguish "rn" from "m", or read a partially obscured word by inferring from surrounding context. DoctorDocs uses a fine-tuned OCR pipeline optimised specifically for medical handwriting — one of the most challenging OCR domains due to unconventional abbreviations, drug names, and non-standard letterforms.
PDF Tools: What Happens Inside Your Browser
PDF processing on DoctorDocs is powered by two open-source libraries compiled to WebAssembly: PDF.js (by Mozilla) for reading and rendering PDF content, and pdf-lib for creating and modifying PDF documents. When you merge two PDFs, pdf-lib reads the cross-reference tables from each file, combines the page trees, deduplicates shared resources (fonts, images), and writes a new PDF binary — all in RAM inside your browser tab. No bytes ever touch a server. The same applies to splitting, rotating, compressing, adding page numbers, watermarking, and form filling. The only exception is OCR on scanned PDFs, where advanced AI models are optionally invoked via our secure API after explicit user consent.
AI Features: Gemini and Secure API Calls
For tasks that exceed what client-side WASM can handle — interpreting blood test panels, summarising long documents, translating complex medical reports, or analysing glyph quality in HandFont Studio — DoctorDocs routes requests through the Google Gemini API via our own backend. The backend never stores document content; data is passed through, processed, and immediately discarded. Requests are authenticated, rate-limited per user, and transmitted over TLS. AI features are clearly labelled on each tool page and require a free DoctorDocs account to prevent abuse and cover the marginal API cost.
Font Creation: From Pen Strokes to Installable Fonts
HandFont Studio is DoctorDocs's most unique tool. It lets you draw your own handwriting on a professional typographic canvas — complete with ascender, cap-height, x-height, baseline, and descender guide lines — and instantly download a real .otf font file that installs in Windows, macOS, Microsoft Word, Adobe Photoshop, Canva, and Figma. Behind the scenes, every stroke is processed through a Catmull-Rom spline algorithm that eliminates mouse jitter and produces smooth curves. A velocity-based pressure simulation varies the stroke width the same way a real ink pen does — thinner on fast strokes, broader on slow deliberate ones. The resulting smooth outlines are converted to OpenType Bézier paths and assembled into a valid font binary entirely in the browser.
The Most Comprehensive Tool Collection on the Planet.
We are incredibly proud to host absolutely every document, image, and text utility you could possibly need, completely free and running blazing fast in your browser. But perfection is a moving target. If there is any tool you want that isn't here, we want to build it for you.
Request a New ToolFrequently Asked Questions
Are these tools really free?
Yes. Every tool on this page is completely free with no account required for basic use. We sustain the site through non-intrusive advertisements. There are no hidden paywalls, no file-size limits on core tools, and no watermarks on downloaded files.
Do my files get uploaded to a server?
For the majority of tools — PDF utilities, image editors, OCR, and font creation — all processing happens locally inside your web browser using WebAssembly and the Web Canvas API. Your files never leave your device. Advanced AI-powered features (like AI summarisation or lab result interpretation) route data through our secure API with zero data retention.
Why do some tools require sign-in?
Computationally intensive AI features (like downloading a custom font file or running Gemini Vision analysis) require a free DoctorDocs account to prevent abuse and cover API costs. Sign-in is free via Google or GitHub — no credit card needed.
What browsers are supported?
All tools work in any modern browser — Chrome, Firefox, Safari, and Edge — on desktop, tablet, and mobile. Camera-based scanning requires a device with a camera and browser camera permissions. WebAssembly (required for local OCR) is supported by 96% of browsers worldwide.
How is DoctorDocs different from iLovePDF or Smallpdf?
Most PDF services upload your files to remote servers, impose file-size caps, and require subscriptions for bulk use. DoctorDocs processes core PDF operations entirely in your browser — zero uploads, no size caps, instant results. Our medical and OCR tools are also tailored to healthcare documents, a niche that generic PDF platforms do not serve well.
Can I embed these tools on my website?
Yes. Each tool page has an 'Embed this tool' section with a ready-to-paste iFrame snippet. Visitors to your site can use the tool directly without leaving your page, and they are not required to create a DoctorDocs account.