From 97d34c0aaf997cd34f284dc6b906dab4ae4eea61 Mon Sep 17 00:00:00 2001 From: bitscuit Date: Tue, 25 Aug 2026 14:41:10 +0200 Subject: [PATCH] README: add LLM-assistance / not-human-verified disclaimer --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e11eb7..2aecf80 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ # pdf-to-audiobook +> **Disclaimer:** this codebase was written with the assistance of a large +> language model (an AI assistant) and has NOT been reviewed or verified by +> a human. Read the code before relying on it with irreplaceable files. + Turn a PDF into a narrated MP3 audiobook: text extraction, OCR-defect reporting and repair, voice sampling, resumable free edge-tts synthesis, ffmpeg stitching, and ID3 chapter markers. -Proven on a 546-page scanned book: 546 pages in, a 14h MP3 out, 100+ -chapters, zero cost. +Tested end-to-end (by the AI that wrote it, not a human) on a 546-page +scanned book (14h MP3 out, 100+ chapters) and on a clean digital PDF, zero +cost. ## How it works