github opendatalab/MinerU mineru-2.6.4-released

10 hours ago

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_TIMEOUT to 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_THREADS and MINERU_INTER_OP_NUM_THREADS to 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_THREADSMINERU_INTER_OP_NUM_THREADS进行配置,以减少高并发场景下的对cpu资源的抢占冲突。

Full Changelog: mineru-2.6.3-released...mineru-2.6.4-released

Don't miss a new MinerU release

NewReleases is sending notifications on new releases.