소스 검색

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

zhch158_admin 1 개월 전
부모
커밋
8d7b847011
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
                     )