mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 15:03:45 +08:00
show out filename on successful created of traineddata (combine_lang_model)
This commit is contained in:
parent
005bfe4950
commit
804b63646f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user