From 1705958f65e6b59a84ef04c0653bf7d669bc5a36 Mon Sep 17 00:00:00 2001 From: myhloli Date: Wed, 16 Apr 2025 17:57:17 +0800 Subject: [PATCH] docs(README): update changelog for v1.3.4 release - Update README.md and README_zh-CN.md with the latest changes - Add new release notes for version 1.3.4 - Include improvements in OCR detection speed and page-level sorting --- README.md | 3 +++ README_zh-CN.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 020b6f3f..1d02b064 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte # Changelog +- 2025/04/16 1.3.4 Released + - Slightly improved the speed of OCR detection by removing some unused blocks. + - Fixed page-level sorting errors caused by footnotes in certain cases. - 2025/04/12 1.3.2 released - Fixed the issue of incompatible dependency package versions when installing in Python 3.13 environment on Windows systems. - Optimized memory usage during batch inference. diff --git a/README_zh-CN.md b/README_zh-CN.md index cf19c0ab..73b749f2 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -47,6 +47,9 @@ # 更新记录 +- 2025/04/16 1.3.4 发布 + - 通过移除一些无用的块,小幅提升了ocr-det的速度 + - 修复部分情况下由footnote导致的页面内排序错误 - 2025/04/12 1.3.2 发布 - 修复了windows系统下,在python3.13环境安装时一些依赖包版本不兼容的问题 - 优化批量推理时的内存占用