fix: update version number to 2.6.1 in README and README_zh-CN

This commit is contained in:
myhloli
2025-10-24 17:13:08 +08:00
parent 0d0ebfd7bc
commit 7b14a87b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
</div>
# 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)