diff --git a/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.en.md b/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.en.md
index fb85f131ac..4f234883b8 100644
--- a/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.en.md
+++ b/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.en.md
@@ -307,7 +307,6 @@ The above data is from:
* Paddle 3.0
* PaddleOCR 3.0.0
-* PaddleX 3.0.0
* MinerU 1.3.10
* CUDA 11.8
* cuDNN 8.9
@@ -518,14 +517,14 @@ Use default configuration.
Success Number/Total Number |
- 4卡*1
+ 4 GPUs * 1 |
4 |
1.69 |
2.36 |
1 |
- 4卡*4 |
+ 4 GPUs * 4 |
16 |
4.05 |
3.87 |
diff --git a/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.md b/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.md
index a9a3217987..92a9f44178 100644
--- a/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.md
+++ b/docs/version3.x/algorithm/PP-StructureV3/PP-StructureV3.md
@@ -307,7 +307,6 @@
* Paddle 3.0正式版
* PaddleOCR 3.0.0正式版
-* PaddleX 3.0.0正式版
* MinerU 1.3.10
* CUDA 11.8
* cuDNN 8.9
@@ -315,98 +314,6 @@
## 3.2 测试数据
1. 本地推理
-
-
-
-
-
-
-
- |
- Pipeline Configurations |
- Average time per page (s) |
- Average CPU (%) |
- Peak RAM Usage (MB) |
- Average RAM Usage (MB) |
- Average GPU (%) |
- Peak VRAM Usage (MB) |
- Average VRAM Usage (MB) |
-
-
- PP-StructureV3 |
- Basic |
- 1.77 |
- 111.4 |
- 6822.4 |
- 5278.2 |
- 38.9 |
- 17403 |
- 16909.3 |
-
-
- Use chart recognition pipeline |
- 4.09 |
- 105.3 |
- 5628 |
- 4085.1 |
- 24.7 |
- 17403 |
- 17030.9 |
-
-
- Use PP-OCRv5_mobile_det + PP-OCRv5_mobile_rec |
- 1.56 |
- 113.7 |
- 6712.9 |
- 5052 |
- 29.1 |
- 10929 |
- 10840.7 |
-
-
- Use PP-FormulaNet_plus-M |
- 1.42 |
- 112.9 |
- 6944.1 |
- 5193.6 |
- 38 |
- 16390 |
- 15840 |
-
-
- Use PP-OCRv5_mobile_det + PP-OCRv5_mobile_rec + PP-FormulaNet_plus-M |
- 1.15 |
- 114.8 |
- 6666.5 |
- 5105.4 |
- 26.1 |
- 8606 |
- 8517.2 |
-
-
- Use PP-OCRv5_mobile_det + PP-OCRv5_mobile_rec + PP-FormulaNet_plus-M, and max input length of text detection set to 1200 |
- 0.99 |
- 113 |
- 7172.9 |
- 5686.4 |
- 29.2 |
- 8776 |
- 8680.8 |
-
-
- MinerU |
- - |
- 1.57 |
- 142.9 |
- 13655.8 |
- 12083 |
- 43.3 |
- 32406 |
- 9915.4 |
-
-
-
-
测试硬件:NVIDIA Tesla V100 + Intel Xeon Gold 6271C
@@ -601,14 +508,14 @@
- Instances Number |
- Concurrent Requests Number |
- Throughput |
- Average Latency (s) |
- Success Number/Total Number |
+ 实例数 |
+ 并发请求数 |
+ 吞吐 |
+ 平均时延(s) |
+ 成功请求数/总请求数 |
- 4卡*1
+ 4卡*1 |
4 |
1.69 |
2.36 |
diff --git a/docs/version3.x/module_usage/doc_img_orientation_classification.md b/docs/version3.x/module_usage/doc_img_orientation_classification.md
index 24291b216c..7336b4b465 100644
--- a/docs/version3.x/module_usage/doc_img_orientation_classification.md
+++ b/docs/version3.x/module_usage/doc_img_orientation_classification.md
@@ -168,7 +168,7 @@ for res in output:
-* 其中,`model_name` 必须指定,指定 `model_name` 后,默认使用 PaddleX 内置的模型参数,在此基础上,指定 `model_dir` 时,使用用户自定义的模型。
+* 其中,`model_name` 必须指定,指定 `model_name` 后,默认使用内置的模型参数,在此基础上,指定 `model_dir` 时,使用用户自定义的模型。
* 调用文档图像方向分类模型的 `predict()` 方法进行推理预测,该方法会返回一个结果列表。另外,本模块还提供了 `predict_iter()` 方法。两者在参数接受和结果返回方面是完全一致的,区别在于 `predict_iter()` 返回的是一个 `generator`,能够逐步处理和获取预测结果,适合处理大型数据集或希望节省内存的场景。可以根据实际需求选择使用这两种方法中的任意一种。`predict()` 方法参数有 `input` 和 `batch_size`,具体说明如下:
diff --git a/docs/version3.x/module_usage/doc_vlm.md b/docs/version3.x/module_usage/doc_vlm.md
index 3a723bcf4c..1b52ed804d 100644
--- a/docs/version3.x/module_usage/doc_vlm.md
+++ b/docs/version3.x/module_usage/doc_vlm.md
@@ -148,7 +148,7 @@ for res in results:
-* 其中,`model_name` 必须指定,指定 `model_name` 后,默认使用 PaddleX 内置的模型参数,在此基础上,指定 `model_dir` 时,使用用户自定义的模型。
+* 其中,`model_name` 必须指定,指定 `model_name` 后,默认使用内置的模型参数,在此基础上,指定 `model_dir` 时,使用用户自定义的模型。
* 调用文档类视觉语言模型的 `predict()` 方法进行推理预测,该方法会返回一个结果列表。另外,本模块还提供了 `predict_iter()` 方法。两者在参数接受和结果返回方面是完全一致的,区别在于 `predict_iter()` 返回的是一个 `generator`,能够逐步处理和获取预测结果,适合处理大型数据集或希望节省内存的场景。可以根据实际需求选择使用这两种方法中的任意一种。`predict()` 方法参数有 `input` 、 `batch_size`,具体说明如下:
diff --git a/docs/version3.x/module_usage/formula_recognition.md b/docs/version3.x/module_usage/formula_recognition.md
index b54950f426..60eabc3aeb 100644
--- a/docs/version3.x/module_usage/formula_recognition.md
+++ b/docs/version3.x/module_usage/formula_recognition.md
@@ -186,7 +186,7 @@ sudo apt-get install texlive texlive-latex-base texlive-xetex latex-cjk-all texl
model_name |
模型名称 |
str |
-所有PaddleX支持的模型名称 |
+所有支持的模型名称 |
无 |
@@ -219,7 +219,7 @@ sudo apt-get install texlive texlive-latex-base texlive-xetex latex-cjk-all texl
-* 其中,`model_name` 必须指定,指定 `model_name` 后,默认使用 PaddleX 内置的模型参数,在此基础上,指定 `model_dir` 时,使用用户自定义的模型。
+* 其中,`model_name` 必须指定,指定 `model_name` 后,默认使用内置的模型参数,在此基础上,指定 `model_dir` 时,使用用户自定义的模型。
* 调用公式识别模型的 `predict()` 方法进行推理预测,该方法会返回一个结果列表。另外,本模块还提供了 `predict_iter()` 方法。两者在参数接受和结果返回方面是完全一致的,区别在于 `predict_iter()` 返回的是一个 `generator`,能够逐步处理和获取预测结果,适合处理大型数据集或希望节省内存的场景。可以根据实际需求选择使用这两种方法中的任意一种。`predict()` 方法参数有 `input` 和 `batch_size`,具体说明如下:
diff --git a/docs/version3.x/module_usage/seal_text_detection.md b/docs/version3.x/module_usage/seal_text_detection.md
index 5667f70046..65cfdb6193 100644
--- a/docs/version3.x/module_usage/seal_text_detection.md
+++ b/docs/version3.x/module_usage/seal_text_detection.md
@@ -45,7 +45,7 @@ comments: true
- 性能测试环境
- - 测试数据集:PaddleX自建数据集,包含500张圆形印章图像。
+ - 测试数据集:自建的内部数据集,包含500张圆形印章图像。
- 硬件配置: