pz / pdf2zh /__init__.py
github-actions[bot]
GitHub deploy: ec524f8885a8220ac96f04d1c0f21b3e1e69500e
1bf3e6e
raw
history blame contribute delete
197 Bytes
import logging
from pdf2zh.high_level import translate, translate_stream
log = logging.getLogger(__name__)
__version__ = "1.9.2"
__author__ = "Byaidu"
__all__ = ["translate", "translate_stream"]