Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 729 Bytes

File metadata and controls

39 lines (30 loc) · 729 Bytes

PDF Word Censor Tool

A minimal Streamlit app to censor sensitive words in PDF files before sharing them with AI tools or third parties.

What it does

  • Upload a PDF
  • Select sensitive text or areas
  • Permanently censor content
  • Export a clean PDF

Why it exists

  • Protect confidential information
  • Safely use PDFs with AI
  • Runs fully locally

Installation

git clone https://github.com/arrowxpr/pdf-censor
cd pdf-censor
pip install -r requirements.txt
streamlit run app.py

Use cases

  • AI document analysis
  • Client file redaction
  • Internal document sharing

Tech stack

  • Python
  • Streamlit
  • PyMuPDF
  • Pillow
  • Streamlit Drawable Canvas

Status

Minimal. Fast. Privacy-first.