doc-cleaner
Convert PDF, Office, and e-books into clean Markdown
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install doc-cleaner?▼
Run `npx skills add notoriouslab/doc-cleaner --all -g -y` in your terminal to install it globally for your agent.
How to convert PDF to Markdown offline?▼
Run `python cleaner.py --input file.pdf --ai none` for fully local extraction with no API keys or network access. Tables and CJK text are preserved automatically.
What file formats does doc-cleaner support?▼
It handles 16 formats including PDF, DOCX, XLSX, CSV, PPTX, Apple Keynote, Numbers, Pages, EPUB, DXF, and TXT, all converted to Markdown.
Can doc-cleaner handle scanned PDFs?▼
Yes. Scanned PDFs are routed to an AI vision mode using Gemini, Groq, or a local Ollama model to rebuild the text and tables.
Is doc-cleaner safe for private financial documents?▼
Yes. The `--ai none` and `--ai ollama` modes process everything locally, so statements and sensitive files never leave your machine.
Related Repositories in Content & Communication
View All in Content & Communication→skills
Official Anthropic skills for documents, design, and developer workflows
humanizer
Rewrite AI-sounding text so it reads like a person wrote it
UniGetUI
Automate software translation reviews, diffs, and localization quality checks