Skip to content

Commit b411a87

Browse files
committed
Update README.md
1 parent 50877d6 commit b411a87

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111

1212
# OpenReader WebUI 📄🔊
1313

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/tree/v0.0.5post1-stable).
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).
1515

1616
- 🎯 **TTS API Integration**: Compatible with OpenAI text to speech API, Kokoro FastAPI TTS, or any other compatible service; enabling high-quality voice narration
1717
- 💾 **Local-First Architecture**: Uses IndexedDB browser storage - no server uploads required
1818
- 🛜 **Optional Server-side documents**: Manually upload documents to the next backend for all users to download
1919
- 📖 **Read Along Experience**: Follow along with highlighted text as the TTS narrates
20-
- 🎧 **Audiobook Creation**: Create and export audiobooks from PDF and ePub files with m4b format
2120
- 📚 **EPUB Support**: Read EPUB files with table of contents
2221
- 📄 **PDF Support**: Read PDF files with clean text extraction
23-
- 💬 Follow along with highlighted text as the TTS narrates
22+
- 🎧 **Audiobook Creation**: Create and export audiobooks from PDF and ePub files with m4b format
2423
- 📲 **Mobile Support**: Works on mobile devices, and can be added as a PWA web app
2524
- 🎨 **Customizable Experience**:
2625
- 🔑 Set TTS API base URL (with optional API key)
@@ -31,11 +30,11 @@ OpenReader WebUI is a document reader with Text-to-Speech capabilities, offering
3130

3231

3332
### 🛠️ Work in progress
34-
&#x2611; **Audiobook creation and download** (m4b format) <br>
35-
&#x2611; **Get PDFs on iOS working** <br>
36-
&#x2610; **More documents formats**: .txt, .docx, .md, etc. <br>
37-
&#x2610; **End-to-end Testing**: Playwright tests (in progress) <br>
38-
&#x2610; **Accessibility Improvements**: Ongoing
33+
- [x] **Audiobook creation and download** (m4b format)
34+
- [x] **Get PDFs on iOS working**
35+
- [ ] **End-to-end Testing**: More playwright tests (in progress)
36+
- [ ] **More document formats**: .txt, .docx, .md, etc.
37+
- [ ] **Accessibility Improvements**
3938

4039
## 🐳 Docker Quick Start
4140

@@ -155,7 +154,6 @@ Contributions are welcome! Fork the repository and submit a pull request with yo
155154
## Docker Supported Architectures
156155
- linux/amd64 (x86_64)
157156
- linux/arm64 (Apple Silicon)
158-
- linux/arm/v7 (Raspberry Pi)
159157

160158
## Stack
161159

0 commit comments

Comments
 (0)