📄 releasenotes
字号:
Tesseract release notes April 22 2008 - V2.032.02 was unrunnable, due to a last-minute "simple" change.2.03 fixes the problem and also adds an include check for leptonicato make it more usable.Tesseract release notes April 21 2008 - V2.02Improvements to clustering, training and classifier.Major internationalization improvements for large-character-setlanguages, eg Kannada.Removed some compiler warnings.Added multipage tiff support for training and running.Updated graphics output to talk to new java-based viewer.Added ability to save n-best lists.Added leptonica support for more file types.Improved Init/End to make them safe.Reduced memory use of dictionaries.Added some new APIs to TessBaseAPI.Fixed namespace collisions with jpeg library (INT32).Portability fixes for Windows for new code.Updates to autoconf system for new code.Tesseract release notes August 27 2007 - V2.01Fixed UTF8 input problems with box file reader.Fixed various infinite loops and crashes in dawg code.Removed include of config_auto.h from host.h.Added automatic wctype encoding to unicharset_extractor.Fixed dawg table too full error.Removed svn files from tarball.Added new functions to tessdll.Increased maximum utf8 string in a classification result to 8.Tesseract release notes July 17, 2007 - V2.00First release of the International version.This version recognizes the following languages:English - engFrench - fraItalian - itaGerman - deuSpanish - spaDutch - nldThe language codes follow ISO 639-2. The default language is English.To recognize another language:tesseract inputimage outputbase -l langcodeTo train on a new language, see separate documentation.More languages will be appearing over time.List of changes in this release: Converted internal character handling to UTF8. Trained with 6 languages. Added unicharset_extractor, wordlist2dawg. Added boxfile creation mode. Added UNLV regression test capability. Fixed problems with copyright and registered symbols. Fixed extern "C" declarations problem. Made some improvements to consistency of accuracy across platforms. Added vc++ express support.Instructions for downloading and building version 2.00.Things have changed quite a bit since the previous versions so please read carefully.*All users*The tarballs are split into pieces.tesseract-2.00.tar.gz contains all the source code.tesseract-2.00.<lang>.tar.gt contains the data files for <lang>. You need at least one of these or tesseract will not work.tesseract-2.00.exe.tar.gz is not for the 'exe' language. It is windows executables. They are built with VC++ express and come with absolutely no warranty. If they work for you then great, otherwise get visual C++ express (and the platform sdk) and build from the source.*Non-windows users*As with 1.04, this version works with make install.*New* there is a tesseract.spec for making rpms. (Thanks to Andrew Ziem for the help.)It might work with your OS if you know how to do that sort of thing.If you are linking to the libraries, as with Ocropus, there is now a single masterlibrary called libtesseract_full.a.*Windows users*If you are building from the sources, there are still dsw and dsp files for vc++6 and alsosln and vcproj files for vc++ express.The dll has been updated to allow input of non-binary images. (Thanks to Glen of Jetsoft.)Tesseract release notes May 15, 2007 - V1.04.=== Windows users only ===Added a dll interface for windows. Thanks to Glen at Jetsoft for contributingthis. To use the dll, include tessdll.h, import tessdll.lib and put tessdll.dllsomewhere where the system can find it. There is also a small dlltest programto test the dll. Run with:dlltest phototest.tif phototest.txtIt will output the text from phototest.tif with bounding box information.**New for Windows** the distribution now includes tesseract.exe and tessdll.dllwhich *might* work out of the box! There are no guarantees as you needVC++6 versions of mfc and crt (at least) for it to work. (Batteries notincluded, and certainly no installshield.)== Important note for anyone building with make: i.e. anyone except devstudiousers ==This release includes new standardization for the data directory. To enableTesseract to find its data files, you must either:./configuremakemake installto move the data files to the standard place, or:export TESSDATA_PREFIX="directory in which your tessdata resides/"(or equivalent) in your .profile or whatever or setenv to set the environmentvariable. Note that the directory must end in a /HAVING tesseract and tessdata IN THE SAME DIRECTORY DOES NOT WORK ANY MORE.== All users ==Fixed a bunch of name collisions - mostly with stl.Made some preliminary changes for unicode compatibility. Includes a new datafile (unicharset) and renaming of the other data files to eng.* to supportdifferent languages.There are also several other minor bug fixes and portability improvementsfor 64 bit, the latest visual studio compiler etc. Thanks to all who havecontributed these fixes.NOTE: This is likely to be the last English-only release!Apologies in advance to non-windows users for bloating the distribution withwindows executables. This will probably get fixed in the next release withthe multi-language capability, since that will also bloat the distribution.Tesseract release notes Feb 2, 2007 - V1.03.Added mftraining and cntraining. Using an image with a box file, tesseractgenerates .tr output files. cntraining runs on the .tr files to makenormproto that lives in tessdata. mftraining runs on the .tr files tomake inttemp and pffmtable in tessdata. These are the main data filesthat tesseract uses to recognize characters. At present, the code to makedictionary files is not yet available, nor are any sample box files orrebuilt inttemp or documentation to create any of these. Recognition isstill limited to the ASCII set, but when this problem is fixed, documentationwill follow.Added a new API with adaptive thresholding for grey and color images.See ccmain/baseapi.h/cpp for details. The main program has been convertedto use the API as an example. See main() in ccmain/tesseractmain.cpp fordetails. The API is designed to make it easy to add subclasses with abilityto output the bounding boxes etc from the internal structures. The adaptivethresholding improves accuracy (most of the time) on non-binary images.Many memory leaks have been fixed. There are no known leaks left from usingthe API correctly.The adaptive classifier was not operating correctly. This bug, and severalothers have been fixed, including poor chopping, an indefinite (if not quiteinfinite) loop in the number parser, and a couple of crash bugs. Thanks toall that have contributed bugs and bug fixes.It is now possible to build without any of the graphics support to save codesize using #define GRAPHICS_DISABLED. There is also a new EMBEDDED definefor use on operating systems with limited library support.64-bit and Mac OSX buildability is now included in the mainline source tree.Thanks to all that have contributed patches and comments to help with that.1.03 is also endian-independent, apart from the tiff i/o, so if you uselibtiff, the code should run on all platforms, even if you get/create newdata files of a different endinanness.Some of the bug fixes improve accuracy, and so do some of the changes toDangAmbigs and user-words.Tesseract release notes, Oct 4 2006 - V1.02.Removed dependency on aspirin. *All* code is now licensed under Apache2.0.Tesseract release notes, Sep 7 2006 - V1.01.Fixes for this release:Added mfcpch.cpp and getopt.cpp for VC++.Fixed problem with greyscale images and no libtiff.Stopped debug window from being used for the usage output.Fixed load of inttemp for big-endian architectures.Fixed some Mac compilation issues.This version should read uncompressed 8 bit grey and 24 bit color tiffswithout having to have libtiff. It does a dumb threshold though, so don'texpect good results from poor contrast or images of natural scenes etc.If you just run tesseract with no command line args you should now get asensible usage message on linux, with or without X-windows.If you can get it to compile on a PPC Mac, it may now run correctly,although not all the build issues are fixed yet.Building Tesseract:Windows:Unpack the tar.gz archiveOpen tesseract.dsw in DevStudio (preferably version 6, higher versions will be more difficult)Set Win32 - Release as the active configuration.Build.Copy tesseract.exe from bin.rel up one directory level.Run tesseract phototest.tif phototestThis will create phototest.txt.Linux:Unpack the tar.gz archive./configuremakeCopy tesseract from ccmain up one directory level (or create a symbolic link)Run tesseract phototest.tif phototestThis will create phototest.txt.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -