You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 基础路径配置
|
|
basePath = r'D:\dsWork\dsProject\dsRag'
|
|
|
|
# 时间格式
|
|
time_format = '%Y-%m-%d %H:%M:%S'
|
|
|
|
# OCR结果输出配置
|
|
ocr_output_dir = f"{basePath}\\KeCheng\\Txt"
|
|
markdown_output_dir = f"{basePath}\\KeCheng\\Txt" |