mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
* docs: Add a new document site * docs: Update comment setting * chore(pre-commit): Remove rules of md and remove the size limits of 512kb * chore(format): Run pre-commit in local * ci(document): Change the default name of building document site. * chore: Update .pre-commit-config.yaml
25 lines
888 B
Markdown
25 lines
888 B
Markdown
---
|
|
comments: true
|
|
typora-copy-images-to: images
|
|
---
|
|
|
|
# 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 muti 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)
|
|
- [Paddle.js](./paddle_js.en.md)
|
|
- [Jetson Inference](./Jetson_infer.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)。
|