mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Doc] Rename PPOCRSystem to PPOCR and update comments. (#395)
* Imporve OCR Readme * Improve OCR Readme * Improve OCR Readme * Improve OCR Readme * Improve OCR Readme * Add Initialize function to PP-OCR * Add Initialize function to PP-OCR * Add Initialize function to PP-OCR * Make all the model links come from PaddleOCR * Improve OCR readme * Improve OCR readme * Improve OCR readme * Improve OCR readme * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add Readme for vision results * Add check for label file in postprocess of Rec model * Add check for label file in postprocess of Rec model * Add check for label file in postprocess of Rec model * Add check for label file in postprocess of Rec model * Add check for label file in postprocess of Rec model * Add check for label file in postprocess of Rec model * Add comments to create API docs * Improve OCR comments * Rename OCR and add comments * Make sure previous python example works * Make sure previous python example works Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
@@ -1,3 +1,41 @@
|
||||
# OCR API
|
||||
|
||||
comming soon...
|
||||
## fastdeploy.vision.ocr.DBDetector
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.ocr.DBDetector
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.ocr.Classifier
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.ocr.Classifier
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.ocr.Recognizer
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.ocr.Recognizer
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.ocr.PPOCRv2
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.ocr.PPOCRv2
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
||||
## fastdeploy.vision.ocr.PPOCRv3
|
||||
|
||||
```{eval-rst}
|
||||
.. autoclass:: fastdeploy.vision.ocr.PPOCRv3
|
||||
:members:
|
||||
:inherited-members:
|
||||
```
|
||||
|
@@ -3,3 +3,4 @@ recommonmark
|
||||
sphinx_markdown_tables
|
||||
sphinx_rtd_theme
|
||||
furo
|
||||
myst_parser
|
||||
|
Reference in New Issue
Block a user