AI redaction tool

AI image redaction tool

Manual redaction is slow and easy to get wrong. Redacted combines OCR with a small named-entity model to find personal information for you, then masks it in one click — all without sending anything to a server.

What the AI does

What the AI does not do

How to use the AI

  1. Drop, paste, or open an image.
  2. Click Detect text.
  3. Wait a few seconds for the model to run (faster on machines with WebGPU).
  4. Review the masks. Add or remove any.
  5. Download the cleaned image.

Why on-device AI matters here

The whole point of redacting an image is to not expose it. Sending it to a remote AI service would defeat that. Redacted ships the OCR and PII models as part of the app, so the image stays on your device from open to download.

Privacy

OCR model: runs in WebAssembly (or WebGPU on supported browsers). PII detection: small ONNX model loaded into the browser. Neither sends data anywhere.

FAQ

What models are used?

A PaddleOCR detection + recognition pair for text reading, and a BERT-small PII NER model for names. All bundled into the app.

Does it use ChatGPT or another LLM?

No. The models are small and special-purpose, optimised for fast on-device inference.

How fast is it?

A typical screenshot processes in a couple of seconds on a modern laptop. Larger images and very dense text take longer. WebGPU acceleration speeds it up further when available.

Try the AI redaction tool

Related Redacted pages

Browse all guides