tesseract/training
2017-07-14 10:05:05 -07:00
..
ambiguous_words.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
boxchar.cpp Fixes from pull of cleanups: clang tidied, reviewed, fixed new bugs, undeleted needed code. Probably breaks the build, due to some inclusion of changes in utf8/32 conversion 2017-07-14 09:30:14 -07:00
boxchar.h Added std:: to some stl types 2017-04-27 17:15:35 -07:00
classifier_tester.cpp Reviewed uses of reinterpret_cast 2017-05-11 01:58:40 +02:00
CMakeLists.txt Remove strcasestr which is no longer needed 2017-06-03 10:11:44 +02:00
cntraining.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
combine_tessdata.cpp fix filenames in comments 2017-07-02 17:35:47 -04:00
commandlineflags.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
commandlineflags.h Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
commontraining.cpp Fixes from pull of cleanups: clang tidied, reviewed, fixed new bugs, undeleted needed code. Probably breaks the build, due to some inclusion of changes in utf8/32 conversion 2017-07-14 09:30:14 -07:00
commontraining.h Merge pull request #569 from stweil/nullptr 2016-12-15 09:05:20 +01:00
dawg2wordlist.cpp Added extra Init that takes a memory buffer or a filereader function pointer to enable read of traineddata from memory or foreign file systems. Updated existing readers to use TFile API instead of FILE. This does not yet add big-endian capability to LSTM, but it is very easy from here. 2017-04-27 15:48:23 -07:00
degradeimage.cpp More formatting fixes from clang tidy 2017-04-28 13:38:32 -07:00
degradeimage.h training: Replace NULL by nullptr 2016-12-14 21:08:36 +01:00
fileio.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
fileio.h fileio: Replace assert with tprintf() and exit(1) 2016-08-30 07:13:56 +02:00
icuerrorcode.h Major refactor of beam search, elimination of dead code, misc bug fixes, updates to Makefile.am, Changelog etc. 2013-09-23 15:26:50 +00:00
language-specific.sh err -> err_exit 2017-01-20 18:50:47 +03:00
ligature_table.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
ligature_table.h clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
lstmeval.cpp Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
lstmtester.cpp Reviewed uses of reinterpret_cast 2017-05-11 01:58:40 +02:00
lstmtester.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
lstmtraining.cpp Fewer g++ -Wunused-variable warnings 2017-05-11 23:36:05 +02:00
Makefile.am Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
merge_unicharsets.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
mergenf.cpp Fix building of training tools in shared configuration. 2016-12-17 16:19:35 +03:00
mergenf.h clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
mftraining.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
normstrngs.cpp Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
normstrngs.h Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
pango_font_info.cpp Fixes from pull of cleanups: clang tidied, reviewed, fixed new bugs, undeleted needed code. Probably breaks the build, due to some inclusion of changes in utf8/32 conversion 2017-07-14 09:30:14 -07:00
pango_font_info.h Fixes from pull of cleanups: clang tidied, reviewed, fixed new bugs, undeleted needed code. Probably breaks the build, due to some inclusion of changes in utf8/32 conversion 2017-07-14 09:30:14 -07:00
set_unicharset_properties.cpp Added missing license headers 2016-11-18 15:53:11 -08:00
shapeclustering.cpp clang-tidy changes from sync 2017-01-25 16:20:19 -08:00
stringrenderer.cpp Fixes from pull of cleanups: clang tidied, reviewed, fixed new bugs, undeleted needed code. Probably breaks the build, due to some inclusion of changes in utf8/32 conversion 2017-07-14 09:30:14 -07:00
stringrenderer.h Fixes from pull of cleanups: clang tidied, reviewed, fixed new bugs, undeleted needed code. Probably breaks the build, due to some inclusion of changes in utf8/32 conversion 2017-07-14 09:30:14 -07:00
tessopt.cpp fix filenames in comments 2017-07-02 17:35:47 -04:00
tessopt.h fix filenames in comments 2017-07-02 17:35:47 -04:00
tesstrain_utils.sh Fix some issues reported by shellcheck (SC2004, SC2006) 2016-12-14 14:11:24 +01:00
tesstrain.sh Fix some issues reported by shellcheck (SC2004, SC2006) 2016-12-14 14:11:24 +01:00
text2image.cpp Fewer g++ -Wsign-compare warnings (cont.) 2017-05-11 23:14:52 +02:00
tlog.cpp New training tool text2image 2014-01-09 18:04:20 +00:00
tlog.h tlog: Remove unused macro TLOG_FATAL 2016-08-29 19:11:01 +02:00
unicharset_extractor.cpp Fixes from pull of cleanups: clang tidied, reviewed, fixed new bugs, undeleted needed code. Probably breaks the build, due to some inclusion of changes in utf8/32 conversion 2017-07-14 09:30:14 -07:00
unicharset_training_utils.cpp Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
unicharset_training_utils.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
util.h fix linux build, remove not used folder and spec file 2014-01-10 23:52:04 +00:00
validate_grapheme.cpp Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validate_grapheme.h Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validate_indic.cpp Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validate_indic.h Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validate_khmer.cpp Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validate_khmer.h Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validate_myanmar.cpp Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validate_myanmar.h Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validator.cpp Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
validator.h Added script-specific validation and normalization for virama-using scripts and updated normalization for others 2017-07-14 10:05:05 -07:00
wordlist2dawg.cpp Remove unused include statements for freelist.h 2017-05-01 17:12:43 +02:00