2.6 结构整理、增加了cache命中缓存
This commit is contained in:
parent
2e1d070f3b
commit
c07ad43a99
@ -89,6 +89,7 @@ def save_data_to_json(data, output_folder):
|
|||||||
|
|
||||||
|
|
||||||
def extract_tables_main(path, output_folder):
|
def extract_tables_main(path, output_folder):
|
||||||
|
#读取表格数据,保存到json文件中
|
||||||
if not os.path.exists(path):
|
if not os.path.exists(path):
|
||||||
print(f"table_content_extraction: The specified file does not exist: {path}")
|
print(f"table_content_extraction: The specified file does not exist: {path}")
|
||||||
return ""
|
return ""
|
||||||
|
@ -243,6 +243,9 @@ def reorganize_data(input_dict, include=None):
|
|||||||
return reorganized
|
return reorganized
|
||||||
|
|
||||||
def combine_evaluation_standards(evaluation_method_path,invalid_path,zb_type):
|
def combine_evaluation_standards(evaluation_method_path,invalid_path,zb_type):
|
||||||
|
'''
|
||||||
|
传入截取后的评分章节,输出评分细则
|
||||||
|
'''
|
||||||
# 定义默认的评审结果字典
|
# 定义默认的评审结果字典
|
||||||
DEFAULT_EVALUATION_REVIEW = {
|
DEFAULT_EVALUATION_REVIEW = {
|
||||||
"技术评分": "未解析到'技术评分'项!",
|
"技术评分": "未解析到'技术评分'项!",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user