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", }, ], }, }
Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text.
# Extract all text from a PDF
pdf-extract "document.pdf"
# Extract text from specific pages
pdf-extract "document.pdf" --pages 1-5
7w4.net提供免費和付費技能下載。
sudo dnf install poppler-utils
整體質量偏低。這個 Skill 的文件說明寫得不錯,但本質上只是一個使用指南,缺少實際可執行的程式碼。使用者拿到手後無法直接使用,需要自己編寫實現。建議選擇其他有完整程式碼實現且功能驗證過的 Skill。