Jelajahi Sumber

Merge pull request #2466 from opendatalab/dev

docs(changelog): remove pdfminer.six version pinning from release notes
Xiaomeng Zhao 6 bulan lalu
induk
melakukan
212cfcf24a
2 mengubah file dengan 1 tambahan dan 5 penghapusan
  1. 1 3
      README.md
  2. 0 2
      README_zh-CN.md

+ 1 - 3
README.md

@@ -50,10 +50,8 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte
 # Changelog
 - 2025/04/29 1.3.10 Released
   - Support for custom formula delimiters can be achieved by modifying the `latex-delimiter-config` item in the `magic-pdf.json` file under the user directory.
-  - Pinned `pdfminer.six` to version `20250324` to prevent parsing failures caused by new versions.
 - 2025/04/27 1.3.9 Released  
-  - Optimized the formula parsing function to improve the success rate of formula rendering  
-  - Updated `pdfminer.six` to the latest version, fixing some abnormal PDF parsing issues
+  - Optimized the formula parsing function to improve the success rate of formula rendering
 - 2025/04/23 1.3.8 Released
   - The default `ocr` model (`ch`) has been updated to `PP-OCRv4_server_rec_doc` (model update required)
     - `PP-OCRv4_server_rec_doc` is trained on a mix of more Chinese document data and PP-OCR training data, enhancing recognition capabilities for some traditional Chinese characters, Japanese, and special characters. It supports over 15,000 recognizable characters, improving text recognition in documents while also boosting general text recognition.

+ 0 - 2
README_zh-CN.md

@@ -49,10 +49,8 @@
 # 更新记录
 - 2025/04/29 1.3.10 发布
   - 支持使用自定义公式标识符,可通过修改用户目录下的`magic-pdf.json`文件中的`latex-delimiter-config`项实现。
-  - 锁定`pdfminer.six`至`20250324`版本,以避免新版本导致的解析失败问题。
 - 2025/04/27 1.3.9 发布
   - 优化公式解析功能,提升公式渲染的成功率
-  - 更新`pdfminer.six`到最新版本,修复了部分pdf解析异常问题
 - 2025/04/23 1.3.8 发布
   - `ocr`默认模型(`ch`)更新为`PP-OCRv4_server_rec_doc`(需更新模型)
     - `PP-OCRv4_server_rec_doc`是在`PP-OCRv4_server_rec`的基础上,在更多中文文档数据和PP-OCR训练数据的混合数据训练而成,增加了部分繁体字、日文、特殊字符的识别能力,可支持识别的字符为1.5万+,除文档相关的文字识别能力提升外,也同时提升了通用文字的识别能力。