SMRTR ProgrammingDec 23, 2025Hacker News

X-ray: a Python library for finding bad redactions in PDF documents

SMRTR summary

Free Law Project developed x-ray, a Python library that detects improperly redacted PDFs by identifying black rectangles drawn over readable text instead of proper redactions. The tool analyzes millions of court documents, using PyMuPDF to find rectangles and check if underlying text remains selectable, helping expose security vulnerabilities in legal document handling.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.