Skip to content

Commit 170ee6f

Browse files
committed
chore: Bump project version to 1.9.3
1 parent 3c26f10 commit 170ee6f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ In the following table, we list all advanced options for reference:
240240
| `--dir` | [batch translate] | `pdf2zh --dir /path/to/translate/` |
241241
| `--config` | [configuration file](https://github.com/Byaidu/PDFMathTranslate/blob/main/docs/ADVANCED.md#cofig) | `pdf2zh --config /path/to/config/config.json` |
242242
| `--serverport` | [custom gradio server port] | `pdf2zh --serverport 7860` |
243+
|`--babeldoc`| Use Experimental backend [BabelDOC](https://funstory-ai.github.io/BabelDOC/) to translate |`pdf2zh --babeldoc` -s openai example.pdf|
243244

244245
For detailed explanations, please refer to our document about [Advanced Usage](./docs/ADVANCED.md) for a full list of each option.
245246

docs/README_zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ $env:HF_ENDPOINT = https://hf-mirror.com
240240
| `--dir` | [批量翻译] | `pdf2zh --dir /path/to/translate/` |
241241
| `--config` | [配置文件](https://github.com/Byaidu/PDFMathTranslate/blob/main/docs/ADVANCED.md#cofig) | `pdf2zh --config /path/to/config/config.json` |
242242
| `--serverport` | [自定义 gradio 服务器端口] | `pdf2zh --serverport 7860` |
243-
243+
| `--babeldoc`| 使用实验性后端 [BabelDOC](https://funstory-ai.github.io/BabelDOC/) 翻译 |`pdf2zh --babeldoc` -s openai example.pdf|
244244
有关详细说明,请参阅我们的文档 [高级用法](./docs/ADVANCED.md),以获取每个选项的完整列表。
245245

246246
<h2 id="downstream">二次开发 (API)</h2>

pdf2zh/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
log = logging.getLogger(__name__)
55

6-
__version__ = "1.9.2"
6+
__version__ = "1.9.3"
77
__author__ = "Byaidu"
88
__all__ = ["translate", "translate_stream"]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdf2zh"
3-
version = "1.9.2"
3+
version = "1.9.3"
44
description = "Latex PDF Translator"
55
authors = [{ name = "Byaidu", email = "[email protected]" }]
66
license = "AGPL-3.0"
@@ -74,7 +74,7 @@ max-line-length = 88
7474

7575

7676
[bumpver]
77-
current_version = "1.9.2"
77+
current_version = "1.9.3"
7878
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"
7979

8080
[bumpver.file_patterns]

0 commit comments

Comments
 (0)