What does "private PDF AI" actually mean?+
It depends on the tool. For utility operations (compress, merge, split), private usually means the file is processed locally in your browser with no upload — verifiable via DevTools. For AI features (summarize, Q&A, analysis), fully private AI isn't possible because a model must process some data. The meaningful distinction is whether the tool sends your full file or only extracted text to the AI model.
Can I use AI to analyze a confidential PDF without uploading it?+
For pure utilities (compress, split, merge), yes — these can run entirely in the browser with zero upload. For AI analysis (summarize, ask questions, flag risks), some data must reach a model, so zero-upload AI isn't possible. The best current option: tools that extract and send only the text, not the file. That limits what leaves your device to the document's text content, not the original file.
How is a browser-side PDF tool different from a server-side one?+
Browser-side (client-side): the PDF is opened and processed by JavaScript running in your browser tab. The bytes never leave your device. Server-side: the file is uploaded to the provider's servers, processed there, and usually deleted after a window. The server-side version can offer heavier processing (AI models, complex conversions) but the file leaves your device. Browser-side is limited to operations JavaScript can handle, but the file stays with you.
Does DockDocs upload my PDF files?+
It depends on which tool you use. Utility tools (compress, merge, split, rotate, reorder, crop, watermark, image conversion, redact) process your file entirely in the browser — run them with DevTools open and you'll see no file upload. AI tools (chat, summarize, analyze, compare) extract the text from your document and send that to the AI model — not the file itself. The AI tools pages state this directly.
Is "encrypted upload" the same as private?+
No. Encryption protects the file in transit, but your file still left your device and reached the provider's server. Encryption is necessary for any upload — but it doesn't change the fact that the upload happened. "Never uploaded" and "uploaded securely" are different privacy postures.