|
@@ -31,7 +31,7 @@ if os.getenv('USE_CUDA') == 'gpu':
|
|
|
print(f'use gpu: {use_gpu}')
|
|
|
|
|
|
# 初始化模型
|
|
|
-table_engine = PPStructure(layout=False, table=True, show_log=True, table_model_dir="/Users/sxkj/opt/python-workspace/yili-ocr/ocr-table/table_ocr_infer")
|
|
|
+table_engine = PPStructure(layout=False, table=True, show_log=True, table_model_dir="/Users/sxkj/opt/python-workspace/yili-ocr/ocr-table/SLANet/")
|
|
|
|
|
|
|
|
|
class TableInfo(BaseModel):
|