8/24/2026 at 8:16:22 PM
I've done something similar myself with Kindle Cloud Reader a few months ago. For the purpose of language learning, I wanted to extract the surrounding context of every word I highlighted in books I read. Turns out it's impossible only with the device.On Kindle Cloud Reader, Amazon serves images for the pages of the book, so you can't directly read the text. But you can indeed OCR the images and extract the context like that. I created a small browser extension with Claude.
It's crazy how difficult Amazon made this process for reasonable use cases like that.
by tetec1
8/24/2026 at 11:13:10 PM
I was able to extract "looked up" words (with surrounding context) from the on-device Sqlite database. Example code: https://github.com/joshgummersall/ankix/blob/main/internal/k...It's not perfect, but it's usually enough context to produce a decent translation.
by basetensucks
8/24/2026 at 8:23:24 PM
is it impossible now to crack the file directly to get all of the books text out? there used to be a few ways to decrypt them in calibre and similarby nemomarx
8/24/2026 at 8:36:51 PM
Amazon is clamping down on export paths. It's probably only a matter of time before Kindle Cloud Reader gets locked down with DRM too.by Seattle3503
8/24/2026 at 9:50:04 PM
It seems like lots of newer books can't be viewed on cloud reader now anywayby resoluteteeth