설명 없음

Byaidu 892db7ec80 doc 1 년 전
pdf2zh d1c246c0e9 feat: add debug exc_info 1 년 전
.gitignore a0d87c73aa feat (translator, convertor): add support for DeepLX 1 년 전
LICENSE 04e1dedd8e Update LICENSE 1 년 전
README.md cf657c66e9 doc: fix tg 1 년 전
README_zh-CN.md 892db7ec80 doc 1 년 전
setup.py cef7512295 add ollama 1 년 전

README.md

English | 简体中文

PDFMathTranslate

PDF scientific paper translation and bilingual comparison.

  • 📊 Retain formulas and charts.

  • 📄 Preserve table of contents.

  • 🌐 Support multiple translation services.

Installation

Require Python version >=3.8, <=3.11

pip install -U "pdf2zh>=1.5.3"

Usage

Execute the translation command in the command line to generate the translated document example-zh.pdf and the bilingual document example-dual.pdf in the current directory.

Translate the entire document

pdf2zh example.pdf

Translate part of the document

pdf2zh example.pdf -p 1-3,5

Translate with the specified language

See Languages Codes.

pdf2zh example.pdf -li en -lo ja

Translate with Ollama

See Ollama.

pdf2zh example.pdf -s gemma2

Translate with DeepLX

See DeepLX.

  1. Set ENVs to construct an endpoint like {DEEPLX_URL}/{DEEPLX_TOKEN}/translate:

    • DEEPLX_URL, e.g., export DEEPLX_URL=https://api.deeplx.org
    • DEEPLX_TOKEN, e.g., export DEEPLX_TOKEN=ABCDEFG
  2. Run:

    pdf2zh example.pdf -s deeplx
    

Use regex to specify formula fonts and characters that need to be preserved

pdf2zh example.pdf -f "(CM[^RT].*|MS.*|.*Ital)" -c "(\(|\||\)|\+|=|\d|[\u0080-\ufaff])"

Preview

image

image

image

Acknowledgement

Document merging: PyMuPDF

Document parsing: Pdfminer.six

Document extraction: MinerU

Multi-threaded translation: MathTranslate

Layout parsing: DocLayout-YOLO

Document standard: PDF Explained, PDF Cheat Sheets

Star History

Star History Chart