瀏覽代碼

revert: 恢复 use_doc_orientation_classify 为 True

- 保持文档方向分类功能启用
- 根据用户要求恢复原始设置
何文松 23 小時之前
父節點
當前提交
d420403bc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pdf_converter_v2/processor/converter.py

+ 1 - 1
pdf_converter_v2/processor/converter.py

@@ -70,7 +70,7 @@ def _paddle_base_cmd(input_path: str, save_path_base: str, device_args: list) ->
         "--use_doc_unwarping",
         "False",
         "--use_doc_orientation_classify",
-        "False",
+        "True",
         "--use_chart_recognition",
         "True",
         "--save_path",