a31413510 vor 1 Jahr
Ursprung
Commit
1dedc320a0

+ 1 - 1
docs/installation/installation.md

@@ -148,4 +148,4 @@ paddlex --install --platform gitee.com
 ```
 All packages are installed.
 ```
-更多硬件环境的PaddleX安装请参考[PaddleX多硬件使用指南](../other_devices_support/multy_devices_use_guide.md)
+更多硬件环境的PaddleX安装请参考[PaddleX多硬件使用指南](../other_devices_support/multi_devices_use_guide.md)

+ 1 - 1
docs/installation/installation_en.md

@@ -147,4 +147,4 @@ After installation, you will see the following prompt:
 All packages are installed.
 ```
 
-For PaddleX installation on more hardware environments, please refer to the [PaddleX Multi-hardware Usage Guide](../other_devices_support/multy_devices_use_guide_en.md)
+For PaddleX installation on more hardware environments, please refer to the [PaddleX Multi-hardware Usage Guide](../other_devices_support/multi_devices_use_guide_en.md)

+ 1 - 1
docs/installation/paddlepaddle_install.md

@@ -37,7 +37,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.
 ```
 > ❗ **注**:更多飞桨 Wheel 版本请参考[飞桨官网](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/pip/linux-pip.html)。
 
-**关于其他硬件安装飞桨,请参考**[PaddleX多硬件使用指南](../other_devices_support/multy_devices_use_guide.md)**。**
+**关于其他硬件安装飞桨,请参考**[PaddleX多硬件使用指南](../other_devices_support/multi_devices_use_guide.md)**。**
 
 安装完成后,使用以下命令可以验证 PaddlePaddle 是否安装成功:
 

+ 1 - 1
docs/installation/paddlepaddle_install_en.md

@@ -35,7 +35,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.
 ```
 Note: For more PaddlePaddle Wheel versions, please refer to the [PaddlePaddle official website](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/en/install/pip/linux-pip.html).
 
-**For installing PaddlePaddle on other hardware, please refer to** [PaddleX Multi-hardware Usage Guide](../other_devices_support/multy_devices_use_guide_en.md).
+**For installing PaddlePaddle on other hardware, please refer to** [PaddleX Multi-hardware Usage Guide](../other_devices_support/multi_devices_use_guide_en.md).
 
 After installation, you can verify if PaddlePaddle is successfully installed using the following command:
 

+ 3 - 3
docs/other_devices_support/multy_devices_use_guide.md → docs/other_devices_support/multi_devices_use_guide.md

@@ -1,4 +1,4 @@
-简体中文 | [English](installation_other_devices_en.md)
+简体中文 | [English](multi_devices_use_guide_en.md)
 
 # PaddleX多硬件使用指南
 
@@ -29,7 +29,7 @@ PaddleX为您提供了两种安装模式:Wheel包安装和插件安装,下
 安装飞桨后,您可直接执行如下指令快速安装PaddleX的Wheel包:
 
 ```
-pip install pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0.beta1-py3-none-any.whl
+pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0b1-py3-none-any.whl
 ```
 #### 1.2.2 插件安装模式
 若您使用PaddleX的应用场景为**二次开发** ,那么推荐您使用**功能更加强大**的插件安装模式。
@@ -50,7 +50,7 @@ PaddleX支持的插件如下,请您根据开发需求,确定所需的一个
 |通用实例分割|实例分割|PaddleDetection|
 |通用OCR|文本检测<br>文本识别|PaddleOCR|
 |通用表格识别|版面区域检测<br>表格结构识别<br>文本检测<br>文本识别|PaddleOCR<br>PaddleDetection|
-|文档场景信息抽取v3|表格结构识别<br>版面区域检测<br>文本检测<br>文本识别<br>印章文本检测<br>文图像矫正<br>文档图像方向分类|PaddleOCR<br>PaddleDetection<br>PaddleClas |
+|文档场景信息抽取v3|表格结构识别<br>版面区域检测<br>文本检测<br>文本识别<br>印章文本检测<br>文图像矫正<br>文档图像方向分类|PaddleOCR<br>PaddleDetection<br>PaddleClas |
 |时序预测|时序预测模块|PaddleTS|
 |时序异常检测|时序异常检测模块|PaddleTS|
 |时序分类|时序分类模块|PaddleTS|

+ 2 - 2
docs/other_devices_support/multy_devices_use_guide_en.md → docs/other_devices_support/multi_devices_use_guide_en.md

@@ -1,4 +1,4 @@
-[简体中文](installation_other_devices.md) | English
+[简体中文](multi_devices_use_guide.md) | English
 
 # PaddleX Multi-Hardware Usage Guide
 
@@ -27,7 +27,7 @@ If your application scenario for PaddleX is **model inference and integration**,
 After installing PaddlePaddle, you can directly execute the following commands to quickly install the PaddleX Wheel package:
 
 ```bash
-pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0.beta1-py3-none-any.whl
+pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlex-3.0.0b1-py3-none-any.whl
 ```
 
 #### 1.2.2 Plugin Installation Mode