Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JaidedAI/EasyOCR
/ load_all
Method
load_all
easyocr/DBNet/model/constructor.py:51–54 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
49
return
cls
50
51
def
load_all(self, **kwargs):
52
for
name, state in self.states.items():
53
if
state.autoload:
54
self.load(name, **kwargs)
55
56
def
load(self, state_name, **kwargs):
57
# FIXME: kwargs should be filtered
Callers
4
__init__
Method · 0.95
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
1
load
Method · 0.95
Tested by
no test coverage detected