summaryrefslogtreecommitdiff
path: root/llms.txt
blob: f36fcf380e133a49f845f57de24c18cf4284a823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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)