tesseract/ccutil
2016-12-17 16:19:35 +03:00
..
ambigs.cpp Fix Cygwin compatibility 2016-06-17 15:52:01 +03:00
ambigs.h Formatting changes from clang_tidy on latest pull 2016-11-30 15:44:25 -08:00
basedir.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
basedir.h Fixed relative-to-executable tessdata location, while allowing for addition of terminating / 2012-10-09 00:41:08 +00:00
bits16.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
bits16.h Remove extra semicolons after member function definitions 2016-12-04 14:54:52 +01:00
bitvector.cpp Fixed a lot of compiler/clang warnings 2014-01-25 02:28:51 +00:00
bitvector.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
ccutil.cpp Added missing license headers 2016-11-18 15:53:11 -08:00
ccutil.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
clst.cpp Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
clst.h Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
doubleptr.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
elst2.cpp Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
elst2.h Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
elst.cpp Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
elst.h Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
errcode.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
errcode.h Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
fileerr.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
genericheap.h Fix #define guards in header files 2016-12-04 15:43:03 +01:00
genericvector.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
globaloc.cpp Turned on pdfrenderer functionality that needs leptonica 1.70 2014-01-23 23:01:10 +00:00
globaloc.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
hashfn.h Simplify delete operations 2016-11-24 17:59:13 +01:00
helpers.h Fixes to training process to allow incremental training from a recognition model 2016-11-30 15:51:17 -08:00
host.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
indexmapbidi.cpp Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
indexmapbidi.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
kdpair.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
lsterr.h Fix #define guards in header files 2016-12-04 15:43:03 +01:00
mainblk.cpp Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
Makefile.am Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
memry.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
memry.h Removed dead memory mangagement code 2012-02-02 02:51:56 +00:00
ndminx.h Harmless improvements from 3.00 going in to 2.04 2008-12-30 18:20:15 +00:00
nwmain.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
object_cache.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
ocrclass.h Fix windows build. 2016-11-24 17:32:23 +03:00
params.cpp Result of clang tidy on recent merge 2016-11-07 10:46:33 -08:00
params.h Made params more like Google flags 2014-01-09 17:24:06 +00:00
platform.h Remove unused macro _TESS_FILE_BASENAME 2016-12-04 15:43:03 +01:00
qrsequence.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
scanutils.cpp Remove conditional definition of off_t 2016-04-13 15:15:56 -04:00
scanutils.h Applied patch to refix issue 331 2014-04-23 23:12:53 +00:00
serialis.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
serialis.h Started TFile conversion to remove fmemopen 2014-08-11 23:09:25 +00:00
sorthelper.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
stderr.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
strngs.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
strngs.h More clang-tidy from previous commits 2016-12-06 13:45:49 -08:00
tesscallback.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
tessdatamanager.cpp Made LSTM the default engine, pushed cube out 2016-12-13 14:37:40 -08:00
tessdatamanager.h Made LSTM the default engine, pushed cube out 2016-12-13 14:37:40 -08:00
tprintf.cpp Moved -v to training 2014-01-09 17:25:12 +00:00
tprintf.h Moved -v to training 2014-01-09 17:25:12 +00:00
unichar.cpp Improved newlines and spaces in a box file so it works better with RTL languages. 2015-05-12 17:51:03 -07:00
unichar.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
unicharcompress.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
unicharcompress.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
unicharmap.cpp Fixed issue 736 2012-09-21 15:19:44 +00:00
unicharmap.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
unicharset.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
unicharset.h Fix building of training tools in shared configuration. 2016-12-17 16:19:35 +03:00
unicity_table.h Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
unicodes.cpp Remaining misc changes for 3.02 2012-02-02 03:14:43 +00:00
unicodes.h Replace reserved identifiers used in #define guards header files 2016-12-04 15:43:03 +01:00
universalambigs.cpp Misc fixes, mostly clang formatting, but some bug fixes in matrix, werd, and tesstrain_utils. Also updates unicharset to match traineddata files. 2015-07-09 14:28:20 -07:00
universalambigs.h Fix #define guards in header files 2016-12-04 15:43:03 +01:00