添加关键词
This commit is contained in:
@@ -124,7 +124,7 @@ def main(model_type, pic_name=None):
|
|||||||
task_path = "../model/settlement_list_model"
|
task_path = "../model/settlement_list_model"
|
||||||
test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240511000638_1_094306_1.jpg"
|
test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240511000638_1_094306_1.jpg"
|
||||||
schema = ["患者姓名", "入院日期", "出院日期", "费用总额", "个人现金支付", "个人账户支付", "自费金额",
|
schema = ["患者姓名", "入院日期", "出院日期", "费用总额", "个人现金支付", "个人账户支付", "自费金额",
|
||||||
"医保类型", "住院号", "医保结算单号码"]
|
"医保类型", "住院号", "医保结算单号码", "大写总额"]
|
||||||
elif model_type == "discharge":
|
elif model_type == "discharge":
|
||||||
task_path = "../model/discharge_record_model"
|
task_path = "../model/discharge_record_model"
|
||||||
test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240401000003_3_001938_2.jpg"
|
test_img_path = ucloud.get_private_url(pic_name) if pic_name else "img/PH20240401000003_3_001938_2.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user