fix(docker): use requirements.txt export from uv to make dependencies consistent uv.lock
A HTTP server converting PDF file to text blocks.
This project uses PyMuPDF and complies with its open-source licensing obligations.
Install uv, and then install pre-commit:
uv tool install pre-commit --with pre-commit-uv --force-reinstall
To run the checks on-demand repeatedly until it passes. If you see mypy errors you might need to provide typing hints where requested.
uv run pre-commit run --all-files
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
PDF Parser
A HTTP server converting PDF file to text blocks.
This project uses PyMuPDF and complies with its open-source licensing obligations.
Developing
Install
Install uv, and then install pre-commit:
Coding Style Guidelines
To run the checks on-demand repeatedly until it passes. If you see mypy errors you might need to provide typing hints where requested.