-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help list for training/tesstrain.sh #1469
Labels
Comments
A simple implementation could display the commented out usage info.
|
The above falls through to parsing the arguments,
So, needs to be modified to exit the script. |
zdenop
added a commit
that referenced
this issue
Oct 9, 2018
* 'master' of https://github.com/tesseract-ocr/tesseract: Fix CID 1164579 (Explicit null dereferenced) print help for tesstrain.sh; fixes #1469 Fix CID 1395882 (Uninitialized scalar variable) Fix comments Move content of ipoints.h to points.h and remove ipoints.h remove duplicate help from combine_lang_model Fix typo. use tprintf instead of printf to be able disable messages by quiet option (issue #1240) add "sudo ldconfig" to install instruction. fixes #1212 unittest: Replace NULL by nullptr unittest: Format code tesseract app: check if input file exists; fixes #1023 Format code (replace ( xxx ) by (xxx)) Simplify boolean expressions Win32: use the ISO C and C++ conformant name "_putenv" instead of deprecated "putenv"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend a help list when someone execute only
training/tesstrain.sh
and a more detailed if used withtraining/tesstrain.sh --help
like the other commandsThe text was updated successfully, but these errors were encountered: