mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
* add ocr doc * add docs * fix * add pipeline docs * add module docs * update the descriptions of parameters * update * update the description of predict_iter * update * delete 2.2python脚本 * add char_recognition and region_detection * modify in predict * remove redundant 2.2 Python scripts * modify use_wired_table_cells_trans_to_html * add use_chart_recognition and use_region_detection * add information * add use_orc_model * add legacy docs * update --------- Co-authored-by: guoshengjian <guoshengjian@baidu.com>
25 lines
827 B
Markdown
25 lines
827 B
Markdown
---
|
|
comments: true
|
|
typora-copy-images-to: images
|
|
hide:
|
|
- toc
|
|
---
|
|
|
|
# PP-OCR Deployment
|
|
|
|
## Paddle Deployment Introduction
|
|
|
|
Paddle provides a variety of deployment schemes to meet the deployment requirements of different scenarios. Please choose according to the actual situation:
|
|
|
|

|
|
|
|
PP-OCR has supported multi deployment schemes. Click the link to get the specific tutorial.
|
|
|
|
- [Python Inference](./python_infer.en.md)
|
|
- [C++ Inference](./cpp_infer.en.md)
|
|
- [Serving (Python/C++)](./paddle_server.en.md)
|
|
- [Paddle-Lite (ARM CPU/OpenCL ARM GPU)](./lite.en.md)
|
|
- [Paddle2ONNX](./paddle2onnx.en.md)
|
|
|
|
If you need the deployment tutorial of academic algorithm models other than PP-OCR, please directly enter the main page of corresponding algorithms, [entrance](../../algorithm/overview.en.md)。
|