Explorar o código

revert: 恢复 use_doc_orientation_classify 为 True

- 保持文档方向分类功能启用
- 根据用户要求恢复原始设置
何文松 hai 23 horas
pai
achega
d420403bc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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",