- 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
15 lines
211 B
Markdown
15 lines
211 B
Markdown
# 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.
|