Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JaidedAI/EasyOCR
/ __init__
Method
__init__
easyocr/DBNet/model/detector.py:20–23 ·
view source on GitHub ↗
(self, cmd={}, **kwargs)
Source
from the content-addressed store, hash-verified
18
model_args = State()
19
20
def
__init__(self, cmd={}, **kwargs):
21
self.load_all(**kwargs)
22
if
'backbone'
in cmd:
23
self.model_args[
'backbone'
] = cmd[
'backbone'
]
24
25
@property
26
def
model_name(self):
Callers
nothing calls this directly
Calls
1
load_all
Method · 0.80
Tested by
no test coverage detected