更新MinIO文件上传逻辑,修改上传文件名和路径;调整文件选择路径以支持新的目录结构
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user