From 176fd61abf689d938ca80a48651fba4fc3ff9696 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 7 Oct 2024 02:23:13 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8394d3c..95275fe 100644 --- a/readme.md +++ b/readme.md @@ -55,7 +55,7 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev - Playwright exports a PNG screenshot for each page, bypassing Kindle's DRM. + Playwright exports a scaled down PNG screenshot of each page's main content, bypassing Kindle's DRM. First page of Revelation Space by Alastair Reynolds @@ -78,10 +78,10 @@ This [example](./examples/B0819W19WD) uses the first page of the scifi book [Rev - We now have full access to the book's contents and metadata, so we can export it in any format we want. 🎉 + After doing this for each page (and handling chapters + special cases), we now have full access to the book's contents and metadata, so we can export it in any format we want. 🎉 - Preview of the PDF output containing only the first page of the book for example purposes. + Here's a preview of the PDF output containing only the first page of the book for example purposes.