tesseract/textord
2023-08-30 14:22:29 +02:00
..
alignedblob.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
alignedblob.h Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding 2012-02-02 02:53:04 +00:00
baselinedetect.cpp backport from 4.00: changes in textord 2016-11-30 12:01:58 +01:00
baselinedetect.h Fixed a lot of compiler/clang warnings 2014-01-25 02:28:51 +00:00
bbgrid.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
bbgrid.h backport from 4.00: changes in textord 2016-11-30 12:01:58 +01:00
blkocc.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
blkocc.h More clang-tidy from previous commits 2016-12-08 15:50:22 +01:00
blobgrid.cpp Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding 2012-02-02 02:53:04 +00:00
blobgrid.h Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding 2012-02-02 02:53:04 +00:00
ccnontextdetect.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
ccnontextdetect.h Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding 2012-02-02 02:53:04 +00:00
cjkpitch.cpp Bunch of minor bug fixes/cleanups 2014-05-21 15:48:48 +00:00
cjkpitch.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
colfind.cpp textord: Remove unused constants 2016-09-06 21:49:26 +02:00
colfind.h textord: Fix typos in comments and strings 2015-11-04 21:58:42 +01:00
colpartition.cpp backport from 4.00: changes in textord 2016-11-30 12:01:58 +01:00
colpartition.h backport from 4.00: changes in textord 2016-11-30 12:01:58 +01:00
colpartitiongrid.cpp backport from 4.00: use ".empty()" instead of ".size() > 0" 2016-11-30 11:33:35 +01:00
colpartitiongrid.h textord: Fix typos in comments and strings 2015-11-04 21:58:42 +01:00
colpartitionset.cpp Moved params from global in page layout to tesseractclass, improved single column layout analysis 2014-10-07 09:31:00 -07:00
colpartitionset.h Moved params from global in page layout to tesseractclass, improved single column layout analysis 2014-10-07 09:31:00 -07:00
devanagari_processing.cpp fix build with leptonica >=1.82 2023-08-30 14:22:29 +02:00
devanagari_processing.h backport from 4.00: add missing License information 2016-11-25 13:13:28 +01:00
drawedg.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
drawedg.h backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
drawtord.cpp fix build with -DGRAPHICS_DISABLED 2014-01-11 23:08:54 +00:00
drawtord.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
edgblob.cpp Removed dependence on IMAGE class 2014-01-09 17:36:42 +00:00
edgblob.h Removed dependence on IMAGE class 2014-01-09 17:36:42 +00:00
edgloop.cpp Generalized feature extractor to allow fx from greyscale 2013-09-23 15:22:37 +00:00
edgloop.h Removed dependence on IMAGE class 2014-01-09 17:36:42 +00:00
equationdetectbase.cpp Added experimental equation detector 2012-02-02 02:50:01 +00:00
equationdetectbase.h Added experimental equation detector 2012-02-02 02:50:01 +00:00
fpchop.cpp Simplify delete operations 2016-12-07 15:59:11 +01:00
fpchop.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
gap_map.cpp backport from 4.00: add missing License information 2016-11-25 13:13:28 +01:00
gap_map.h backport from 4.00: add missing License information 2016-11-25 13:13:28 +01:00
imagefind.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
imagefind.h Renamed RGB to ComposeRGB to fix windows macro problem 2012-02-03 16:52:25 +00:00
linefind.cpp Remove unneeded code for old Leptonica versions 2017-04-22 19:26:18 +02:00
linefind.h Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding 2012-02-02 02:53:04 +00:00
Makefile.am Get OpenCL to compile on OS X 2015-08-26 02:03:07 -07:00
makerow.cpp Improve index range check 2017-05-19 19:58:08 +02:00
makerow.h Major refactor of control.cpp to enable line recognition 2014-08-11 23:23:06 +00:00
oldbasel.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
oldbasel.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
pithsync.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
pithsync.h backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
pitsync1.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
pitsync1.h backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
scanedg.cpp Fix some typos in comments (found by codespell) 2017-03-10 23:21:31 +01:00
scanedg.h Removed dependence on IMAGE class 2014-01-09 17:36:42 +00:00
sortflts.cpp remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
sortflts.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
strokewidth.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
strokewidth.h Fixed occurrence of small rotated blocks in loosely spaced text 2015-06-12 11:05:00 -07:00
tabfind.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
tabfind.h textord: Fix typos in comments and strings 2015-11-04 21:58:42 +01:00
tablefind.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
tablefind.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
tablerecog.cpp textord: Fix typos in comments and strings 2015-11-04 21:58:42 +01:00
tablerecog.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
tabvector.cpp backport from 4.00: use "const TBOX&" instead of "TBOX box" in textord 2016-11-30 11:14:34 +01:00
tabvector.h Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding 2012-02-02 02:53:04 +00:00
textlineprojection.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
textlineprojection.h Major improvements to layout analysis for better image detection, diacritic detection, better textline finding, better tabstop finding 2012-02-02 02:53:04 +00:00
textord.cpp Fewer g++ -Wmaybe-uninitialized warnings 2017-05-19 20:01:56 +02:00
textord.h textord: Fix typos in comments and strings 2015-11-04 21:58:42 +01:00
topitch.cpp Simplify new operations 2016-12-07 17:10:10 +01:00
topitch.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
tordmain.cpp backport from 4.00: changes in textord 2016-11-30 12:01:58 +01:00
tordmain.h Major change to improve layout analysis for heavily diacritic languages: 2015-05-12 16:47:02 -07:00
tospace.cpp backport from 4.00: changes in textord 2016-11-30 12:01:58 +01:00
tovars.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
tovars.h backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
underlin.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
underlin.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
wordseg.cpp NOP changes from static analysis in issue 1205 2014-08-12 16:09:12 -07:00
wordseg.h remove unused code (Windows related) 2013-07-08 18:21:10 +00:00
workingpartset.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
workingpartset.h Changes to textord for 3.00 2009-07-11 02:39:56 +00:00