Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PaddlePaddle/PaddleOCR
/ close
Method
close
tests/api_client/test_cli.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
return
[str(Path(destination) /
"ocr-page-1.png"
)]
42
43
def
close(self):
44
return
None
45
46
monkeypatch.setattr(cli,
"PaddleOCRClient"
, FakeClient)
47
Callers
6
main
Function · 0.45
train
Function · 0.45
eval
Function · 0.45
get_center
Function · 0.45
predict_det.py
File · 0.45
load_gt_from_file
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected