Sha256: 13ab3b3808c6e9a27116bee59458292fcb9f7ae9ffbaf1a8c0daa1171aeb0def

Contents?: true

Size: 1.92 KB

Versions: 4

Compression:

Stored size: 1.92 KB

Contents

datadir = @datadir@/tessdata
data_DATA = confsets \
            fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto \
            fra.pffmtable fra.user-words fra.word-dawg fra.unicharset \
            ita.DangAmbigs ita.freq-dawg ita.inttemp ita.normproto \
            ita.pffmtable ita.user-words ita.word-dawg ita.unicharset \
            deu.DangAmbigs deu.freq-dawg deu.inttemp deu.normproto \
            deu.pffmtable deu.user-words deu.word-dawg deu.unicharset \
            spa.DangAmbigs spa.freq-dawg spa.inttemp spa.normproto \
            spa.pffmtable spa.user-words spa.word-dawg spa.unicharset \
            nld.DangAmbigs nld.freq-dawg nld.inttemp nld.normproto \
            nld.pffmtable nld.user-words nld.word-dawg nld.unicharset \
            eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto \
            eng.pffmtable eng.user-words eng.word-dawg eng.unicharset

SUBDIRS = configs tessconfigs

EXTRA_DIST = confsets makedummies

eng.DangAmbigs eng.freq-dawg eng.inttemp eng.normproto eng.pffmtable eng.user-words eng.word-dawg eng.unicharset : makedummies
	$(top_srcdir)/tessdata/makedummies eng
fra.DangAmbigs fra.freq-dawg fra.inttemp fra.normproto fra.pffmtable fra.user-words fra.word-dawg fra.unicharset : makedummies
	$(top_srcdir)/tessdata/makedummies fra
ita.DangAmbigs ita.freq-dawg ita.inttemp ita.normproto ita.pffmtable ita.user-words ita.word-dawg ita.unicharset : makedummies
	$(top_srcdir)/tessdata/makedummies ita
deu.DangAmbigs deu.freq-dawg deu.inttemp deu.normproto deu.pffmtable deu.user-words deu.word-dawg deu.unicharset : makedummies
	$(top_srcdir)/tessdata/makedummies deu
spa.DangAmbigs spa.freq-dawg spa.inttemp spa.normproto spa.pffmtable spa.user-words spa.word-dawg spa.unicharset : makedummies
	$(top_srcdir)/tessdata/makedummies spa
nld.DangAmbigs nld.freq-dawg nld.inttemp nld.normproto nld.pffmtable nld.user-words nld.word-dawg nld.unicharset : makedummies
	$(top_srcdir)/tessdata/makedummies nld

Version data entries

4 entries across 3 versions & 1 rubygems

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