doc_redaction
Redact personal data from PDFs, images, and spreadsheets
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdoc-redaction-tabular
Redact personally identifiable information from CSV, Excel, Parquet, and DOCX tables.
doc-redaction-modifications
Reapply OCR/CSV redaction edits via /review_apply with coverage verification.
doc-redaction-app
Execute initial PII redaction on PDFs and images via Gradio endpoints.
doc-redaction-task-prompt
Orchestrate two-pass document redaction with review gates and coverage checks.
doc-redact-page-review
Orchestrate two-pass page-level OCR/CSV redaction review and merge.
Frequently Asked Questions
FAQPage SchemaHow to install doc_redaction?▼
Run `npx skills add seanpedrick-case/doc_redaction --all -g -y` in your terminal to install all skills in this suite globally.
What file types can doc_redaction redact?▼
It redacts PII from PDFs, PNG and JPG images, Word documents, and tabular files like CSV, Excel, and Parquet.
How does the two-pass review workflow work?▼
Pass 1 uses OCR and CSV review files to verify and fix redaction boxes, then applies them once. An optional Pass 2 uses a vision model to visually check flagged pages for missed handwriting or signatures.
Can I redact documents without cloud services?▼
Yes. Local OCR engines and spaCy-based detection run entirely on your machine, with AWS Textract, Comprehend, and Bedrock available as optional integrations.
Does doc_redaction work with coding agents?▼
Yes. It ships SKILL.md playbooks and a FastAPI agent endpoint so agents can run redaction, review pages in parallel, and verify coverage programmatically.
Related Repositories in Legal & Compliance
View All in Legal & Compliance→claude-for-legal
AI legal workspace for contracts, privacy, IP, litigation, and compliance
patent-disclosure-skill
Draft Chinese patent disclosures and read patents in plain language
app-privacy-policy-generator
Generate privacy policies and terms for mobile and web apps