Pdf text extraction
Use this skill to extract text from PDF files to determine their subject matter.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill pdf-text-extractionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.5 KB, 87 tokens by cl100k_base, as published. Nobody here has run it
PDF Text Extraction Skill
This skill provides a mechanism to extract text from PDF files using pdftotext (part of poppler-utils) to identify keywords for subject classification.
Usage
pdftotext <file.pdf> - | head -n 20
This extracts the first 20 lines of a PDF, which is typically sufficient to determine the paper's subject (Title, Abstract, etc.).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.