Skip to content

Commit

Permalink
General changes for version 1.04
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@57 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith committed May 16, 2007
1 parent a59e5dc commit b6fb075
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 27 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ Feb 2 2007 - V1.03
Added ifdefs to eliminate graphics code and add embedded platform support.
Incorporated several patches, including 64-bit builds, Mac builds.
Minor accuracy improvements.

May 15 2007 - V1.04
Added dll exports for Windows.
Fixed name collisions with stl etc.
Made some preliminary changes ready for unicodeization.
Several bug fixes discovered during unicodeization.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TODO(luc) Add 'doc' to this list when ready
SUBDIRS = ccstruct ccutil classify cutil dict display image textord viewer wordrec ccmain training tessdata

EXTRA_DIST = tessdata phototest.tif tesseract.dsp tesseract.dsw
EXTRA_DIST = tessdata phototest.tif tesseract.dsp tesseract.dsw StdAfx.cpp StdAfx.h tessdll.cpp tessdll.h tessdll.dsp tessdll.dll tessdll.lib
#EXTRA_DIST = doc/html doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.pdf doc/@PACKAGE_NAME@_@PACKAGE_VERSION@.ps.gz

dist-hook:
Expand Down
15 changes: 15 additions & 0 deletions ReleaseNotes
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Tesseract release notes May 15, 2007 - V1.04.
Added a dll interface for windows. Thanks to Glen at Jetsoft for contributing
this. To use the dll, include tessdll.h, import tessdll.lib and put tessdll.dll
somewhere where the system can find it.
Fixed a bunch of name collisions - mostly with stl.
Made some preliminary changes for unicode compatibility. Includes a new data
file (unicharset) and renaming of the other data files to eng.* to support
different languages.
There are also several other minor bug fixes and portability improvements
for 64 bit, the latest visual studio compiler etc. Thanks to all who have
contributed these fixes.

NOTE: This is likely to be the last English-only release!


Tesseract release notes Feb 2, 2007 - V1.03.
Added mftraining and cntraining. Using an image with a box file, tesseract
generates .tr output files. cntraining runs on the .tr files to make
Expand Down
8 changes: 5 additions & 3 deletions ccutil/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ AM_CXXFLAGS = -DTESSDATA_PREFIX=@datadir@/

include_HEADERS = \
basedir.h bits16.h clst.h debugwin.h elst2.h elst.h errcode.h \
fileerr.h getopt.h globaloc.h hashfn.h host.h hosthplb.h lsterr.h \
fileerr.h tessopt.h globaloc.h hashfn.h host.h hosthplb.h lsterr.h \
mainblk.h memblk.h memryerr.h memry.h mfcpch.h ndminx.h notdll.h \
nwmain.h ocrclass.h ocrshell.h platform.h secname.h serialis.h \
stderr.h strngs.h tessclas.h tprintf.h varable.h \
mfcpch.cpp scanutils.cpp scanutils.h unichar.h
mfcpch.cpp scanutils.cpp scanutils.h unichar.h \
unicharmap.h unicharset.h

lib_LIBRARIES = libtesseract_ccutil.a
libtesseract_ccutil_a_SOURCES = \
basedir.cpp bits16.cpp clst.cpp debugwin.cpp elst.cpp \
elst2.cpp errcode.cpp globaloc.cpp hashfn.cpp mainblk.cpp \
memblk.cpp memry.cpp ocrshell.cpp serialis.cpp strngs.cpp \
tprintf.cpp varable.cpp unichar.cpp getopt.cpp
tprintf.cpp varable.cpp unichar.cpp tessopt.cpp \
unicharmap.cpp unicharset.cpp
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ----------------------------------------

AC_PREREQ(2.50)
AC_INIT(Tesseract, 1.03, theraysmith@users.sourceforge.net)
AC_INIT(Tesseract, 1.04, theraysmith@gmail.com)
AC_REVISION($Id: configure.ac,v 1.4 2007/02/02 22:38:17 theraysmith Exp $)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(ccmain/tesseractmain.cpp)
Expand All @@ -17,8 +17,8 @@ AC_CANONICAL_HOST
# Define date of package, etc. Could be useful in auto-generated
# documentation.
# TODO(luc) Generate good documentation using doxygen or equivalent
PACKAGE_YEAR=2006
PACKAGE_DATE="06/2006"
PACKAGE_YEAR=2007
PACKAGE_DATE="05/2007"

AC_DEFINE_UNQUOTED(PACKAGE_NAME,["${PACKAGE_NAME}"],[Name of package])
AC_DEFINE_UNQUOTED(PACKAGE_VERSION,["${PACKAGE_VERSION}"],[Version number])
Expand Down
88 changes: 72 additions & 16 deletions tesseract.dsp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 15 additions & 3 deletions tesseract.dsw
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00

###############################################################################

Project: "cnTraining"=.\training\cnTraining.dsp - Package Owner=<4>
Project: "cnTraining"=".\training\cnTraining.dsp" - Package Owner=<4>

Package=<5>
{{{
Expand All @@ -15,7 +15,7 @@ Package=<4>

###############################################################################

Project: "mfTraining"=.\training\mfTraining.dsp - Package Owner=<4>
Project: "mfTraining"=".\training\mfTraining.dsp" - Package Owner=<4>

Package=<5>
{{{
Expand All @@ -27,7 +27,19 @@ Package=<4>

###############################################################################

Project: "tesseract"=.\tesseract.dsp - Package Owner=<4>
Project: "tessdll"=".\tessdll.dsp" - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "tesseract"=".\tesseract.dsp" - Package Owner=<4>

Package=<5>
{{{
Expand Down

0 comments on commit b6fb075

Please sign in to comment.