Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dyning authored May 14, 2020
1 parent 2d5a06f commit 11d70d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
#### 2.模型下载

```
# 创建模型保存目录
mkdir inference && cd inference && mkdir det && mkdir rec
# 下载inference模型文件包
wget -P ./inference https://paddleocr.bj.bcebos.com/inference.tar
wget https://paddleocr.bj.bcebos.com/inference.tar
# inference模型文件包解压
tar -xf ./inference/inference.tar
tar -xf inference.tar
```

#### 3.单张图像或者图像集合预测
Expand Down

0 comments on commit 11d70d9

Please sign in to comment.