PaddlePaddle/PaddleOCR

表格识别效果不好,优化求助?

Andriy7 opened this issue · 0 comments

🔎 Search before asking

  • I have searched the PaddleOCR Docs and found no similar bug report.
  • I have searched the PaddleOCR Issues and found no similar bug report.
  • I have searched the PaddleOCR Discussions and found no similar bug report.

🐛 Bug (问题描述)

使用ppstructure不能很好识别出表格?
table

🏃‍♂️ Environment (运行环境)

macos 14.6.1
python 3.8

🌰 Minimal Reproducible Example (最小可复现问题的Demo)

python调用ppstructure
or
命令行:
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.txt
--image_dir=docs/table/table.jpg
--output=../output/table
image