PDFTranslator / pdf2zh /webapp /__init__.py
hoang.nguyen6
deploy
f66643d unverified
Raw
History Blame Contribute Delete
276 Bytes
"""Gradio web app for end-to-end PDF translation.
Submodules: ``config`` and ``runner`` are framework-agnostic (importable without
Gradio); ``ui`` holds the Gradio layout. Kept import-light on purpose so the
agnostic modules can be unit-tested without pulling in Gradio.
"""