Redacting a document set before production is a labour-intensive, high-stakes task — a single missed redaction can leak privileged or personal data. This estimator projects the review hours and cost for a redaction project from page count, redaction density, reviewer speed, and rate, with an optional boost for technology-assisted review.
How it works
The tool weights pages by how many actually need redactions, converts to hours at your review speed, applies a technology multiplier and a QC pass, then costs it:
effective_pages = total × (1 + density_weight × redactable_share)
base_hours = effective_pages / pages_per_hour
adj_hours = base_hours / tech_multiplier
total_hours = adj_hours × (1 + qc_percent)
cost = total_hours × hourly_rate
Pages with redactions count for more effort than blank ones, technology assistance divides the hours, and the QC pass adds a verification margin on top.
Tips and notes
Use your team’s measured throughput rather than a generic page rate, since complexity swings it dramatically — dense PII or privilege review can be three to five times slower than light redactions. Technology-assisted redaction genuinely cuts hours on structured data, but always keep a human QC pass, because automated detection misses context-dependent privilege and can over- or under-redact. If a vendor quotes per page or a flat project fee, convert it against this hourly estimate to check the two are consistent before signing. The figures here are a budgeting aid; actual effort depends on document quality, native vs image formats, and the redaction standard required.