Pārlūkot izejas kodu

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
myhloli 6 mēneši atpakaļ
vecāks
revīzija
8d9070db10
2 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 3 0
      README.md
  2. 3 0
      README_zh-CN.md

+ 3 - 0
README.md

@@ -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.

+ 3 - 0
README_zh-CN.md

@@ -47,6 +47,9 @@
 </div>
 
 # 更新记录
+- 2025/04/22 1.3.7 发布
+  - 修复表格解析模型初始化时lang参数失效的问题
+  - 修复在`cpu`模式下ocr和表格解析速度大幅下降的问题
 - 2025/04/16 1.3.4 发布
   - 通过移除一些无用的块,小幅提升了ocr-det的速度
   - 修复部分情况下由footnote导致的页面内排序错误