pdf-translation
Installation
SKILL.md
PDF Translation Workflow
Phase 1: Extract PDF
uv run python scripts/extract_pdf.py data/pdfs/<filename>.pdf
Outputs (in data/markdown/):
| File | Purpose |
|---|---|
<name>.md |
Clean text (markitdown) |
<name>_pages.md |
With <!-- PAGE N --> markers |
images/<name>/ |
Extracted images |
Phase 2: Configure Chapters
- Generate template:
uv run python scripts/split_chapters.py --init - Edit
chapters.json: