pdf-reading
SKILL.md
PDF Reading Skill
This skill helps agents extract information from PDF documents.
Tools Available
The environment has these PDF tools pre-installed:
pdfplumber- Python library for precise text/table extractionPyPDF2- Python library for PDF manipulationpdftotext- Command-line tool from poppler-utils
Quick Extraction
Command Line (Fast)
# Extract all text from a PDF
pdftotext /root/artifacts/paper.pdf -