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 13, 2020
1 parent 8f67b1c commit 9a0e9a2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
- 提供训练代码
- 支持模型部署

## 文档教程
- [快速安装](./doc/installation.md)
- [文本识别模型训练/评估/预测](./doc/detection.md)
- [文本预测模型训练/评估/预测](./doc/recognition.md)
- [基于inference model预测](./doc/)

## **快速运行**

下载inference模型
Expand All @@ -40,6 +34,13 @@ python tools/infer/predict_eval.py --image_dir="/Demo.jpg" --det_model_dir="./in
python tools/infer/predict_eval.py --image_dir="/test_imgs/" --det_model_dir="./inference/det/" --rec_model_dir="./inference/rec/"
```

## 文档教程
- [快速安装](./doc/installation.md)
- [文本识别模型训练/评估/预测](./doc/detection.md)
- [文本预测模型训练/评估/预测](./doc/recognition.md)
- [基于inference model预测](./doc/)


## 文本检测算法:

PaddleOCR开源的文本检测算法列表:
Expand Down

0 comments on commit 9a0e9a2

Please sign in to comment.