Returns cleaned text in Markdown or plain text format.
1---2name: pdf-processor3description: PDF Processor Skill4---5# PDF Processor Skill67## Skill Name8`pdf-processor`910## Description11Skill for processing and extracting text from PDF files, with support for Polish language and diacritical characters.1213## Capabilities14- Extracting text from PDF files15- OCR support for scanned documents16- Detecting Polish diacritical characters17- Text cleaning and normalization1819## Usage20```yaml21skill: pdf-processor22options:23 ocr: true24 language: "pol"25 output-format: "markdown"26 preserve-layout: false27```2829## Scripts30- `scripts/extract.py` - Main PDF extraction script31- `scripts/clean.py` - Text cleaning utilities3233## Output34Returns cleaned text in Markdown or plain text format.
Run npx skillmds@latest add gskuza/pdf-processor in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
PDF Processor Skill It is listed under Docs & Writing on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
GSkuza (@gskuza) published this skill. Their other Agent Skills are listed on their SkillMD profile.