diff --git a/flask_app/main/招标文件解析.py b/flask_app/main/招标文件解析.py index 3726480..911c118 100644 --- a/flask_app/main/招标文件解析.py +++ b/flask_app/main/招标文件解析.py @@ -299,6 +299,7 @@ if __name__ == "__main__": file_type = 1 #1:docx 2:pdf 3:其他 input_file = "C:\\Users\\Administrator\\Desktop\\招标文件\\招标test文件夹\\zbtest11.pdf" # file_path = main_processing(output_folder, input_file, file_type, "uuidzyzy11") + print("zy") preprocess_files(output_folder, input_file, file_type, "zytest1") end_time = time.time()