Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
MedCat
/
table_detection_3
like
0
Follow
MedCat
11
License:
mit
Model card
Files
Files and versions
Community
66655aa
table_detection_3
/
__init__.py
nguyenp99
Update __init__.py
ad1fb1d
verified
8 months ago
raw
Copy download link
history
blame
Safe
178 Bytes
import
plasma.meta
as
meta
from
.config
import
Config
from
.engine
import
Engine
@meta.entry_point
def
load_engine
(
cfg: Config=
None
, **kwargs
):
return
Engine(cfg, **kwargs)