A high-performance PDF text extraction and OCR tool designed for automated document digitization and data parsing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pdf-text-extractor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pdf-text-extractor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
PDF Text Extractor is a versatile utility for Openclaw Skills that enables seamless text recovery from both native text-based PDFs and scanned image documents. By leveraging integrated OCR technology via Tesseract.js, it transforms static files into actionable data without requiring external dependencies, making it an ideal choice for developers building document-heavy workflows.
This skill focuses on speed and accuracy, providing users with multiple output formats including Markdown, JSON, and HTML. It simplifies complex document processing tasks, such as handling password-protected files and preserving document structures, ensuring that your Openclaw Skills have access to the highest quality text data for content analysis or LLM processing.
Install the skill using the following command:
clawhub install pdf-text-extractor
You can then configure the extraction behavior in your config file:
{
"ocr": {
"enabled": true,
"defaultLanguage": "eng",
"quality": "medium"
}
}
The skill returns a structured response object detailing the extraction results and file properties:
| Property | Type | Description |
|---|---|---|
text |
string | The full extracted content of the document |
pages |
number | Total number of pages processed |
wordCount |
number | Total word count based on extraction |
metadata |
object | PDF properties including title, author, and creation date |
method |
string | Indicates whether 'text' or 'ocr' was used |
language |
string | The detected or specified language of the text |
Loading
An automated framework for curating high-quality content and generating affiliate-monetized email newsletters at scale.

A high-performance AI agent skill that aggregates your schedule, tasks, weather, and urgent communications into a single, actionable morning report.

A comprehensive tool for formatting and linting markdown documents to ensure professional consistency across various style guides.

An automated engine for generating high-converting, SEO-optimized landing pages using proven copywriting frameworks and responsive design.

A comprehensive automated price monitoring and arbitrage analysis tool for cross-platform e-commerce optimization.

An automated tool for generating high-converting, platform-specific product descriptions using Openclaw Skills.








































