| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mineru-2.6.4-py3-none-any.whl | 2025-11-04 | 1.3 MB | |
| mineru-2.6.4-released source code.tar.gz | 2025-11-04 | 16.1 MB | |
| mineru-2.6.4-released source code.zip | 2025-11-04 | 16.3 MB | |
| README.md | 2025-11-04 | 1.1 kB | |
| Totals: 4 Items | 33.7 MB | 3 | |
What's Changed
- 2025/11/04 2.6.4 Release
- Added timeout configuration for PDF image rendering, default is 300 seconds, can be configured via environment variable
MINERU_PDF_RENDER_TIMEOUTto prevent long blocking of the rendering process caused by some abnormal PDF files. -
Added CPU thread count configuration options for ONNX models, default is the system CPU core count, can be configured via environment variables
MINERU_INTRA_OP_NUM_THREADSandMINERU_INTER_OP_NUM_THREADSto reduce CPU resource contention conflicts in high concurrency scenarios. -
2025/11/04 2.6.4 发布
- 为pdf渲染图片增加超时配置,默认为300秒,可通过环境变量
MINERU_PDF_RENDER_TIMEOUT进行配置,防止部分异常pdf文件导致渲染过程长时间阻塞。 - 为onnx模型增加cpu线程数配置选项,默认为系统cpu核心数,可通过环境变量
MINERU_INTRA_OP_NUM_THREADS和MINERU_INTER_OP_NUM_THREADS进行配置,以减少高并发场景下的对cpu资源的抢占冲突。
Full Changelog: https://github.com/opendatalab/MinerU/compare/mineru-2.6.3-released...mineru-2.6.4-released