skills/smithery.ai/pdf-reading

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 extraction
  • PyPDF2 - Python library for PDF manipulation
  • pdftotext - Command-line tool from poppler-utils

Quick Extraction

Command Line (Fast)

# Extract all text from a PDF
pdftotext /root/artifacts/paper.pdf -
Installs
2
First Seen
Apr 11, 2026