🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Pdf Extract

by @xejrax

Extract text from PDF files for LLM processing

Versionv1.0.0
Downloads16,936
Installs216
Stars⭐ 18
TERMINAL
clawhub install pdf-extract

πŸ“– About This Skill


name: pdf-extract description: "Extract text from PDF files for LLM processing" metadata: { "openclaw": { "emoji": "πŸ“„", "requires": { "bins": ["pdftotext"] }, "install": [ { "id": "dnf", "kind": "dnf", "package": "poppler-utils", "bins": ["pdftotext"], "label": "Install via dnf", }, ], }, }

PDF Extract

Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text.

Commands

# Extract all text from a PDF
pdf-extract "document.pdf"

Extract text from specific pages

pdf-extract "document.pdf" --pages 1-5

Install

sudo dnf install poppler-utils