e904b667c6
Build/Publish Develop Docs / deploy (push) Failing after 1s
PaddleOCR Code Style Check / check-code-style (push) Failing after 1s
PaddleOCR PR Tests GPU / detect-changes (push) Failing after 1s
PaddleOCR PR Tests / detect-changes (push) Failing after 1s
PaddleOCR PR Tests GPU / test-pr-gpu (push) Has been cancelled
PaddleOCR PR Tests / test-pr (push) Has been cancelled
PaddleOCR PR Tests GPU / test-pr-gpu-impl (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.13) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.8) (push) Has been cancelled
PaddleOCR PR Tests / test-pr-python (3.9) (push) Has been cancelled
22 lines
821 B
Markdown
22 lines
821 B
Markdown
---
|
|
comments: true
|
|
---
|
|
|
|
# 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)](../..//legacy/lite.en.md)
|
|
- [Paddle2ONNX](../../legacy/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)。
|