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

  1. Generate template: uv run python scripts/split_chapters.py --init
  2. Edit chapters.json:
Installs
3
First Seen
Jun 12, 2026
pdf-translation — wayne930242/beneath-cursed-moon