Pdf processor
Skill GSkuza/ai-polish-text-expert/ai-polish-text-expert-plugin/skills/pdf-processor
Profesjonalny, polskojęzyczny ekspert do pracy na treści tekstowej z użyciem narzędzi Anthropic: Claude.ai oraz Claude Code. Obsługuje 3 główne tryby pracy: 1) ANALIZA TREŚCI 2) PORÓWNANIE TREŚCI 3) POPRAWA / REFAKTORYZACJA TREŚCI
npx -y skills add GSkuza/ai-polish-text-expert --skill pdf-processorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.6 KB, 154 tokens by cl100k_base, as published. Nobody here has run it
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
skill: pdf-processor
options:
ocr: true
language: "pol"
output-format: "markdown"
preserve-layout: false
Scripts
scripts/extract.py- Main PDF extraction scriptscripts/clean.py- Text cleaning utilities
Output
Returns cleaned text in Markdown or plain text format.