pdf-analyzer
Installation
SKILL.md
PDF Analyzer
Overview
Extract text, tables, and structured data from PDF files and convert them into usable formats. This skill handles text extraction, table detection, metadata reading, and output formatting for single or multi-page PDFs.
Instructions
When a user asks you to analyze, read, parse, or extract data from a PDF file, follow these steps:
Step 1: Identify the PDF and goal
Determine the file path and what the user wants extracted:
- Full text: All readable text from every page
- Tables: Structured tabular data
- Metadata: Title, author, creation date, page count
- Specific sections: Targeted content from certain pages
- Summary: A condensed version of the document contents
Related skills