- 系统环境/System Environment: ubuntu20.04
- 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: paddle 1.0.2 paddle-bfloat 0.1.2 paddle2onnx 0.9.7 paddlefsl 1.1.0 paddlenlp 2.4.1 paddleocr 2.6.1.2 paddlepaddle-gpu 2.4.1.post116 pandas 1.1.5 pandocfilters 1.5.0
- 运行指令/Command Code:
python table/predict_table.py \ --det_model_dir=inference/ch_PP-OCRv3_det_infer \ --rec_model_dir=inference/ch_PP-OCRv3_rec_infer \ --table_model_dir=inference/ch_ppstructure_mobile_v2.0_SLANet_infer \ --rec_char_dict_path=../ppocr/utils/ppocr_keys_v1.txt \ --table_char_dict_path=../ppocr/utils/dict/table_structure_dict_ch.txt \ --image_dir=/home/DiskA/zncsPython/picture_ocr/table/test/table_predict/3_table.jpg \ --output=/home/DiskA/zncsPython/picture_ocr/table/test/table_predict_result
- 完整报错/Complete Error Message:
![image](https://user-images.githubusercontent.com/32863094/233935750-e48b09ba-4ccb-490c-8588-3cc689799ae0.png)
![image](https://user-images.githubusercontent.com/32863094/233935600-ba803614-55f2-45fd-87a7-00de692a7903.png)
![image](https://user-images.githubusercontent.com/32863094/233935659-2ebb8613-af50-43d6-bf0d-7707a099aa1e.png)