|
|
@@ -31,7 +31,7 @@ layout_detection:
|
|
|
# Debug 可视化配置(与 MinerUWiredTableRecognizer.DebugOptions 对齐)
|
|
|
# 默认关闭。开启后将保存:layout检测结果
|
|
|
debug_options:
|
|
|
- enabled: true # 是否开启调试可视化输出
|
|
|
+ enabled: false # 由命令行 --debug 统一控制,勿在此 hardcode true
|
|
|
output_dir: null # 调试输出目录;null不输出
|
|
|
prefix: "" # 保存文件名前缀(如设置为页码)
|
|
|
|
|
|
@@ -55,7 +55,7 @@ table_classification:
|
|
|
# Debug 可视化配置(与 MinerUWiredTableRecognizer.DebugOptions 对齐)
|
|
|
# 默认关闭。开启后将保存:表格线
|
|
|
debug_options:
|
|
|
- enabled: true # 是否开启调试可视化输出
|
|
|
+ enabled: false # 由命令行 --debug 统一控制,勿在此 hardcode true
|
|
|
output_dir: null # 调试输出目录;null不输出
|
|
|
save_table_lines: true # 保存表格线可视化(unet横线/竖线叠加)
|
|
|
image_format: "png" # 可视化图片格式:png/jpg
|
|
|
@@ -98,7 +98,7 @@ table_recognition_wired:
|
|
|
# Debug 可视化配置(与 MinerUWiredTableRecognizer.DebugOptions 对齐)
|
|
|
# 默认关闭。开启后将保存:表格线、连通域、逻辑网格结构、文本覆盖可视化。
|
|
|
debug_options:
|
|
|
- enabled: true # 是否开启调试可视化输出
|
|
|
+ enabled: false # 由命令行 --debug 统一控制,勿在此 hardcode true
|
|
|
output_dir: null # 调试输出目录;null不输出
|
|
|
save_table_lines: true # 保存表格线可视化(unet横线/竖线叠加)
|
|
|
save_connected_components: true # 保存连通域提取的单元格图
|
|
|
@@ -133,7 +133,6 @@ vl_recognition:
|
|
|
|
|
|
# 表格识别特定配置
|
|
|
table_recognition:
|
|
|
- return_cells_coordinate: true # 返回单元格坐标
|
|
|
|
|
|
output:
|
|
|
create_subdir: false
|
|
|
@@ -149,4 +148,4 @@ output:
|
|
|
draw_bbox_number: true
|
|
|
save_enhanced_json: true
|
|
|
normalize_numbers: true
|
|
|
- debug_mode: true
|
|
|
+ debug_mode: false
|