Răsfoiți Sursa

docs: update system requirements and OCR language support in documentation

myhloli 2 săptămâni în urmă
părinte
comite
c9dc5df28d
4 a modificat fișierele cu 15 adăugiri și 15 ștergeri
  1. 4 4
      README.md
  2. 5 5
      README_zh-CN.md
  3. 3 3
      docs/en/quick_start/index.md
  4. 3 3
      docs/zh/quick_start/index.md

+ 4 - 4
README.md

@@ -583,7 +583,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
 - Automatically recognize and convert formulas in the document to LaTeX format.
 - Automatically recognize and convert tables in the document to HTML format.
 - Automatically detect scanned PDFs and garbled PDFs and enable OCR functionality.
-- OCR supports detection and recognition of 84 languages.
+- OCR supports detection and recognition of 109 languages.
 - Supports multiple output formats, such as multimodal and NLP Markdown, JSON sorted by reading order, and rich intermediate formats.
 - Supports various visualization results, including layout visualization and span visualization, for efficient confirmation of output quality.
 - Supports running in a pure CPU environment, and also supports GPU(CUDA)/NPU(CANN)/MPS acceleration
@@ -680,9 +680,9 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
  
 <sup>1</sup> Accuracy metric is the End-to-End Evaluation Overall score of OmniDocBench (v1.5), tested on the latest `MinerU` version.   
 <sup>2</sup> Linux supports only distributions released in 2019 or later.  
-<sup>3</sup> MLX requires macOS 13.5 or later.  
-<sup>4</sup> Windows vLLM support via WSL2.  
-<sup>5</sup> Servers compatible with the OpenAI API, such as `vLLM`/`SGLang`/`LMDeploy`, etc.
+<sup>3</sup> MLX requires macOS 13.5 or later, recommended for use with version 14.0 or higher.
+<sup>4</sup> Windows vLLM support via WSL2(Windows Subsystem for Linux).  
+<sup>5</sup> Servers compatible with the OpenAI API, such as local or remote model services deployed via inference frameworks like `vLLM`, `SGLang`, or `LMDeploy`.
 
 
 ### Install MinerU

+ 5 - 5
README_zh-CN.md

@@ -573,7 +573,7 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
 - 自动识别并转换文档中的公式为LaTeX格式
 - 自动识别并转换文档中的表格为HTML格式
 - 自动检测扫描版PDF和乱码PDF,并启用OCR功能
-- OCR支持84种语言的检测与识别
+- OCR支持109种语言的检测与识别
 - 支持多种输出格式,如多模态与NLP的Markdown、按阅读顺序排序的JSON、含有丰富信息的中间格式等
 - 支持多种可视化结果,包括layout可视化、span可视化等,便于高效确认输出效果与质检
 - 支持纯CPU环境运行,并支持 GPU(CUDA)/NPU(CANN)/MPS 加速
@@ -669,10 +669,10 @@ https://github.com/user-attachments/assets/4bea02c9-6d54-4cd6-97ed-dff14340982c
 </table> 
 
 <sup>1</sup> 精度指标为OmniDocBench (v1.5)的End-to-End Evaluation Overall分数,基于`MinerU`最新版本测试  
-<sup>2</sup> Linux仅支持2019年及以后发行版  
-<sup>3</sup> MLX需macOS 13.5及以上版本支持  
-<sup>4</sup> Windows vLLM通过WSL2实现支持  
-<sup>5</sup> 兼容OpenAI API的服务器,如`vLLM`/`SGLang`/`LMDeploy`等
+<sup>2</sup> Linux仅支持2019年及以后发行版
+<sup>3</sup> MLX需macOS 13.5及以上版本支持,推荐14.0以上版本使用
+<sup>4</sup> Windows vLLM通过WSL2(适用于 Linux 的 Windows 子系统)实现支持  
+<sup>5</sup> 兼容OpenAI API的服务器,如通过`vLLM`/`SGLang`/`LMDeploy`等推理框架部署的本地模型服务器或远程模型服务
 
 > [!TIP]
 > 除以上主流环境与平台外,我们也收录了一些社区用户反馈的其他平台支持情况,详情请参考[其他加速卡适配](https://opendatalab.github.io/MinerU/zh/usage/)。  

+ 3 - 3
docs/en/quick_start/index.md

@@ -87,9 +87,9 @@ A WebUI developed based on Gradio, with a simple interface and only core parsing
  
 <sup>1</sup> Accuracy metric is the End-to-End Evaluation Overall score of OmniDocBench (v1.5), tested on the latest `MinerU` version.   
 <sup>2</sup> Linux supports only distributions released in 2019 or later.  
-<sup>3</sup> MLX requires macOS 13.5 or later.  
-<sup>4</sup> Windows vLLM support via WSL2.  
-<sup>5</sup> Servers compatible with the OpenAI API, such as `vLLM`/`SGLang`/`LMDeploy`, etc.
+<sup>3</sup> MLX requires macOS 13.5 or later, recommended for use with version 14.0 or higher.  
+<sup>4</sup> Windows vLLM support via WSL2(Windows Subsystem for Linux).  
+<sup>5</sup> Servers compatible with the OpenAI API, such as local or remote model services deployed via inference frameworks like `vLLM`, `SGLang`, or `LMDeploy`.  
 
 ### Install MinerU
 

+ 3 - 3
docs/zh/quick_start/index.md

@@ -87,9 +87,9 @@
 
 <sup>1</sup> 精度指标为OmniDocBench (v1.5)的End-to-End Evaluation Overall分数,基于`MinerU`最新版本测试  
 <sup>2</sup> Linux仅支持2019年及以后发行版  
-<sup>3</sup> MLX需macOS 13.5及以上版本支持  
-<sup>4</sup> Windows vLLM通过WSL2实现支持  
-<sup>5</sup> 兼容OpenAI API的服务器,如`vLLM`/`SGLang`/`LMDeploy`等
+<sup>3</sup> MLX需macOS 13.5及以上版本支持,推荐14.0以上版本使用  
+<sup>4</sup> Windows vLLM通过WSL2(适用于 Linux 的 Windows 子系统)实现支持  
+<sup>5</sup> 兼容OpenAI API的服务器,如通过`vLLM`/`SGLang`/`LMDeploy`等推理框架部署的本地模型服务器或远程模型服务  
 
 > [!TIP]
 > 除以上主流环境与平台外,我们也收录了一些社区用户反馈的其他平台支持情况,详情请参考[其他加速卡适配](https://opendatalab.github.io/MinerU/zh/usage/)。