# Just Redact Just Redact is a free, browser-based utility for permanently redacting sensitive information from PDF documents. ## Core Security Model - **100% Client-Side**: All processing occurs locally via WebAssembly (PDF.js). No files are uploaded to any server. - **Permanent Flattening**: Documents are exported as flattened images (rasterization). This physically destroys underlying text and metadata, preventing recovery via copy-paste or OCR. ## Key Features - Local-only processing (Privacy-first) - Search-and-Redact (Keyword removal) - Manual Draw & Text Selection modes - High-resolution image export (PDF flattening) - Zero account requirement / No tracking ## Technical Stack - PDF.js (Parsing/Rendering) - jsPDF (Exporting) - Tailwind CSS (UI)