Pdf text extraction
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
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.
What its author says it does
Copied from the file, not written here
Use this skill to extract text from PDF files to determine their subject matter.
SKILL.md
0.5 KB, 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.).