mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
fix(lang|performance): resolve lang parameter issue and speed up OCR/table parsing
- Fix lang parameter ineffectiveness during table parsing model initialization - Resolve significant slowdown in OCR and table parsing speed in CPU mode - Update changelog in README.md and README_zh-CN.md
This commit is contained in:
@@ -48,6 +48,9 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte
|
||||
</div>
|
||||
|
||||
# Changelog
|
||||
- 2025/04/16 1.3.7 Released
|
||||
- Fixed the issue where the `lang` parameter was ineffective during table parsing model initialization.
|
||||
- Fixed the significant slowdown in OCR and table parsing speed in `cpu` mode.
|
||||
- 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.
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
</div>
|
||||
|
||||
# 更新记录
|
||||
- 2025/04/22 1.3.7 发布
|
||||
- 修复表格解析模型初始化时lang参数失效的问题
|
||||
- 修复在`cpu`模式下ocr和表格解析速度大幅下降的问题
|
||||
- 2025/04/16 1.3.4 发布
|
||||
- 通过移除一些无用的块,小幅提升了ocr-det的速度
|
||||
- 修复部分情况下由footnote导致的页面内排序错误
|
||||
|
||||
Reference in New Issue
Block a user