tesseract/src/training
Stefan Weil b19e69086c training: Add new flag --workspace_dir to tesstraining_utils.sh
By default, that script creates two new temporary directories with random
names in /tmp.

The new command line flag --workspace_dir PATH uses the given path as
a base directory for all temporary files.

That allows better reproducable training results (no random directory
names in log files).

Signed-off-by: Stefan Weil <stweil@ub-backup.bib.uni-mannheim.de>
2018-07-26 17:14:19 +02:00
..
ambiguous_words.cpp Move training to src. 2018-04-25 11:35:26 +03:00
boxchar.cpp Remove public API file ndminx.h 2018-06-21 08:33:30 +02:00
boxchar.h Move training to src. 2018-04-25 11:35:26 +03:00
classifier_tester.cpp Merge remote-tracking branch 'my_repo/small_fixes' into small_fixes 2018-05-20 18:48:30 +03:00
CMakeLists.txt Move training to src. 2018-04-25 11:35:26 +03:00
cntraining.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
combine_lang_model.cpp Move training to src. 2018-04-25 11:35:26 +03:00
combine_tessdata.cpp Move training to src. 2018-04-25 11:35:26 +03:00
commandlineflags.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
commandlineflags.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
commontraining.cpp Fix typo and add TODO comment 2018-07-18 09:58:39 +02:00
commontraining.h Add an option to compile tesseract without the code of the legacy OCR engine 2018-07-03 18:49:42 +03:00
dawg2wordlist.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
degradeimage.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
degradeimage.h Fix line endings 2018-04-25 19:04:50 +02:00
fileio.cpp Replace ASSERT_HOST in genericvector.h 2018-06-20 22:32:17 +02:00
fileio.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
icuerrorcode.h training: Add missing linefeed to error message 2018-06-06 21:32:16 +02:00
lang_model_helpers.cpp Move training to src. 2018-04-25 11:35:26 +03:00
lang_model_helpers.h Move training to src. 2018-04-25 11:35:26 +03:00
language-specific.sh Add missing execute permission for script files 2018-07-19 20:25:41 +02:00
ligature_table.cpp Move training to src. 2018-04-25 11:35:26 +03:00
ligature_table.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
lstmeval.cpp Move training to src. 2018-04-25 11:35:26 +03:00
lstmtester.cpp Move training to src. 2018-04-25 11:35:26 +03:00
lstmtester.h Move training to src. 2018-04-25 11:35:26 +03:00
lstmtraining.cpp Fix file endings 2018-04-25 19:35:33 +02:00
Makefile.am Fix build with legacy engine disabled 2018-07-04 17:56:42 +02:00
merge_unicharsets.cpp Move training to src. 2018-04-25 11:35:26 +03:00
mergenf.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
mergenf.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
mftraining.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
normstrngs.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
normstrngs.h Move training to src. 2018-04-25 11:35:26 +03:00
pango_font_info.cpp Fix compiler warnings [-Wzero-as-null-pointer-constant] 2018-07-04 20:40:56 +02:00
pango_font_info.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
set_unicharset_properties.cpp Move training to src. 2018-04-25 11:35:26 +03:00
shapeclustering.cpp Move training to src. 2018-04-25 11:35:26 +03:00
stringrenderer.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
stringrenderer.h Move training to src. 2018-04-25 11:35:26 +03:00
tessopt.cpp Replace string.h by standard C++ cstring 2018-06-21 20:40:26 +02:00
tessopt.h Move training to src. 2018-04-25 11:35:26 +03:00
tesstrain_utils.sh training: Add new flag --workspace_dir to tesstraining_utils.sh 2018-07-26 17:14:19 +02:00
tesstrain.sh Add missing execute permission for script files 2018-07-19 20:25:41 +02:00
text2image.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
tlog.cpp Fix line endings 2018-04-25 19:04:50 +02:00
tlog.h Replace tprintf_internal by tprintf and clean tprintf code 2018-07-07 21:47:10 +02:00
unicharset_extractor.cpp Move training to src. 2018-04-25 11:35:26 +03:00
unicharset_training_utils.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
unicharset_training_utils.h Move training to src. 2018-04-25 11:35:26 +03:00
util.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
validate_grapheme.cpp Move training to src. 2018-04-25 11:35:26 +03:00
validate_grapheme.h Fix line endings 2018-04-25 19:04:50 +02:00
validate_indic.cpp Move training to src. 2018-04-25 11:35:26 +03:00
validate_indic.h Fix line endings 2018-04-25 19:04:50 +02:00
validate_khmer.cpp Fix line endings 2018-04-25 19:04:50 +02:00
validate_khmer.h Fix line endings 2018-04-25 19:04:50 +02:00
validate_myanmar.cpp Fix line endings 2018-04-25 19:04:50 +02:00
validate_myanmar.h Fix line endings 2018-04-25 19:04:50 +02:00
validator.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
validator.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
wordlist2dawg.cpp Move training to src. 2018-04-25 11:35:26 +03:00