更新MinIO文件上传逻辑,修改上传文件名和路径;调整文件选择路径以支持新的目录结构

This commit is contained in:
2025-07-08 22:49:51 +08:00
parent d8d34af554
commit 29d9b44e0a
2 changed files with 8 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ def pair_pdf_and_txt(pdf_path, txt_path):
def main():
file_path = "g:\\11\\22\\"
file_path = "g:\\11\\22\\路桥设计党建\\"
pdf_dict, txt_dict = pair_pdf_and_txt(file_path,file_path)
if not pdf_dict: