skills/pdf-to-dataset/SKILL.md
Extract tables, forms, invoices, and semi-structured PDF content into CSV and JSON datasets through the hosted Skills runtime.
npx skillsauth add hasna/skills pdf-to-datasetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert PDF content into structured datasets and extraction reports. The implementation runs through the hosted Skills runtime, so agents get the instruction file and generated artifacts without receiving parser source, scripts, or model code.
dataset.json, dataset.csv, schema.json, extraction-report.md, and manifest.json.skills run pdf-to-dataset -- --input ./invoice.pdf --schema "invoice_number,date,total,vendor"
skills run pdf-to-dataset -- --input ./reports --mode tables --output ./exports/pdf-data
| Option | Description | Default |
|--------|-------------|---------|
| --input <path-or-url> | PDF file, folder, or URL | required |
| --schema <fields> | Comma-separated field hints | inferred |
| --mode <mode> | tables, forms, invoice, or auto | auto |
| --output <dir> | Output directory | current run export directory |
| --pages <ranges> | Page ranges like 1-3,8 | all pages |
skills auth login.skills mcp --register all
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates