What problem does it solve?
Reading and extracting useful information from PDFs is slow and error-prone when you must manually copy text or reformat content, especially when documents span multiple pages or include tables.
Core Features & Use Cases
- Extracts PDF text to Markdown: Converts multi-page PDFs into a structured Markdown document with page headings.
- Converts detected tables to Markdown: Detects tables and renders them as Markdown tables for easier downstream use.
- Supports structured, multi-page outputs: Keeps page-by-page organization to improve readability and searchability.
- Use case: Convert a policy PDF or a technical document into Markdown so you can quickly summarize it, index it for search, or feed it into other tools.
Quick Start
Ask the skill to read your PDF file at the path you provide and return the extracted content as structured Markdown (including page sections and any detected tables).