What problem does it solve?
Many important documents are locked in PDFs, scanned images, or complex layouts that block search, extraction, and downstream analysis; this skill converts those sources into searchable, editable, and structured text so you can read, analyze, or repurpose content quickly.
Core Features & Use Cases
- Remote URL extraction using web_extract for fast PDF-to-markdown conversion without local dependencies.
- Lightweight local parsing with pymupdf for plain text extraction, basic tables, split/merge operations, image extraction, and metadata inspection.
- High-quality OCR and layout analysis with marker-pdf for scanned documents, equations, forms, and complex layouts, including a disk space check and optional LLM-boosted post-processing.
- Recommendations for DOCX parsing via python-docx and guidance to use the powerpoint skill for PPTX files.
- Typical use cases include extracting arXiv papers, batch-processing reports and invoices, pulling tables for financial analysis, and saving embedded images for review.
Quick Start
Extract the full text and any tables from the provided document (URL or local PDF) and return the output in Markdown.