update docs

pull/5989/head
MissPenguin 2022-04-06 13:45:20 +00:00
parent 5d58219fd6
commit 734c6d13a7
3 changed files with 5 additions and 2 deletions

View File

@ -94,7 +94,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库助力
- [推理部署](./deploy/readme_ch.md)
- [基于Python预测引擎推理](./doc/doc_ch/inference_ppstructure.md)
- [服务化部署](./deploy/pdserving/README_CN.md)
- 前沿算法与模型
- [前沿算法与模型](./doc/doc_ch/algorithm.md)
- [OCR算法与模型](./doc/doc_ch/algorithm_overview.md)
- [文档分析算法与模型](./doc/doc_ch/algorithm_overview_structure.md)
- [基于Python预测引擎推理](./doc/doc_ch/algorithm_inference.md)

View File

@ -0,0 +1,3 @@
汇集前沿算法、论文复现结果、打通python预测
欢迎贡献更多算法,合入有奖!

View File

@ -3,7 +3,7 @@
- [1. 算法介绍](#1-算法介绍)
- [1.1 文本检测算法](#11-文本检测算法)
- [1.2 文本识别算法](#12-文本识别算法)
- [1.2 端到端算法](#13-端到端算法)
- [1.3 端到端算法](#13-端到端算法)
- [2. 模型训练](#2-模型训练)
- [3. 模型推理](#3-模型推理)