tesseract/ccmain
2013-11-01 12:42:54 +00:00
..
adaptions.cpp 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
applybox.cpp count lines from 1 in APPLY_BOXES error message; remove not needed file 2013-11-01 12:42:54 +00:00
control.cpp 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
control.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
cube_control.cpp 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
cube_reco_context.cpp Added Right-to-left/Bidi capability in the output iterators for Hebrew/Arabic, Added paragraph detection in layout analysis/post OCR, Fixed inconsistent xheight during training and over-chopping, Added simultaneous multi-language capability, Refactored top-level word recognition module, Fixed problems with internally scaled images 2012-02-02 02:59:49 +00:00
cube_reco_context.h Added Right-to-left/Bidi capability in the output iterators for Hebrew/Arabic, Added paragraph detection in layout analysis/post OCR, Fixed inconsistent xheight during training and over-chopping, Added simultaneous multi-language capability, Refactored top-level word recognition module, Fixed problems with internally scaled images 2012-02-02 02:59:49 +00:00
cubeclassifier.cpp Refactored classifier to make it easier to add new ones 2013-09-23 15:16:01 +00:00
cubeclassifier.h Refactored classifier to make it easier to add new ones 2013-09-23 15:16:01 +00:00
docqual.cpp 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
docqual.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
equationdetect.cpp 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
equationdetect.h Added experimental equation detector 2012-02-02 02:50:01 +00:00
fixspace.cpp 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
fixspace.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
fixxht.cpp 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
imgscale.cpp 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
imgscale.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
ltrresultiterator.cpp 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
ltrresultiterator.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
Makefile.am fix issue 967 2013-09-29 20:48:06 +00:00
mutableiterator.h Added Right-to-left/Bidi capability in the output iterators for Hebrew/Arabic, Added paragraph detection in layout analysis/post OCR, Fixed inconsistent xheight during training and over-chopping, Added simultaneous multi-language capability, Refactored top-level word recognition module, Fixed problems with internally scaled images 2012-02-02 02:59:49 +00:00
osdetect.cpp Generalized feature extractor to allow fx from greyscale 2013-09-23 15:19:50 +00:00
osdetect.h fix issue 967 2013-09-29 20:48:06 +00:00
output.cpp 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
output.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
pageiterator.cpp 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
pageiterator.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
pagesegmain.cpp Generalized feature extractor to allow fx from greyscale 2013-09-23 15:19:50 +00:00
pagewalk.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
paragraphs_internal.h Fixed typos and improved comments 2012-09-21 15:31:20 +00:00
paragraphs.cpp fix issue 972 2013-09-23 19:54:06 +00:00
paragraphs.h Provide better paragraph segmentation without having to run fully 2012-05-10 00:03:34 +00:00
paramsd.cpp fix configure.ac; unify identifiers (WIN32 vs _WIN32) 2012-03-02 17:31:24 +00:00
paramsd.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
pgedit.cpp Generalized feature extractor to allow fx from greyscale 2013-09-23 15:19:50 +00:00
pgedit.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
recogtraining.cpp 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
reject.cpp 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
reject.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
resultiterator.cpp Fixed problem with NULL STRINGs 2012-09-21 15:22:22 +00:00
resultiterator.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
scaleimg.cpp 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
scaleimg.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
superscript.cpp Improved sub/superscript treatment 2013-09-20 19:49:47 +00:00
tessbox.cpp 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
tessbox.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
tessedit.cpp Fixed fmemopen portability problem 2013-10-10 02:07:26 +00:00
tessedit.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
tesseract_cube_combiner.cpp 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
tesseract_cube_combiner.h fixing issue 628 (replacing __MSW32__ with _WIN32) and issue 614 (reverting "class DLLSYM STRING" to "class CCUTIL_API STRING") 2012-02-19 21:48:45 +00:00
tesseractclass.cpp Improved sub/superscript treatment 2013-09-20 19:49:47 +00:00
tesseractclass.h Improved sub/superscript treatment 2013-09-20 19:49:47 +00:00
tessvars.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
tessvars.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
tfacepp.cpp 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
thresholder.cpp Generalized feature extractor to allow fx from greyscale 2013-09-23 15:19:50 +00:00
thresholder.h fix issue 967 2013-09-29 20:48:06 +00:00
werdit.cpp 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
werdit.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