Skip to content

Commit 8cd6158

Browse files
committed
Update README
1 parent bb8f8c2 commit 8cd6158

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OpenReader WebUI is a document reader with Text-to-Speech capabilities, offering
1919
- 💾 **Local-First Architecture**: Uses IndexedDB browser storage for documents
2020
- 🛜 **Optional Server-side documents**: Manually upload documents to the next backend for all users to download
2121
- 📖 **Read Along Experience**: Follow along with highlighted text as the TTS narrates
22-
- 📄 **Document formats**: EPUB, PDF, DOCX (with libreoffice installed)
22+
- 📄 **Document formats**: EPUB, PDF, TXT, MD, DOCX (with libreoffice installed)
2323
- 🎧 **Audiobook Creation**: Create and export audiobooks from PDF and ePub files **(in m4b format with ffmpeg and aac TTS output)**
2424
- 📲 **Mobile Support**: Works on mobile devices, and can be added as a PWA web app
2525
- 🎨 **Customizable Experience**:
@@ -35,7 +35,8 @@ OpenReader WebUI is a document reader with Text-to-Speech capabilities, offering
3535
- [x] **Support for GPT-4o Mini TTS with instructions**
3636
- [x] **Intial e2e testing**: More playwright tests (in progress)
3737
- [x] **Orpheus-FastAPI support**: (in progress, submitted PR to Orpheus-FastAPI)
38-
- [ ] **More document formats**: .txt, .md, native .docx support
38+
- [x] **More document formats**: .txt, .md added
39+
- [ ] **Native .docx support** (currently requires libreoffice)
3940
- [ ] **Support non-OpenAI TTS APIs**: ElevenLabs, etc.
4041
- [ ] **Accessibility Improvements**
4142

@@ -181,9 +182,13 @@ This project would not be possible without standing on the shoulders of these gi
181182
- **EPUB:**
182183
- [react-reader](https://github.com/gerhardsletten/react-reader)
183184
- [epubjs](https://github.com/futurepress/epub.js/)
185+
- **Markdown/Text:**
186+
- [react-markdown](https://github.com/remarkjs/react-markdown)
187+
- [remark-gfm](https://github.com/remarkjs/remark-gfm)
184188
- **UI:**
185189
- [Tailwind CSS](https://tailwindcss.com)
186190
- [Headless UI](https://headlessui.com)
191+
- [@tailwindcss/typography](https://tailwindcss.com/docs/typography-plugin)
187192
- **TTS:** (tested on)
188193
- [Kokoro FastAPI TTS](https://github.com/remsky/Kokoro-FastAPI/tree/v0.0.5post1-stable)
189194
- [Orpheus FastAPI TTS](https://github.com/Lex-au/Orpheus-FastAPI)

0 commit comments

Comments
 (0)