MCPcopy Create free account
hub / github.com/creatale/node-dv / PrintUsage

Function PrintUsage

deps/tesseract/api/tesseractmain.cpp:100–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void PrintUsage(const char* program) {
101 printf(
102 "Usage:\n"
103 " %s --help | --help-psm | --help-oem | --version\n"
104 " %s --list-langs [--tessdata-dir PATH]\n"
105 " %s --print-parameters [options...] [configfile...]\n"
106 " %s imagename|stdin outputbase|stdout [options...] [configfile...]\n",
107 program, program, program, program);
108}
109
110void PrintHelpForPSM() {
111 const char* msg =

Callers 1

PrintHelpMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected