12.24 禅道bug修改

This commit is contained in:
zy123 2024-12-25 10:16:50 +08:00
parent 5a3c8aae0f
commit 70b6a4b999

View File

@ -50,7 +50,7 @@ def convert_file_to_markdown(file_path):
'page_start': 0, 'page_start': 0,
'page_count': 100, # 设置解析页数为50页 'page_count': 100, # 设置解析页数为50页
'table_flavor': 'html', # html 按html语法输出表格 'table_flavor': 'html', # html 按html语法输出表格
'parse_mode': 'auto', # 设置解析模式为scan模式 'parse_mode': 'scan', # 设置解析模式为scan模式
'page_details': 0, # 不包含页面细节 'page_details': 0, # 不包含页面细节
'markdown_details': 1, 'markdown_details': 1,
'apply_document_tree': 1, 'apply_document_tree': 1,