Skip to content

Commit 947f230

Browse files
Merge pull request #2542 from raoyutian/develop
Update README.md
2 parents d4bbdbe + a300abd commit 947f230

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • examples/vision/ocr/PP-OCR/cpu-gpu/cpp

examples/vision/ocr/PP-OCR/cpu-gpu/cpp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ wget https://gitee.com/paddlepaddle/PaddleOCR/raw/release/2.6/ppocr/utils/dict/l
6262
# 运行部署示例
6363
# 在CPU上使用Paddle Inference推理
6464
./infer_demo ./ch_PP-OCRv3_det_infer ./ch_ppocr_mobile_v2.0_cls_infer ./ch_PP-OCRv3_rec_infer ./ppocr_keys_v1.txt ./12.jpg 0
65-
# 在CPU上使用OenVINO推理
65+
# 在CPU上使用OpenVINO推理
6666
./infer_demo ./ch_PP-OCRv3_det_infer ./ch_ppocr_mobile_v2.0_cls_infer ./ch_PP-OCRv3_rec_infer ./ppocr_keys_v1.txt ./12.jpg 1
6767
# 在CPU上使用ONNX Runtime推理
6868
./infer_demo ./ch_PP-OCRv3_det_infer ./ch_ppocr_mobile_v2.0_cls_infer ./ch_PP-OCRv3_rec_infer ./ppocr_keys_v1.txt ./12.jpg 2
@@ -110,7 +110,7 @@ wget https://gitee.com/paddlepaddle/PaddleOCR/raw/release/2.6/ppocr/utils/dict/l
110110
|数字选项|含义|
111111
|:---:|:---:|
112112
|0| 在CPU上使用Paddle Inference推理 |
113-
|1| 在CPU上使用OenVINO推理 |
113+
|1| 在CPU上使用OpenVINO推理 |
114114
|2| 在CPU上使用ONNX Runtime推理 |
115115
|3| 在CPU上使用Paddle Lite推理 |
116116
|4| 在GPU上使用Paddle Inference推理 |

0 commit comments

Comments
 (0)