# PDF Processor

> PDF Processor Skill

- Skill: `gskuza/pdf-processor` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gskuza/pdf-processor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gskuza/pdf-processor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: GSkuza (https://skillmd.com/u/gskuza)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gskuza/pdf-processor

---

# PDF Processor Skill

## Skill Name
`pdf-processor`

## Description
Skill for processing and extracting text from PDF files, with support for Polish language and diacritical characters.

## Capabilities
- Extracting text from PDF files
- OCR support for scanned documents
- Detecting Polish diacritical characters
- Text cleaning and normalization

## Usage
```yaml
skill: pdf-processor
options:
  ocr: true
  language: "pol"
  output-format: "markdown"
  preserve-layout: false
```

## Scripts
- `scripts/extract.py` - Main PDF extraction script
- `scripts/clean.py` - Text cleaning utilities

## Output
Returns cleaned text in Markdown or plain text format.

