add faq, test=document_fix
This commit is contained in:
parent
b8a94e4858
commit
a2937827c2
|
@ -4,8 +4,6 @@ English | [简体中文](README_ch.md)
|
|||
PaddleOCR aims to create rich, leading, and practical OCR tools that help users train better models and apply them into practice.
|
||||
|
||||
**Recent updates**
|
||||
- 2020.11.2 [FAQ](./doc/doc_ch/FAQ.md) 5 new high-frequency questions have been added, a total of 99 frequently questions and answers, and it is planned to be updated every Monday in the future.
|
||||
Welcome everyone to continue to pay attention.
|
||||
- 2020.9.22 Update the PP-OCR technical article, https://arxiv.org/abs/2009.09941
|
||||
- 2020.9.19 Update the ultra lightweight compressed ppocr_mobile_slim series models, the overall model size is 3.5M (see [PP-OCR Pipeline](#PP-OCR-Pipeline)), suitable for mobile deployment. [Model Downloads](#Supported-Chinese-model-list)
|
||||
- 2020.9.17 Update the ultra lightweight ppocr_mobile series and general ppocr_server series Chinese and English ocr models, which are comparable to commercial effects. [Model Downloads](#Supported-Chinese-model-list)
|
||||
|
|
|
@ -99,8 +99,8 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
|
|||
- [效果展示](#效果展示)
|
||||
- FAQ
|
||||
- [【精选】OCR精选10个问题](./doc/doc_ch/FAQ.md)
|
||||
- [【理论篇】OCR通用23个问题](./doc/doc_ch/FAQ.md)
|
||||
- [【实战篇】PaddleOCR实战61个问题](./doc/doc_ch/FAQ.md)
|
||||
- [【理论篇】OCR通用24个问题](./doc/doc_ch/FAQ.md)
|
||||
- [【实战篇】PaddleOCR实战65个问题](./doc/doc_ch/FAQ.md)
|
||||
- [技术交流群](#欢迎加入PaddleOCR技术交流群)
|
||||
- [参考文献](./doc/doc_ch/reference.md)
|
||||
- [许可证书](#许可证书)
|
||||
|
|
|
@ -11,16 +11,16 @@
|
|||
|
||||
* [近期更新(2020.10.26)](#近期更新)
|
||||
* [【精选】OCR精选10个问题](#OCR精选10个问题)
|
||||
* [【理论篇】OCR通用23个问题](#OCR通用问题)
|
||||
* [基础知识5题](#基础知识)
|
||||
* [【理论篇】OCR通用24个问题](#OCR通用问题)
|
||||
* [基础知识6题](#基础知识)
|
||||
* [数据集4题](#数据集)
|
||||
* [模型训练调优6题](#模型训练调优)
|
||||
* [预测部署8题](#预测部署)
|
||||
* [【实战篇】PaddleOCR实战61个问题](#PaddleOCR实战问题)
|
||||
* [【实战篇】PaddleOCR实战65个问题](#PaddleOCR实战问题)
|
||||
* [使用咨询20题](#使用咨询)
|
||||
* [数据集10题](#数据集)
|
||||
* [模型训练调优15题](#模型训练调优)
|
||||
* [预测部署16题](#预测部署)
|
||||
* [模型训练调优18题](#模型训练调优)
|
||||
* [预测部署17题](#预测部署)
|
||||
|
||||
|
||||
<a name="近期更新"></a>
|
||||
|
|
Loading…
Reference in New Issue