PDF Redaction

Quick Start PDF Redaction Studio

On-Premise PDF Redaction Studio

Our On-Premise PDF Redaction Studio delivers air-gapped security and complete control over your AI, data, and models. Run the studio inside your network to redact documents, maintain data sovereignty, and enable continuous learning on proprietary data without exposing sensitive information.

Features

  • Professional PDF Redaction: Advanced tools for redacting text, images, and metadata from PDFs
  • AI-Powered Detection: Automatic detection of PII, sensitive data, and custom patterns
  • Custom Redaction Rules: Define your own redaction patterns and rules
  • User-Friendly Interface: Intuitive drag-and-drop interface built with React and Next.js
  • Real-time Preview: See redactions in real-time before applying changes
  • Secure Processing: All processing happens on your own infrastructure
  • Flexible Licensing: Free trial available, with pay-as-you-go and subscription options

Demo

You can try it out for free before start local installation at https://studio.pdf-redaction.com

Pricing & Licensing

  • Free Trial: Get started with a 14-days free trial to explore all features
  • Pay-as-you-go: Flexible licensing option that scales with your usage
  • Subscription Plans: Volume-based subscriptions for teams and enterprises

For detailed pricing information, visit Pricing page.

Valid license key is required to start the service. You can obtain a free trial or a commercial license here.


🛠 Quick Start

🚀 Instant Install self-hosted PDF Redaction Studio

  • Option A (curl):

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/StabRise/pdf-redaction-studio/main/install.sh)"
  • Option B (wget):

    /bin/bash -c "$(wget -qO- https://raw.githubusercontent.com/StabRise/pdf-redaction-studio/main/install.sh)"

🐳 Manual Installation with Docker Compose

If you prefer manual setup or want to customize the installation:

  1. Clone or download the repository files:

    Option A - Clone the repository:

    git clone https://github.com/StabRise/pdf-redaction-studio.git
    cd pdf-redaction-studio

    Option B - Download individual files:

    mkdir pdf-redaction-studio && cd pdf-redaction-studio
    curl -O https://raw.githubusercontent.com/StabRise/pdf-redaction-studio/main/docker-compose.yaml
    curl -O https://raw.githubusercontent.com/StabRise/pdf-redaction-studio/main/.env.example
  2. Configure environment variables:

    cp .env.example .env
    # Edit .env and add your license key from https://pdf-redaction.com/licenses/
  3. Start the services:

    docker compose up -d
  4. Access the application: Open http://localhost:3000 in your browser

GitHub repository with docker compose.yaml and example .env : https://github.com/StabRise/pdf-redaction-studio

Useful Docker Compose commands:

  • docker compose logs -f - Follow logs in real-time
  • docker compose down - Stop and remove containers
  • docker compose restart - Restart the services
  • docker compose ps - Show running containers

🐳 Docker Images

This project uses the following Docker images:

You can pull individual images separately:

docker pull stabrise/pdf-redaction-studio-backend:latest
docker pull stabrise/pdf-redaction-studio-frontend:latest
docker pull stabrise/pdf-redaction-api:latest

Explore the On‑Premise PDF Redaction Studio — Public Demo

View a hosted demo of our on‑premise redaction studio. For production deployments, install inside your environment or behind a firewall to ensure full isolation and compliance.

View Demo