Sha256: bd8a70a707023f95d9d5d27e4f014fba1ab75c522b1d1649eab357e8acb0c75f

Contents?: true

Size: 758 Bytes

Versions: 3

Compression:

Stored size: 758 Bytes

Contents

SUBDIRS =
AM_CPPFLAGS = \
    -I$(top_srcdir)/ccstruct -I$(top_srcdir)/ccutil \
    -I$(top_srcdir)/image -I$(top_srcdir)/viewer \
    -I$(top_srcdir)/pageseg

include_HEADERS = \
    blkocc.h blobcmpl.h drawedg.h drawtord.h edgblob.h \
    edgloop.h fpchop.h gap_map.h makerow.h oldbasel.h \
    pithsync.h pitsync1.h scanedg.h sortflts.h tessout.h \
    topitch.h tordmain.h tospace.h tovars.h underlin.h \
    wordseg.h

lib_LIBRARIES = libtesseract_textord.a
libtesseract_textord_a_SOURCES = \
    blkocc.cpp drawedg.cpp drawtord.cpp edgblob.cpp \
    edgloop.cpp fpchop.cpp gap_map.cpp makerow.cpp oldbasel.cpp \
    pithsync.cpp pitsync1.cpp scanedg.cpp sortflts.cpp \
    topitch.cpp tordmain.cpp tospace.cpp tovars.cpp underlin.cpp \
    wordseg.cpp

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tesseract_bin-1.0.2 vendor/tesseract-2.04/textord/Makefile.am
tesseract_bin-1.0.1 vendor/tesseract-2.04/textord/Makefile.am
tesseract_bin-1.0.0 vendor/tesseract-2.04/textord/Makefile.am