"""pdf2audiobook: turn a PDF into a narrated MP3 audiobook. Pipeline: extract text -> scan/repair OCR defects -> voice sampling -> sentence-aware chunking -> resumable edge-tts synthesis -> ffmpeg stitch -> ID3v2.4 CHAP chapter markers. """ __version__ = "0.1.0"