You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,14 @@
14
14
OpenReader WebUI is a document reader with Text-to-Speech capabilities, offering a TTS read along experience with narration for both PDF and EPUB documents. It can use any OpenAI compatible TTS endpoint, including [Kokoro-FastAPI](https://github.com/remsky/Kokoro-FastAPI).
15
15
16
16
- 🎯 **TTS API Integration**: Compatible with OpenAI text to speech API, Kokoro FastAPI TTS, or any other compatible service; enabling high-quality voice narration
17
-
- 💾 **Local-First Architecture**: Uses IndexedDB browser storage - no server uploads required
17
+
- 💾 **Local-First Architecture**: Uses IndexedDB browser storage for documents
18
18
- 🛜 **Optional Server-side documents**: Manually upload documents to the next backend for all users to download
19
19
- 📖 **Read Along Experience**: Follow along with highlighted text as the TTS narrates
20
-
- 📚 **EPUB Support**: Read EPUB files with table of contents
21
-
- 📄 **PDF Support**: Read PDF files with clean text extraction
20
+
- 📄 **Document formats**: EPUB, PDF, DOCX
22
21
- 🎧 **Audiobook Creation**: Create and export audiobooks from PDF and ePub files with m4b format
23
22
- 📲 **Mobile Support**: Works on mobile devices, and can be added as a PWA web app
0 commit comments