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-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,16 @@ OpenReader WebUI is a document reader with Text-to-Speech capabilities, offering
17
17
- 🎯 **TTS API Integration**: Compatible with OpenAI text to speech API, Kokoro FastAPI TTS, or any other compatible service; enabling high-quality voice narration
18
18
- 💾 **Local-First Architecture**: Uses IndexedDB browser storage - no server uploads required
19
19
- 🛜 **Optional Server-side documents**: Manually upload documents to the next backend for all users to download
20
-
- 🔍 **Smart Text Processing**: Splits content into sentence blocks (ePub tries to split at paragraphs)
21
-
- 📚 **EPUB Support**: Read EPUB files with table of contents and synchronized text
22
-
- 📄 **PDF Support**: Read PDF files with text extraction and page navigation
20
+
- 📖 **Read Along Experience**: Follow along with highlighted text as the TTS narrates
21
+
- 🎧 **Audiobook Creation**: Create and export audiobooks from PDF and ePub files with m4b format
22
+
- 📚 **EPUB Support**: Read EPUB files with table of contents
23
+
- 📄 **PDF Support**: Read PDF files with clean text extraction
23
24
- 💬 Follow along with highlighted text as the TTS narrates
24
25
- 📲 **Mobile Support**: Works on mobile devices, and can be added as a PWA web app
0 commit comments