2.6 结构整理、增加了cache命中缓存

This commit is contained in:
zy123 2025-02-06 17:27:29 +08:00
parent 2e1d070f3b
commit c07ad43a99
2 changed files with 4 additions and 0 deletions

View File

@ -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 ""

View File

@ -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 = {
"技术评分": "未解析到'技术评分'项!",