Skip to main content

No project description provided

Project description

PdfRedact

PyPI - Version PyPI - Python Version

A robust PDF redaction library that securely removes sensitive information while preserving document integrity.

Features at a Glance

🔒 Comprehensive Redaction

  • Handles both visual content and searchable text layers
  • True removal of sensitive information

⚙️ Flexible Configuration

  • Adjustable image quality (DPI)
  • Configurable text handling (invisible or removed)
  • Cross-platform support (Windows & Unix)

🛠️ Professional-Grade Tools

  • High-resolution image processing
  • Precise coordinate-based redaction
  • Document searchability preservation

Installation

pip install pdfredact

Dependencies

  • Python 3.10+
  • Poppler (PDF to image conversion)
  • Pillow (Image processing)
  • ReportLab (PDF generation)

Windows Setup

Windows users must install Poppler and either:

  • Set the POPPLER_PATH environment variable
  • Provide the path explicitly in function calls

How It Works

The redaction process follows a secure two-step approach:

  1. Image Layer Redaction 📸

    • Converts PDF pages to high-resolution images
    • Applies black rectangles to specified areas
    • Maintains quality through configurable DPI
  2. Text Layer Processing 📝

    • Generates a new searchable text layer
    • Removes or obscures text in redacted regions
    • Preserves document searchability

Usage Example

from pdfredact import redact_pdf_to_images, build_text_redacted_pdf

# Define redaction areas using page coordinates
redactions = [{
    "bounds": {
        "left": 100,
        "right": 200,
        "top": 50,
        "bottom": 75
    },
    "tokensJsons": [...],  # Token information
    "rawText": "sensitive text"
}]

# Step 1: Generate redacted images
redacted_images = redact_pdf_to_images(
    pdf_bytes=pdf_content,
    pawls_pages=page_data,
    page_annotations=[redactions],
    dpi=300
)

# Step 2: Create final PDF with redacted text layer
build_text_redacted_pdf(
    output_pdf="redacted_document.pdf",
    redacted_images=redacted_images,
    pawls_pages=page_data,
    page_redactions=[redactions],
    dpi=300,
    hide_text=True  # Text remains copyable but invisible
)

Best Practices

📋 Quality Assurance

  • Use 300+ DPI for optimal output quality
  • Verify redactions through:
    • Visual inspection
    • Copy/paste testing
    • Text extraction tool verification

⚠️ Known Limitations

  • Processing time scales with DPI and document size
  • Large documents require substantial memory
  • Image-based PDFs need special handling

Security Advisory

⚠️ Important: Always verify redacted documents thoroughly. The PDF format is complex and support can vary. Multiple verification methods are recommended for sensitive materials.

Disclaimer: We are not liable for consequences arising from improperly redacted PDFs.

License

pdfredact is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfredact-0.0.5.tar.gz (401.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pdfredact-0.0.5-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file pdfredact-0.0.5.tar.gz.

File metadata

  • Download URL: pdfredact-0.0.5.tar.gz
  • Upload date:
  • Size: 401.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for pdfredact-0.0.5.tar.gz
Algorithm Hash digest
SHA256 34ffbe5dfba0e3fea833f2c83c4440da490efabcd52e2781895ec35b451a2fd0
MD5 79aed04b4047acb1224fba371cd8947f
BLAKE2b-256 88ebb0e1333a8ba55831f155cb4aea88c30aa7ddb8214d788ea93c093461c632

See more details on using hashes here.

File details

Details for the file pdfredact-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: pdfredact-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for pdfredact-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ada019520edc03ca22e2e82f753e07d80508e149aca90c8bf9366668e5579d52
MD5 67301027732c1845bc6236c305cdc1d5
BLAKE2b-256 e98df6978eab2717d761df45a997b4c171433439813b3e0c684470614e2a0e3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page