Skip to content

Commit

Permalink
👠
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Oct 7, 2024
1 parent 286638c commit 7981b46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ This project makes it easy to export the contents of any ebook in your Kindle li

_You must own the ebook on Kindle for this project to work._

The [examples directory](./examples/B0819W19WD) contains a preview export of the first page of the scifi book [Revelation Space](https://www.amazon.com/gp/product/B0819W19WD?ref_=dbs_m_mng_rwt_calw_tkin_0&storeType=ebooks) by [Alastair Reynolds](https://www.goodreads.com/author/show/51204.Alastair_Reynolds), including the [preview PDF output](./examples/B0819W19WD/book-preview.pdf).

### How does it work?

It works by logging into your [Kindle web reader](https://read.amazon.com) account using [Playwright](https://playwright.dev), exporting each page of a book as a PNG image, and then using a vLLM (`gpt-4o` or `gpt-4o-mini`) to transcribe the text from each page to text. Once we have the raw book contents and metadata, then it's easy to convert it to PDF, EPUB, etc. 🔥
Expand Down Expand Up @@ -89,8 +87,6 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev
</tbody>
</table>

The [examples folder](./examples/B0819W19WD) contains a **PREVIEW** of the output for the first page of [Revelation Space](https://www.amazon.com/gp/product/B0819W19WD?ref_=dbs_m_mng_rwt_calw_tkin_0&storeType=ebooks) by [Alastair Reynolds](https://www.goodreads.com/author/show/51204.Alastair_Reynolds). It only contains the first page because I wanted to respect the author's copyright, but this should be enough for you to get a feel for what the output looks like.

> [!NOTE]
> Exporting audio books with AI-generated voice narration is coming soon! Please star the repo if you're interested in this feature.
Expand Down

0 comments on commit 7981b46

Please sign in to comment.