.. |
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
|
IcuErrorCode: Define virtual destructor in .cpp file
|
2018-09-04 12:11:23 +02:00 |
cntraining.cpp
|
Format code (replace ( xxx ) by (xxx))
|
2018-09-29 08:21:25 +02:00 |
combine_lang_model.cpp
|
remove duplicate help from combine_lang_model
|
2018-10-01 21:22:51 +02:00 |
combine_tessdata.cpp
|
Add missing cerrno includes - fixes #1986
|
2018-10-13 16:02:48 -04: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
|
commontraining: Fix two comments
|
2018-10-15 11:15:49 +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 |
icuerrorcode.cpp
|
IcuErrorCode: Define virtual destructor in .cpp file
|
2018-09-04 12:11:23 +02:00 |
icuerrorcode.h
|
Add missing include file (fixes linker error for Visual Studio)
|
2018-09-04 12:22:57 +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
|
Javanese script training
|
2018-08-16 12:15:10 +00: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
|
lstmtraining: Handle failed remove syscall (CID 1396166)
|
2018-10-16 16:53:23 +02:00 |
Makefile.am
|
Remove tab character in source files
|
2018-10-12 11:31:10 +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
|
Win32: use the ISO C and C++ conformant name "_putenv" instead of deprecated "putenv"
|
2018-09-28 20:53:57 +02:00 |
pango_font_info.h
|
prefer to use FreeType for pango_cairo_font_map
|
2018-09-28 11:07:26 +02: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
|
revert debug message commited by mistake
|
2018-10-13 11:20:25 +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
|
Remove tab character in source files
|
2018-10-12 11:31:10 +02:00 |
tesstrain_utils.sh
|
fix "mkdir -dt" for bds, mac and cygwin
|
2018-10-14 18:08:50 +02:00 |
tesstrain.sh
|
print help for tesstrain.sh; fixes #1469
|
2018-10-02 11:35:10 +02:00 |
text2image.cpp
|
fixes #408 - text2image: comma in font name
|
2018-10-13 15:23:40 +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
|
taking as kCOnsonant in validate_grapheme
|
2018-08-27 12:09:34 +00:00 |
validate_grapheme.h
|
Fix line endings
|
2018-04-25 19:04:50 +02:00 |
validate_indic.cpp
|
Javanese script training
|
2018-08-16 12:15:10 +00:00 |
validate_indic.h
|
Fix line endings
|
2018-04-25 19:04:50 +02:00 |
validate_javanese.cpp
|
Javanese Validation works now - for the most part
|
2018-08-27 21:00:35 +00:00 |
validate_javanese.h
|
Fix new whitespace issues
|
2018-08-23 18:18:15 +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
|
Validator: Define virtual destructor in .cpp file
|
2018-09-04 07:48:43 +02:00 |
validator.h
|
Validator: Define virtual destructor in .cpp file
|
2018-09-04 07:48:43 +02:00 |
wordlist2dawg.cpp
|
Move training to src.
|
2018-04-25 11:35:26 +03:00 |