diff --git a/deploy/cpp_infer/readme.md b/deploy/cpp_infer/readme.md index 545924c5ce5e33bd35c0c49eaef40bd2f06fabc6..2afdf79521223c4f473ded8d4f930546fb762c46 100644 --- a/deploy/cpp_infer/readme.md +++ b/deploy/cpp_infer/readme.md @@ -283,13 +283,8 @@ Specifically, ```shell ./build/ppocr --det_model_dir=inference/det_db \ --rec_model_dir=inference/rec_rcnn \ - --cls_model_dir=inference/cls \ --table_model_dir=inference/table \ --image_dir=../../ppstructure/docs/table/table.jpg \ - --use_angle_cls=true \ - --det=true \ - --rec=true \ - --cls=true \ --type=structure \ --table=true ``` diff --git a/deploy/cpp_infer/readme_ch.md b/deploy/cpp_infer/readme_ch.md index fb994a5b41a0e466f7dfb2f00eabe4bf556e642c..d94c95c8c5a5bf02d5b9fb4f16edd4da8ebe1e3f 100644 --- a/deploy/cpp_infer/readme_ch.md +++ b/deploy/cpp_infer/readme_ch.md @@ -292,13 +292,8 @@ CUDNN_LIB_DIR=/your_cudnn_lib_dir ```shell ./build/ppocr --det_model_dir=inference/det_db \ --rec_model_dir=inference/rec_rcnn \ - --cls_model_dir=inference/cls \ --table_model_dir=inference/table \ --image_dir=../../ppstructure/docs/table/table.jpg \ - --use_angle_cls=true \ - --det=true \ - --rec=true \ - --cls=true \ --type=structure \ --table=true ```