MCPcopy
hub / github.com/JaidedAI/EasyOCR / main

Function main

easyocr/export.py:116–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114
115
116def main():
117 args = parse_args()
118 export_detector(detector_onnx_save_path=args.detector_onnx_save_path,
119 in_shape=args.in_shape,
120 lang_list=args.lang_list,
121 model_storage_directory=args.model_storage_directory,
122 user_network_directory=args.user_network_directory,
123 dynamic=args.dynamic)
124
125
126if __name__ == "__main__":

Callers 1

export.pyFile · 0.70

Calls 2

export_detectorFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…