larryhudson / astro-sqlite-tts-feed

astro-sqlite-tts-feed
5 stars 0 forks source link

Idea: creating articles from EPUB files #24

Open larryhudson opened 1 year ago

larryhudson commented 1 year ago

A few months ago I made a start at extracting content from EPUB files. See the 'extract-epub.js' file in the root of the project.

EPUB files are basically zip files of HTML files, so it's fairly straightforward to do this.

Now that the web app is a bit more mature, and can handle multiple feeds and tweaking text content of articles, I think it's a good time to introduce extracting from EPUBs.

Things to think about:

larryhudson commented 1 year ago

I should do this in a way that will make sense for adding other document formats - eg. PDF and Word docs. So not making all of this stuff epub-specific.