PDF Extract

Extract text from PDF files for LLM processing

Demerzels-lab 11ae701 2 files · 733 B Updated 10 repo stars

File contents

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

Demerzels-lab/elsamultiskill/tree/main/public/skills/xejrax/pdf-extract commit 11ae701f30

Frequently asked questions

npx skillmds@latest add demerzels-lab/pdf-extract