Selaa lähdekoodia

feat: 禁用表格方向分类功能以优化图像处理

zhch158_admin 1 kuukausi sitten
vanhempi
commit
8d7b847011
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      zhch/ppstructurev3_single_process.py

+ 1 - 1
zhch/ppstructurev3_single_process.py

@@ -105,7 +105,7 @@ def process_images_unified(image_paths: List[str],
                         use_formula_recognition=False,
                         use_chart_recognition=True,
                         use_ocr_results_with_table_cells=True,
-                        use_table_orientation_classify=True,
+                        use_table_orientation_classify=False,
                         use_wired_table_cells_trans_to_html=True,
                         use_wireless_table_cells_trans_to_html=True,
                     )