提交 c1e6558d 编写于 作者: 文幕地方's avatar 文幕地方

update table cpp infer doc

上级 4369552e
...@@ -283,13 +283,8 @@ Specifically, ...@@ -283,13 +283,8 @@ Specifically,
```shell ```shell
./build/ppocr --det_model_dir=inference/det_db \ ./build/ppocr --det_model_dir=inference/det_db \
--rec_model_dir=inference/rec_rcnn \ --rec_model_dir=inference/rec_rcnn \
--cls_model_dir=inference/cls \
--table_model_dir=inference/table \ --table_model_dir=inference/table \
--image_dir=../../ppstructure/docs/table/table.jpg \ --image_dir=../../ppstructure/docs/table/table.jpg \
--use_angle_cls=true \
--det=true \
--rec=true \
--cls=true \
--type=structure \ --type=structure \
--table=true --table=true
``` ```
......
...@@ -292,13 +292,8 @@ CUDNN_LIB_DIR=/your_cudnn_lib_dir ...@@ -292,13 +292,8 @@ CUDNN_LIB_DIR=/your_cudnn_lib_dir
```shell ```shell
./build/ppocr --det_model_dir=inference/det_db \ ./build/ppocr --det_model_dir=inference/det_db \
--rec_model_dir=inference/rec_rcnn \ --rec_model_dir=inference/rec_rcnn \
--cls_model_dir=inference/cls \
--table_model_dir=inference/table \ --table_model_dir=inference/table \
--image_dir=../../ppstructure/docs/table/table.jpg \ --image_dir=../../ppstructure/docs/table/table.jpg \
--use_angle_cls=true \
--det=true \
--rec=true \
--cls=true \
--type=structure \ --type=structure \
--table=true --table=true
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册