diff options
| author | Tadas Vilkeliskis <vilkeliskis.t@gmail.com> | 2026-02-08 16:17:26 -0500 |
|---|---|---|
| committer | Tadas Vilkeliskis <vilkeliskis.t@gmail.com> | 2026-02-08 16:17:26 -0500 |
| commit | 42e267d2d551c56a44f8dea704667451a4677b2f (patch) | |
| tree | 07d07b6331927367abfd58c7cac45dc35aa7dcaf /llms.txt | |
| parent | 7a18a37ebf3f389518d96dd6dba92774f04ee912 (diff) | |
marketing
Diffstat (limited to 'llms.txt')
| -rw-r--r-- | llms.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/llms.txt b/llms.txt new file mode 100644 index 0000000..f36fcf3 --- /dev/null +++ b/llms.txt @@ -0,0 +1,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) |
