mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Document hidden combo flags
This commit is contained in:
parent
8cee06da5a
commit
07174708ff
@ -265,6 +265,9 @@ int main(int argc, char **argv) {
|
||||
"Usage for listing directory of components:\n"
|
||||
" %s -d traineddata_file\n\n",
|
||||
argv[0]);
|
||||
printf(
|
||||
"NOTE: Above two flags may combined as -dl or -ld to get both outputs"
|
||||
);
|
||||
printf(
|
||||
"Usage for compacting LSTM component to int:\n"
|
||||
" %s -c traineddata_file\n",
|
||||
|
Loading…
Reference in New Issue
Block a user