添加新关键词:年龄

This commit is contained in:
2024-07-05 08:42:20 +08:00
parent d35428fa0c
commit 5c08b52cfe
2 changed files with 3 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ def main(model_type, pic_name=None):
elif model_type == "discharge":
task_path = "../config/model/discharge_record_model"
test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240401000003_3_001938_2.jpg"
schema = ["医院", "科室", "患者姓名", "入院日期", "出院日期", "主治医生", "住院号"]
schema = ["医院", "科室", "患者姓名", "入院日期", "出院日期", "主治医生", "住院号", "年龄"]
elif model_type == "cost":
task_path = "../config/model/cost_list_model"
test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240511000648_4_094542_2.jpg"