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

Function parse_args

tools/infer/utility.py:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76def parse_args():
77 parser = init_args()
78 return parser.parse_args()
79
80
81def create_font(txt, sz, font_path='./doc/fonts/simfang.ttf'):

Callers 1

predict_rec.pyFile · 0.90

Calls 2

init_argsFunction · 0.85
parse_argsMethod · 0.45

Tested by

no test coverage detected