MCPcopy Create free account
hub / github.com/Topdu/OpenOCR / parse_args

Function parse_args

tools/eval_rec_all_ch.py:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def parse_args():
18 parser = ArgsParser()
19 args = parser.parse_args()
20 return args
21
22
23def main():

Callers 1

mainFunction · 0.70

Calls 2

parse_argsMethod · 0.95
ArgsParserClass · 0.90

Tested by

no test coverage detected