MCPcopy
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

mainFunction · 0.45
trainFunction · 0.45
evalFunction · 0.45
get_centerFunction · 0.45
predict_det.pyFile · 0.45
load_gt_from_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected