pdf-reader
Installation
SKILL.md
PDF Reader
Extract text, tables, and images from any PDF using pdfjs-dist scripts. All extraction is deterministic — no artificial inference.
Workflow for Large Documents
For documents over ~20 pages, follow this sequence. For short documents, skip to step 3.
1. Understand the document
node scripts/get-info.mjs <pdf>
Returns page count, metadata (title, author, dates), and table of contents.