What problem does it solve?
This Skill removes the friction of converting PDFs, scans, and office documents into usable text, markdown, and structured data so you can search, summarize, and reuse information without manual copy-paste.
Core Features & Use Cases
- Remote-first extraction: For document URLs, it tries web_extract before any local processing, making it ideal for arXiv papers, reports, and publicly hosted PDFs.
- Local PDF and OCR workflows: It uses pymupdf for fast text-based PDFs and marker-pdf for scanned documents, equations, tables, forms, reading order, and layout-heavy files.
- Office and research documents: It supports DOCX parsing with python-docx and points PowerPoint work to the dedicated powerpoint skill.
- Practical examples: Use it to pull text from a scanned invoice, convert a research paper into markdown, extract tables from a report, or save images embedded in a PDF.
Quick Start
Ask the AI to extract the text, tables, or markdown from your document, using web_extract for a URL or the local pymupdf and marker-pdf helpers when OCR is needed.