From 7b14a87b9d7c78c803ddd158a97c5e32f06c4804 Mon Sep 17 00:00:00 2001 From: myhloli Date: Fri, 24 Oct 2025 17:13:08 +0800 Subject: [PATCH] fix: update version number to 2.6.1 in README and README_zh-CN --- README.md | 2 +- README_zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 806c66e5..893dd058 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ # Changelog -- 2025/10/24 2.6.0 Release +- 2025/10/24 2.6.1 Release - `pipeline` backend optimizations - Added experimental support for Chinese formulas, which can be enabled by setting the environment variable `export MINERU_FORMULA_CH_SUPPORT=1`. This feature may cause a slight decrease in MFR speed and failures in recognizing some long formulas. It is recommended to enable it only when parsing Chinese formulas is needed. To disable this feature, set the environment variable to `0`. - `OCR` speed significantly improved by 200%~300%, thanks to the optimization solution provided by [@cjsdurj](https://github.com/cjsdurj) diff --git a/README_zh-CN.md b/README_zh-CN.md index 7bd2b336..9883519d 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -44,7 +44,7 @@ # 更新记录 -- 2025/10/24 2.6.0 发布 +- 2025/10/24 2.6.1 发布 - `pipline`后端优化 - 增加对中文公式的实验性支持,可通过配置环境变量`export MINERU_FORMULA_CH_SUPPORT=1`开启。该功能可能会导致MFR速率略微下降、部分长公式识别失败等问题,建议仅在需要解析中文公式的场景下开启。如需关闭该功能,可将环境变量设置为`0`。 - `OCR`速度大幅提升200%~300%,感谢 [@cjsdurj](https://github.com/cjsdurj) 提供的优化方案