Skip to content

Commit

Permalink
show out filename on successful created of traineddata (combine_lang_…
Browse files Browse the repository at this point in the history
…model)
  • Loading branch information
zdenop committed Jan 8, 2023
1 parent 005bfe4 commit 804b636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/training/unicharset/lang_model_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ int CombineLangModel(const UNICHARSET &unicharset, const std::string &script_dir
tprintf("Error writing output traineddata file!!\n");
return EXIT_FAILURE;
}
tprintf("Created %s/%s/%s.traineddata", output_dir, lang, lang);
return EXIT_SUCCESS;
}

Expand Down

0 comments on commit 804b636

Please sign in to comment.