README.md 1.1 KB
Newer Older
M
update  
MissPenguin 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
English | [简体中文](README_ch.md)

# PP-OCR Deployment

- [Paddle Deployment Introduction](#1)
- [PP-OCR Deployment](#2)

<a name="1"></a>
## 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: 

<div align="center">
    <img src="../doc/deployment_en.png" width="800">
</div>


<a name="2"></a>
## PP-OCR Deployment

PP-OCR has supported muti deployment schemes. Click the link to get the specific tutorial.

- [Python Inference](../doc/doc_en/inference_ppocr_en.md)
- [C++ Inference](./cpp_infer/readme.md)
M
MissPenguin 已提交
25
- [Serving (Python/C++)](./pdserving/README.md)
M
MissPenguin 已提交
26
- [Paddle-Lite (ARM CPU/OpenCL ARM GPU)](./lite/readme.md)
M
update  
MissPenguin 已提交
27
- [Paddle.js](./paddlejs/README.md)
M
MissPenguin 已提交
28
- [Jetson Inference](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/deploy/Jetson/readme.md)
M
update  
MissPenguin 已提交
29 30
- [Paddle2ONNX](./paddle2onnx/readme.md)

M
MissPenguin 已提交
31
If you need the deployment tutorial of academic algorithm models other than PP-OCR, please directly enter the main page of corresponding algorithms, [entrance](../doc/doc_en/algorithm_overview_en.md)