Quellcode durchsuchen

feat: 移除对公_招商银行图.pdf 执行脚本中的 --no-adapter 参数

zhch158_admin vor 1 Monat
Ursprung
Commit
03c75c73cb
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      zhch/table_recognition_v2-说明.md

+ 1 - 3
zhch/table_recognition_v2-说明.md

@@ -30,8 +30,6 @@ python table_recognition_v2_single_process.py \
     --input_file "/Users/zhch158/workspace/data/流水分析/对公_招商银行图.pdf" \
     --output_dir "/Users/zhch158/workspace/data/流水分析/对公_招商银行图/table_recognition_v2_Results" \
     --pipeline "./my_config/table_recognition_v2.yaml" \
-    --no-adapter \
     --device "cpu"
-
-
+    # --no-adapter \
 ```