SkillHub

pdf-extract

v1.0.0

Extract text from PDF files for LLM processing

Sourced from ClawHub, Authored by Xejrax

Installation

Please help me install the skill `pdf-extract` from SkillHub official store. npx skills add Xejrax/pdf-extract

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