tesseract_bin 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -0,0 +1,8 @@
1
+ #!/bin/sh
2
+ for f in DangAmbigs freq-dawg inttemp normproto pffmtable unicharset user-words word-dawg
3
+ do
4
+ if [ ! -r $1.$f ]
5
+ then
6
+ touch $1.$f
7
+ fi
8
+ done
@@ -0,0 +1,3 @@
1
+ datadir = @datadir@/tessdata/tessconfigs
2
+ data_DATA = batch batch.nochop nobatch matdemo segdemo msdemo
3
+ EXTRA_DIST = batch batch.nochop nobatch matdemo segdemo msdemo
@@ -0,0 +1,344 @@
1
+ # Makefile.in generated by automake 1.10.1 from Makefile.am.
2
+ # @configure_input@
3
+
4
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
+ # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6
+ # This Makefile.in is free software; the Free Software Foundation
7
+ # gives unlimited permission to copy and/or distribute it,
8
+ # with or without modifications, as long as this notice is preserved.
9
+
10
+ # This program is distributed in the hope that it will be useful,
11
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
+ # PARTICULAR PURPOSE.
14
+
15
+ @SET_MAKE@
16
+
17
+ VPATH = @srcdir@
18
+ pkgdatadir = $(datadir)/@PACKAGE@
19
+ pkglibdir = $(libdir)/@PACKAGE@
20
+ pkgincludedir = $(includedir)/@PACKAGE@
21
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
+ install_sh_DATA = $(install_sh) -c -m 644
23
+ install_sh_PROGRAM = $(install_sh) -c
24
+ install_sh_SCRIPT = $(install_sh) -c
25
+ INSTALL_HEADER = $(INSTALL_DATA)
26
+ transform = $(program_transform_name)
27
+ NORMAL_INSTALL = :
28
+ PRE_INSTALL = :
29
+ POST_INSTALL = :
30
+ NORMAL_UNINSTALL = :
31
+ PRE_UNINSTALL = :
32
+ POST_UNINSTALL = :
33
+ build_triplet = @build@
34
+ host_triplet = @host@
35
+ subdir = tessdata/tessconfigs
36
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
+ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
39
+ $(top_srcdir)/configure.ac
40
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
+ $(ACLOCAL_M4)
42
+ mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
43
+ CONFIG_HEADER = $(top_builddir)/config_auto.h
44
+ CONFIG_CLEAN_FILES =
45
+ SOURCES =
46
+ DIST_SOURCES =
47
+ am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48
+ am__vpath_adj = case $$p in \
49
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50
+ *) f=$$p;; \
51
+ esac;
52
+ am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
53
+ am__installdirs = "$(DESTDIR)$(datadir)"
54
+ dataDATA_INSTALL = $(INSTALL_DATA)
55
+ DATA = $(data_DATA)
56
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
+ ACLOCAL = @ACLOCAL@
58
+ AMTAR = @AMTAR@
59
+ AUTOCONF = @AUTOCONF@
60
+ AUTOHEADER = @AUTOHEADER@
61
+ AUTOMAKE = @AUTOMAKE@
62
+ AWK = @AWK@
63
+ CC = @CC@
64
+ CCDEPMODE = @CCDEPMODE@
65
+ CFLAGS = @CFLAGS@
66
+ CPP = @CPP@
67
+ CPPFLAGS = @CPPFLAGS@
68
+ CXX = @CXX@
69
+ CXXCPP = @CXXCPP@
70
+ CXXDEPMODE = @CXXDEPMODE@
71
+ CXXFLAGS = @CXXFLAGS@
72
+ CYGPATH_W = @CYGPATH_W@
73
+ DEFS = @DEFS@
74
+ DEPDIR = @DEPDIR@
75
+ ECHO_C = @ECHO_C@
76
+ ECHO_N = @ECHO_N@
77
+ ECHO_T = @ECHO_T@
78
+ EGREP = @EGREP@
79
+ EXEEXT = @EXEEXT@
80
+ GREP = @GREP@
81
+ INSTALL = @INSTALL@
82
+ INSTALL_DATA = @INSTALL_DATA@
83
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
84
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
85
+ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
86
+ LDFLAGS = @LDFLAGS@
87
+ LIBOBJS = @LIBOBJS@
88
+ LIBS = @LIBS@
89
+ LIBTIFF_CFLAGS = @LIBTIFF_CFLAGS@
90
+ LIBTIFF_LIBS = @LIBTIFF_LIBS@
91
+ LTLIBOBJS = @LTLIBOBJS@
92
+ MAINT = @MAINT@
93
+ MAKEINFO = @MAKEINFO@
94
+ MKDIR_P = @MKDIR_P@
95
+ OBJEXT = @OBJEXT@
96
+ PACKAGE = @PACKAGE@
97
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
98
+ PACKAGE_DATE = @PACKAGE_DATE@
99
+ PACKAGE_NAME = @PACKAGE_NAME@
100
+ PACKAGE_STRING = @PACKAGE_STRING@
101
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
102
+ PACKAGE_VERSION = @PACKAGE_VERSION@
103
+ PACKAGE_YEAR = @PACKAGE_YEAR@
104
+ PATH_SEPARATOR = @PATH_SEPARATOR@
105
+ RANLIB = @RANLIB@
106
+ SET_MAKE = @SET_MAKE@
107
+ SHELL = @SHELL@
108
+ STRIP = @STRIP@
109
+ VERSION = @VERSION@
110
+ abs_builddir = @abs_builddir@
111
+ abs_srcdir = @abs_srcdir@
112
+ abs_top_builddir = @abs_top_builddir@
113
+ abs_top_srcdir = @abs_top_srcdir@
114
+ ac_ct_CC = @ac_ct_CC@
115
+ ac_ct_CXX = @ac_ct_CXX@
116
+ am__include = @am__include@
117
+ am__leading_dot = @am__leading_dot@
118
+ am__quote = @am__quote@
119
+ am__tar = @am__tar@
120
+ am__untar = @am__untar@
121
+ bindir = @bindir@
122
+ build = @build@
123
+ build_alias = @build_alias@
124
+ build_cpu = @build_cpu@
125
+ build_os = @build_os@
126
+ build_vendor = @build_vendor@
127
+ builddir = @builddir@
128
+ datadir = @datadir@/tessdata/tessconfigs
129
+ datarootdir = @datarootdir@
130
+ docdir = @docdir@
131
+ dvidir = @dvidir@
132
+ exec_prefix = @exec_prefix@
133
+ host = @host@
134
+ host_alias = @host_alias@
135
+ host_cpu = @host_cpu@
136
+ host_os = @host_os@
137
+ host_vendor = @host_vendor@
138
+ htmldir = @htmldir@
139
+ includedir = @includedir@
140
+ infodir = @infodir@
141
+ install_sh = @install_sh@
142
+ libdir = @libdir@
143
+ libexecdir = @libexecdir@
144
+ localedir = @localedir@
145
+ localstatedir = @localstatedir@
146
+ mandir = @mandir@
147
+ mkdir_p = @mkdir_p@
148
+ oldincludedir = @oldincludedir@
149
+ pdfdir = @pdfdir@
150
+ prefix = @prefix@
151
+ program_transform_name = @program_transform_name@
152
+ psdir = @psdir@
153
+ sbindir = @sbindir@
154
+ sharedstatedir = @sharedstatedir@
155
+ srcdir = @srcdir@
156
+ sysconfdir = @sysconfdir@
157
+ target_alias = @target_alias@
158
+ top_builddir = @top_builddir@
159
+ top_srcdir = @top_srcdir@
160
+ data_DATA = batch batch.nochop nobatch matdemo segdemo msdemo
161
+ EXTRA_DIST = batch batch.nochop nobatch matdemo segdemo msdemo
162
+ all: all-am
163
+
164
+ .SUFFIXES:
165
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
166
+ @for dep in $?; do \
167
+ case '$(am__configure_deps)' in \
168
+ *$$dep*) \
169
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
170
+ && exit 0; \
171
+ exit 1;; \
172
+ esac; \
173
+ done; \
174
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tessdata/tessconfigs/Makefile'; \
175
+ cd $(top_srcdir) && \
176
+ $(AUTOMAKE) --gnu tessdata/tessconfigs/Makefile
177
+ .PRECIOUS: Makefile
178
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
179
+ @case '$?' in \
180
+ *config.status*) \
181
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
182
+ *) \
183
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
184
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
185
+ esac;
186
+
187
+ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
188
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
189
+
190
+ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
191
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
192
+ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
193
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
194
+ install-dataDATA: $(data_DATA)
195
+ @$(NORMAL_INSTALL)
196
+ test -z "$(datadir)" || $(MKDIR_P) "$(DESTDIR)$(datadir)"
197
+ @list='$(data_DATA)'; for p in $$list; do \
198
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
199
+ f=$(am__strip_dir) \
200
+ echo " $(dataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/$$f'"; \
201
+ $(dataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/$$f"; \
202
+ done
203
+
204
+ uninstall-dataDATA:
205
+ @$(NORMAL_UNINSTALL)
206
+ @list='$(data_DATA)'; for p in $$list; do \
207
+ f=$(am__strip_dir) \
208
+ echo " rm -f '$(DESTDIR)$(datadir)/$$f'"; \
209
+ rm -f "$(DESTDIR)$(datadir)/$$f"; \
210
+ done
211
+ tags: TAGS
212
+ TAGS:
213
+
214
+ ctags: CTAGS
215
+ CTAGS:
216
+
217
+
218
+ distdir: $(DISTFILES)
219
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
220
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
221
+ list='$(DISTFILES)'; \
222
+ dist_files=`for file in $$list; do echo $$file; done | \
223
+ sed -e "s|^$$srcdirstrip/||;t" \
224
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
225
+ case $$dist_files in \
226
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
227
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
228
+ sort -u` ;; \
229
+ esac; \
230
+ for file in $$dist_files; do \
231
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
232
+ if test -d $$d/$$file; then \
233
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
234
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
235
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
236
+ fi; \
237
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
238
+ else \
239
+ test -f $(distdir)/$$file \
240
+ || cp -p $$d/$$file $(distdir)/$$file \
241
+ || exit 1; \
242
+ fi; \
243
+ done
244
+ check-am: all-am
245
+ check: check-am
246
+ all-am: Makefile $(DATA)
247
+ installdirs:
248
+ for dir in "$(DESTDIR)$(datadir)"; do \
249
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
250
+ done
251
+ install: install-am
252
+ install-exec: install-exec-am
253
+ install-data: install-data-am
254
+ uninstall: uninstall-am
255
+
256
+ install-am: all-am
257
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
258
+
259
+ installcheck: installcheck-am
260
+ install-strip:
261
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
262
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
263
+ `test -z '$(STRIP)' || \
264
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
265
+ mostlyclean-generic:
266
+
267
+ clean-generic:
268
+
269
+ distclean-generic:
270
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
271
+
272
+ maintainer-clean-generic:
273
+ @echo "This command is intended for maintainers to use"
274
+ @echo "it deletes files that may require special tools to rebuild."
275
+ clean: clean-am
276
+
277
+ clean-am: clean-generic mostlyclean-am
278
+
279
+ distclean: distclean-am
280
+ -rm -f Makefile
281
+ distclean-am: clean-am distclean-generic
282
+
283
+ dvi: dvi-am
284
+
285
+ dvi-am:
286
+
287
+ html: html-am
288
+
289
+ info: info-am
290
+
291
+ info-am:
292
+
293
+ install-data-am: install-dataDATA
294
+
295
+ install-dvi: install-dvi-am
296
+
297
+ install-exec-am:
298
+
299
+ install-html: install-html-am
300
+
301
+ install-info: install-info-am
302
+
303
+ install-man:
304
+
305
+ install-pdf: install-pdf-am
306
+
307
+ install-ps: install-ps-am
308
+
309
+ installcheck-am:
310
+
311
+ maintainer-clean: maintainer-clean-am
312
+ -rm -f Makefile
313
+ maintainer-clean-am: distclean-am maintainer-clean-generic
314
+
315
+ mostlyclean: mostlyclean-am
316
+
317
+ mostlyclean-am: mostlyclean-generic
318
+
319
+ pdf: pdf-am
320
+
321
+ pdf-am:
322
+
323
+ ps: ps-am
324
+
325
+ ps-am:
326
+
327
+ uninstall-am: uninstall-dataDATA
328
+
329
+ .MAKE: install-am install-strip
330
+
331
+ .PHONY: all all-am check check-am clean clean-generic distclean \
332
+ distclean-generic distdir dvi dvi-am html html-am info info-am \
333
+ install install-am install-data install-data-am \
334
+ install-dataDATA install-dvi install-dvi-am install-exec \
335
+ install-exec-am install-html install-html-am install-info \
336
+ install-info-am install-man install-pdf install-pdf-am \
337
+ install-ps install-ps-am install-strip installcheck \
338
+ installcheck-am installdirs maintainer-clean \
339
+ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
340
+ pdf-am ps ps-am uninstall uninstall-am uninstall-dataDATA
341
+
342
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
343
+ # Otherwise a system limit (for SysV at least) may be exceeded.
344
+ .NOEXPORT:
@@ -0,0 +1,2 @@
1
+ # No content needed as all defaults are correct.
2
+
@@ -0,0 +1,2 @@
1
+ chop_enable 0
2
+ enable_assoc 0
@@ -0,0 +1,7 @@
1
+ #################################################
2
+ # Adaptive Matcher Using PreAdapted Templates
3
+ #################################################
4
+
5
+ EnableAdaptiveDebugger 1
6
+ MatchDebugFlags 6
7
+ MatcherDebugLevel 1
@@ -0,0 +1,13 @@
1
+ #################################################
2
+ # Adaptive Matcher Using PreAdapted Templates
3
+ #################################################
4
+
5
+ EnableAdaptiveDebugger 1
6
+ MatchDebugFlags 6
7
+ MatcherDebugLevel 1
8
+
9
+ display_splits 0
10
+ display_all_words 1
11
+ display_all_blobs 1
12
+ display_segmentations 2
13
+ display_ratings 1
@@ -0,0 +1,2 @@
1
+ display_text 0
2
+
@@ -0,0 +1,9 @@
1
+ #################################################
2
+ # Adaptive Matcher Using PreAdapted Templates
3
+ #################################################
4
+
5
+ display_splits 0
6
+ display_all_words 1
7
+ display_all_blobs 1
8
+ display_segmentations 2
9
+ display_ratings 1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tesseract_bin}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Danilo Jeremias da Silva}]
12
- s.date = %q{2012-01-30}
12
+ s.date = %q{2012-01-31}
13
13
  s.description = %q{Gem binary of tesseract version 2.04}
14
14
  s.email = %q{dannnylo@gmail.com}
15
15
  s.extensions = [%q{ext/tesseract_bin/extconf.rb}]
@@ -27,6 +27,35 @@ Gem::Specification.new do |s|
27
27
  "VERSION",
28
28
  "ext/tesseract_bin/extconf.rb",
29
29
  "lib/tesseract_bin.rb",
30
+ "tessdata/Makefile.am",
31
+ "tessdata/Makefile.in",
32
+ "tessdata/configs/Makefile.am",
33
+ "tessdata/configs/Makefile.in",
34
+ "tessdata/configs/api_config",
35
+ "tessdata/configs/box.train",
36
+ "tessdata/configs/box.train.stderr",
37
+ "tessdata/configs/inter",
38
+ "tessdata/configs/kannada",
39
+ "tessdata/configs/makebox",
40
+ "tessdata/configs/unlv",
41
+ "tessdata/confsets",
42
+ "tessdata/eng.DangAmbigs",
43
+ "tessdata/eng.freq-dawg",
44
+ "tessdata/eng.inttemp",
45
+ "tessdata/eng.normproto",
46
+ "tessdata/eng.pffmtable",
47
+ "tessdata/eng.unicharset",
48
+ "tessdata/eng.user-words",
49
+ "tessdata/eng.word-dawg",
50
+ "tessdata/makedummies",
51
+ "tessdata/tessconfigs/Makefile.am",
52
+ "tessdata/tessconfigs/Makefile.in",
53
+ "tessdata/tessconfigs/batch",
54
+ "tessdata/tessconfigs/batch.nochop",
55
+ "tessdata/tessconfigs/matdemo",
56
+ "tessdata/tessconfigs/msdemo",
57
+ "tessdata/tessconfigs/nobatch",
58
+ "tessdata/tessconfigs/segdemo",
30
59
  "tesseract_bin.gemspec",
31
60
  "test/helper.rb",
32
61
  "test/test_tesseract_bin.rb",