Instant Document Cleaner & Redactor

Strip metadata and redact sensitive text from documents

Category: Privacy Tools · Execution: FRONTEND-API

Input schema

Parameters accepted by this tool:

[
    {
        "type": "textarea",
        "name": "content",
        "label": "Content to Clean",
        "placeholder": "Paste text with potential sensitive information...",
        "required": true,
        "rows": 10
    },
    {
        "type": "checkbox",
        "name": "redact_emails",
        "label": "Redact Email Addresses",
        "default": true
    },
    {
        "type": "checkbox",
        "name": "redact_phones",
        "label": "Redact Phone Numbers",
        "default": true
    },
    {
        "type": "checkbox",
        "name": "redact_ips",
        "label": "Redact IP Addresses",
        "default": true
    },
    {
        "type": "checkbox",
        "name": "redact_ssn",
        "label": "Redact SSN Patterns",
        "default": true
    },
    {
        "type": "checkbox",
        "name": "redact_credit_cards",
        "label": "Redact Credit Card Numbers",
        "default": true
    },
    {
        "type": "checkbox",
        "name": "redact_urls",
        "label": "Redact URLs",
        "default": false
    },
    {
        "type": "text",
        "name": "custom_redact",
        "label": "Custom Pattern (regex)",
        "placeholder": "e.g., \\bCONFIDENTIAL\\b",
        "hint": "Optional regex pattern to redact."
    },
    {
        "type": "checkbox",
        "name": "normalize_whitespace",
        "label": "Normalize Whitespace",
        "default": true
    }
]

Also by itsfully.online

Agentic AI in the Browser — book cover
eBook 97 KB

Agentic AI in the Browser

Use-Cases for Privacy-First, Browser-Native Agentic Workflows

Published by itsfully.online · First edition — June 2026

$4.99 Get on Gumroad →