|
2 | 2 | > **If you're sharing the translated result publicly and no experienced human translator participated in a throughout translating or proofreading, please mark it as machine translation somewhere clear to see.**
|
3 | 3 |
|
4 | 4 | # BallonTranslator
|
5 |
| -[简体中文](/README.md) | English | [pt-BR](doc/README_PT-BR.md) | [Русский](doc/README_RU.md) | [日本語](doc/README_JA.md) | [Indonesia](doc/README_ID.md) | [Tiếng Việt](doc/README_VI.md) |
| 5 | +[简体中文](/README.md) | English | [pt-BR](doc/README_PT-BR.md) | [Русский](doc/README_RU.md) | [日本語](doc/README_JA.md) | [Indonesia](doc/README_ID.md) | [Tiếng Việt](doc/README_VI.md) | [한국어](doc/README_KO.md) |
6 | 6 |
|
7 | 7 | Yet another computer-aided comic/manga translation tool powered by deep learning.
|
8 | 8 |
|
@@ -34,6 +34,7 @@ preview
|
34 | 34 | If you don't want to install Python and Git by yourself and have access to the Internet:
|
35 | 35 | Download BallonsTranslator_dev_src_with_gitpython.7z from [MEGA](https://mega.nz/folder/gmhmACoD#dkVlZ2nphOkU5-2ACb5dKw) or [Google Drive](https://drive.google.com/drive/folders/1uElIYRLNakJj-YS0Kd3r3HE-wzeEvrWd?usp=sharing), unzip it and run launch_win.bat.
|
36 | 36 | Run scripts/local_gitpull.bat to get the latest update.
|
| 37 | +Note these provided packages cannot run on Windows 7, Win 7 users need to install [Python 3.8](https://www.python.org/downloads/release/python-3810/) and run the source code. |
37 | 38 |
|
38 | 39 | ## Run the source code
|
39 | 40 |
|
@@ -216,6 +217,7 @@ This project is heavily dependent upon [manga-image-translator](https://github.c
|
216 | 217 | * The current implementation uses OCR on each textblock individually, resulting in slower speed and no significant improvement in accuracy. It is not recommended. If needed, please use the Tuanzi Detector instead.
|
217 | 218 | * When using the Tuanzi Detector for text detection, it is recommended to set OCR to none_ocr to directly read the text, saving time and reducing the number of requests.
|
218 | 219 | * For detailed instructions, see **Tuanzi OCR Instructions**: ([Chinese](doc/团子OCR说明.md) & [Brazilian Portuguese](doc/Manual_TuanziOCR_pt-BR.md) only)
|
| 220 | +* Added as an "optional" PaddleOCR module. In Debug mode you will see a message stating that it is not there. You can simply install it by following the instructions described there. If you don’t want to install the package yourself, just uncomment (remove the `#`) the lines with paddlepaddle(gpu) and paddleocr. Bet everything at your own peril andrisk. For me (bropines) and two testers, everything was installed fine, you may have an error. Write about it in issue and tag me. |
219 | 221 |
|
220 | 222 | ## Inpainting
|
221 | 223 | * AOT is from [manga-image-translator](https://github.com/zyddnys/manga-image-translator).
|
|
0 commit comments