Skip to content

Commit 52b7dee

Browse files
committed
update
1 parent 0599def commit 52b7dee

8 files changed

+27
-156
lines changed

doc/doc_ch/android_demo.md

Lines changed: 0 additions & 57 deletions
This file was deleted.
File renamed without changes.

doc/doc_en/algorithm_en.md

Whitespace-only changes.

doc/doc_en/android_demo_en.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

doc/doc_en/clone_en.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Project Clone
2+
3+
## 1. Clone PaddleOCR
4+
5+
```bash
6+
# Recommend
7+
git clone https://github.com/PaddlePaddle/PaddleOCR
8+
9+
# If you cannot pull successfully due to network problems, you can switch to the mirror hosted on Gitee:
10+
11+
git clone https://gitee.com/paddlepaddle/PaddleOCR
12+
13+
# Note: The mirror on Gitee may not keep in synchronization with the latest project on GitHub. There might be a delay of 3-5 days. Please try GitHub at first.
14+
```
15+
16+
## 2. Install third-party libraries
17+
18+
```bash
19+
cd PaddleOCR
20+
pip3 install -r requirements.txt
21+
```
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/paddleOCR_overview_en.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

doc/doc_en/ppocr_introduction_en.md

Whitespace-only changes.

0 commit comments

Comments
 (0)