4 Commits

Author SHA1 Message Date
97d34c0aaf README: add LLM-assistance / not-human-verified disclaimer 2026-08-25 14:41:10 +02:00
052b8398e9 Merge Gitea initial commit (keep its LICENSE) 2026-08-25 14:16:11 +02:00
a1796e82aa pdf-to-audiobook: PDF -> narrated MP3 via edge-tts
Pipeline: extract (pdftotext) -> scan (OCR-defect report + fix template)
-> clean (noise/header removal, hyphenation, exact-string/regex OCR
repairs, chapter-heading detection) -> voices (sample + comparison)
-> chunk (sentence-aware) -> synth (resumable edge-tts) ->
stitch (ffmpeg concat + RMS verify) -> chapters (ID3v2.4 CHAP).

Config-driven per book; validated end-to-end on a clean digital PDF
and on a 546-page scanned book (byte-identical clean output to the
reference run, 95 auto-detected chapters).
2026-08-25 14:15:50 +02:00
de2cb31f73 Initial commit 2026-08-25 11:24:08 +00:00