rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
44 stars 2 forks source link

Improvement: Add ability to ingest .epub format books #47

Open rmusser01 opened 1 month ago

rmusser01 commented 1 month ago

As a user, I would like to be able to select / upload an epub document/book, have the text content of the document extracted, and ingested into the database with keyword tagging.

I would further like ability to search across it and use it for some sort of Q/A RAG thing in the future. (Will split off into its own issue once epub ingestion is supported)

Calibre cli: (Calibre CLI -> convert X book format to raw text -> Ingest into DB) https://manual.calibre-ebook.com/generated/en/ebook-convert.html https://manual.calibre-ebook.com/conversion.html#conversion

Existing projects: https://github.com/Medusa-ML/Book-Summarizer/tree/main

https://unix.stackexchange.com/questions/647686/convert-epub-to-txt-and-preserve-original-formatting