Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MissPenguin committed Apr 20, 2022
1 parent 0599def commit 52b7dee
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 156 deletions.
57 changes: 0 additions & 57 deletions doc/doc_ch/android_demo.md

This file was deleted.

File renamed without changes.
File renamed without changes.
Empty file added doc/doc_en/algorithm_en.md
Empty file.
60 changes: 0 additions & 60 deletions doc/doc_en/android_demo_en.md

This file was deleted.

27 changes: 27 additions & 0 deletions doc/doc_en/clone_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Project Clone

## 1. Clone PaddleOCR

```bash
# Recommend
git clone https://github.com/PaddlePaddle/PaddleOCR

# If you cannot pull successfully due to network problems, you can switch to the mirror hosted on Gitee:

git clone https://gitee.com/paddlepaddle/PaddleOCR

# 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.
```

## 2. Install third-party libraries

```bash
cd PaddleOCR
pip3 install -r requirements.txt
```

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 from [http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely](http://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely).

Reference: [Solve shapely installation on windows](https://stackoverflow.com/questions/44398265/install-shapely-oserror-winerror-126-the-specified-module-could-not-be-found)
39 changes: 0 additions & 39 deletions doc/doc_en/paddleOCR_overview_en.md

This file was deleted.

Empty file.

0 comments on commit 52b7dee

Please sign in to comment.