Parcourir la source

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

zhch158_admin il y a 1 mois
Parent
commit
8d7b847011
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
                     )