From 4b31fc52d583dc9011187b70abaa3f055fc8aa10 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Sat, 6 Jul 2024 17:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=94=A8=E5=8D=95=E5=8D=A1=E8=AF=86?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_review/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo_review/__init__.py b/photo_review/__init__.py index a897ebd..8735703 100644 --- a/photo_review/__init__.py +++ b/photo_review/__init__.py @@ -7,7 +7,7 @@ SETTLEMENT_IE = Taskflow("information_extraction", schema=keys.SETTLEMENT_LIST_S task_path="config/model/settlement_list_model", layout_analysis=False) DISCHARGE_IE = Taskflow("information_extraction", schema=keys.DISCHARGE_RECORD_SCHEMA, model="uie-x-base", task_path="config/model/discharge_record_model", layout_analysis=False) -COST_IE = Taskflow("information_extraction", schema=keys.COST_LIST_SCHEMA, model="uie-x-base", device_id=1, +COST_IE = Taskflow("information_extraction", schema=keys.COST_LIST_SCHEMA, model="uie-x-base", task_path="config/model/cost_list_model", layout_analysis=False) OCR = PaddleOCR(use_angle_cls=False, lang="ch", show_log=False)