Skip to content

Commit c65a66c

Browse files
ZeddYuGreatV
andauthored
Update expired link in quickstart.md (#13253)
* Update expired link in quickstart.md * remove broken links --------- Co-authored-by: Wang Xin <[email protected]>
1 parent 70f2791 commit c65a66c

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

doc/doc_ch/installation.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
6060
cd PaddleOCR
6161
pip3 install -r requirements.txt
6262
```
63-
64-
注意,windows环境下,建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装,
65-
直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`

doc/doc_ch/quickstart.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
pip install paddleocr
4444
```
4545

46-
- 对于Windows环境用户:直接通过pip安装的shapely库可能出现`[winRrror 126] 找不到指定模块的问题`。建议从[这里](https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely)下载shapely安装包完成安装。
47-
48-
4946
<a name="2"></a>
5047
## 2. 便捷使用
5148
<a name="21"></a>

doc/doc_en/clone_en.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
1919
cd PaddleOCR
2020
pip3 install -r requirements.txt
2121
```
22-
23-
If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows.
24-
25-
Please try to download Shapely whl file from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely).
26-
27-
Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found)

doc/doc_en/installation_en.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,3 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
6363
cd PaddleOCR
6464
pip3 install -r requirements.txt
6565
```
66-
67-
If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows.
68-
69-
Please try to download Shapely whl file from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely).
70-
71-
Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found)

doc/doc_en/quickstart_en.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ For more software version requirements, please refer to the instructions in [Ins
4747
pip install "paddleocr>=2.0.1" # Recommend to use version 2.0.1+
4848
```
4949

50-
- **For windows users:** If you getting this error `OSError: [WinError 126] The specified module could not be found` when you install shapely on windows. Please try to download Shapely whl file [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely).
51-
52-
Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found)
53-
5450
<a name="2-easy-to-use"></a>
5551

5652
## 2. Easy-to-Use

0 commit comments

Comments
 (0)