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

Function parse_args

tools/eval_rec_all_long_simple.py:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls 2

parse_argsMethod · 0.95
ArgsParserClass · 0.90

Tested by

no test coverage detected