diff --git a/flask_app/general/table_content_extraction.py b/flask_app/general/table_content_extraction.py index 6e2040e..924fb32 100644 --- a/flask_app/general/table_content_extraction.py +++ b/flask_app/general/table_content_extraction.py @@ -89,6 +89,7 @@ def save_data_to_json(data, output_folder): def extract_tables_main(path, output_folder): + #读取表格数据,保存到json文件中 if not os.path.exists(path): print(f"table_content_extraction: The specified file does not exist: {path}") return "" diff --git a/flask_app/general/商务技术评分提取.py b/flask_app/general/商务技术评分提取.py index a011ab8..12fbfa4 100644 --- a/flask_app/general/商务技术评分提取.py +++ b/flask_app/general/商务技术评分提取.py @@ -243,6 +243,9 @@ def reorganize_data(input_dict, include=None): return reorganized def combine_evaluation_standards(evaluation_method_path,invalid_path,zb_type): + ''' + 传入截取后的评分章节,输出评分细则 + ''' # 定义默认的评审结果字典 DEFAULT_EVALUATION_REVIEW = { "技术评分": "未解析到'技术评分'项!",