9 lines
238 B
Python
9 lines
238 B
Python
# 基础路径配置
|
|
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" |