改用单卡识别
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user