feat: Release v0.10 - Modular Architecture & External Config
- Refactor codebase into src/ (preprocessing, translation, assembly) - Add pipeline/ scripts for individual stages - Externalize configuration to config/config.yaml - Fix Cover Image preservation - Update documentation and manuals
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# EPUB Bilingual Translator
|
||||
|
||||
Current Version: 0.10 (In Development)
|
||||
Architecture: v2 (Modular)
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
python main.py input/book.epub
|
||||
```
|
||||
|
||||
## Architecture
|
||||
|
||||
See `doc/architecture_flow.md` for details.
|
||||
Reference in New Issue
Block a user