OpenClaw Skillv1.0.0

Pdf Extract

Xejraxby Xejrax
Deploy on EasyClawdfrom $14.9/mo

Extract text from PDF files for LLM processing

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Pdf Extract from the skills panel
Get started — from $14.9/mo
12stars
9,592downloads
116installs
0comments
1versions

Latest Changelog

Initial publish

Tags

latest: 1.0.0

Skill Documentation

---
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

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

# Extract text from specific pages
pdf-extract "document.pdf" --pages 1-5
```

## Install

```bash
sudo dnf install poppler-utils
```
Security scan, version history, and community comments: view on ClawHub