Redacting sensitive data without sending it to the cloud
Problem
Staff needed to redact personal information from scanned TIFFs and PDFs, and the documents could not be uploaded to third-party services.
What I built
A Python desktop tool. Users draw redaction boxes page by page and export a sanitised copy; everything runs locally.
Result
Sensitive records stay entirely off third-party cloud services.
Stack
- Python
- PyMuPDF
- Tkinter