MCPcopy
hub / github.com/RapidAI/RapidOCR / mkdir

Function mkdir

python/rapidocr/utils/utils.py:42–43  ·  view source on GitHub ↗
(dir_path)

Source from the content-addressed store, hash-verified

40
41
42def mkdir(dir_path):
43 Path(dir_path).mkdir(parents=True, exist_ok=True)
44
45
46def quads_to_rect_bbox(bbox: np.ndarray) -> Tuple[float, float, float, float]:

Callers 8

download_modelsFunction · 0.85
__init__Method · 0.85
__init__Method · 0.85
_get_engine_pathMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
config_npuMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…