Skip to content

Commit

Permalink
Document hidden combo flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmorris committed Oct 23, 2023
1 parent 8cee06d commit 0717470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/training/combine_tessdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0717470

Please sign in to comment.