Skip to content

Commit

Permalink
Added Right-to-left/Bidi capability in the output iterators for Hebre…
Browse files Browse the repository at this point in the history
…w/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

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@651 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
[email protected] committed Feb 2, 2012
1 parent 5bc5e2a commit 3a998fe
Show file tree
Hide file tree
Showing 30 changed files with 6,015 additions and 1,218 deletions.
21 changes: 12 additions & 9 deletions ccmain/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/textord

include_HEADERS = \
control.h cube_reco_context.h \
docqual.h fixspace.h \
imgscale.h osdetect.h output.h \
paramsd.h pgedit.h reject.h scaleimg.h \
control.h cube_reco_context.h cubeclassifier.h \
docqual.h equationdetect.h fixspace.h \
imgscale.h ltrresultiterator.h mutableiterator.h osdetect.h output.h \
pageiterator.h paragraphs.h paragraphs_internal.h paramsd.h pgedit.h \
reject.h resultiterator.h scaleimg.h \
tessbox.h tessedit.h tesseractclass.h \
tesseract_cube_combiner.h \
tessvars.h tfacep.h tfacepp.h thresholder.h \
Expand All @@ -38,11 +39,13 @@ endif

libtesseract_main_la_SOURCES = \
adaptions.cpp applybox.cpp \
control.cpp cube_control.cpp cube_reco_context.cpp \
docqual.cpp fixspace.cpp fixxht.cpp \
imgscale.cpp osdetect.cpp output.cpp pagesegmain.cpp \
pagewalk.cpp paramsd.cpp pgedit.cpp reject.cpp scaleimg.cpp \
recogtraining.cpp tesseract_cube_combiner.cpp \
control.cpp cube_control.cpp cube_reco_context.cpp cubeclassifier.cpp \
docqual.cpp equationdetect.cpp fixspace.cpp fixxht.cpp \
imgscale.cpp ltrresultiterator.cpp \
osdetect.cpp output.cpp pageiterator.cpp pagesegmain.cpp \
pagewalk.cpp paragraphs.cpp paramsd.cpp pgedit.cpp recogtraining.cpp \
reject.cpp resultiterator.cpp scaleimg.cpp \
tesseract_cube_combiner.cpp \
tessbox.cpp tessedit.cpp tesseractclass.cpp tessvars.cpp \
tfacepp.cpp thresholder.cpp \
werdit.cpp
Loading

0 comments on commit 3a998fe

Please sign in to comment.