Metadata-Version: 2.5
Name: z-pdf2zh-next
Version: 2.9.0.post2026081802
Summary: 基于 BabelDOC 的 PDF 翻译定制版本
Project-URL: Homepage, https://github.com/PDFMathTranslate-next/PDFMathTranslate-next
Author-email: awwaawwa <aw@funstory.ai>
Maintainer-email: awwaawwa <aw@funstory.ai>
License-Expression: AGPL-3.0
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.14,>=3.10
Requires-Dist: azure-ai-translation-text<=1.0.1
Requires-Dist: chardet>=5.2.0
Requires-Dist: deepl
Requires-Dist: fastapi>=0.115.12
Requires-Dist: fonttools
Requires-Dist: gradio-i18n==0.3.4
Requires-Dist: gradio-pdf>=0.0.21
Requires-Dist: gradio<5.36
Requires-Dist: httpx>=0.28.1
Requires-Dist: legacy-cgi; python_version >= '3.13'
Requires-Dist: numpy
Requires-Dist: ollama
Requires-Dist: openai>=1.0.0
Requires-Dist: peewee>=3.17.8
Requires-Dist: pydantic-settings>=2.8.1
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pymupdf<1.25.3
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: sse-starlette>=2.3.3
Requires-Dist: tenacity
Requires-Dist: tencentcloud-sdk-python-tmt
Requires-Dist: tqdm
Requires-Dist: uvicorn>=0.34.2
Requires-Dist: xinference-client
Requires-Dist: z-babeldoc==0.6.2.post2026081801
Description-Content-Type: text/markdown

# z-pdf2zh-next

`z-pdf2zh-next` 是基于 pdf2zh-next `2.9.0` 维护的定制 PDF
翻译发行包，并固定依赖配套的 `z-babeldoc==0.6.2.post2026081801`。

## 安装

```bash
python -m pip install z-pdf2zh-next==2.9.0.post2026081802
```

安装本包时会自动安装对应版本的 `z-babeldoc`。

## 使用

发行包名称为 `z-pdf2zh-next`，Python 导入名称和命令行入口保持与上游兼容：

```python
import pdf2zh_next

print(pdf2zh_next.__version__)
```

```bash
pdf2zh --help
```

## 版本说明

- 上游版本：pdf2zh-next `2.9.0`
- 定制发行版本：`2.9.0.post2026081802`
- 配套依赖：`z-babeldoc==0.6.2.post2026081801`
- Python 版本：`>=3.10,<3.14`

## 上游与许可证

本包基于
[PDFMathTranslate-next](https://github.com/PDFMathTranslate-next/PDFMathTranslate-next)
构建，继续遵循 AGPL-3.0 许可证。原项目的作者、版权和许可证声明予以保留。
