This commit is contained in:
2025-07-15 21:52:38 +08:00
parent 13b3a12bd7
commit ca92e349e0
3 changed files with 6 additions and 21 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: