Skip to content

Virtual Environment

Coming Soon

English documentation is under construction. Please switch to Chinese for complete documentation.

Can I skip virtual environment management?

If you only use one engine (pdf2zh_next or pdf2zh) and have Python 3.12.0 globally, you can skip virtual environment management:

shell
pip install pdf2zh_next
python server.py --enable_venv=False

Released under MIT License