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
27 lines
941 B
Markdown
27 lines
941 B
Markdown
---
|
||
typora-copy-images-to: images
|
||
comments: true
|
||
---
|
||
|
||
# PP-OCR 模型推理部署
|
||
|
||
## Paddle 推理部署方式简介
|
||
|
||
飞桨提供多种部署方案,以满足不同场景的部署需求,请根据实际情况进行选择:
|
||
|
||

|
||
|
||
## PP-OCR 推理部署
|
||
|
||
PP-OCR模型已打通多种场景部署方案,点击链接获取具体的使用教程。
|
||
|
||
- [Python 推理](./python_infer.md)
|
||
- [C++ 推理](./cpp_infer.md)
|
||
- [Serving 服务化部署(Python/C++)](./paddle_server.md)
|
||
- [Paddle-Lite 端侧部署(ARM CPU/OpenCL ARM GPU)](../../ppocr/infer_deploy/lite.md)
|
||
- [Paddle.js 部署](../../ppocr/infer_deploy/paddle_js.md)
|
||
- [Jetson 推理](../../ppocr/infer_deploy/Jetson_infer.md)
|
||
- [Paddle2ONNX 推理](../../ppocr/infer_deploy/paddle2onnx.md)
|
||
|
||
需要PP-OCR以外的学术算法模型的推理部署,请直接进入相应算法主页面,[入口](../../algorithm/overview.md)。
|