diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-29 16:42:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-29 16:42:08 +0000 |
commit | f3d1c60866070b137ed0ef242de6168d2465b69f (patch) | |
tree | 02ef90e56fa4eeff40d4ae1afa0b2ec1f45f936a /graphics/tesseract/PLIST | |
parent | f5ee184e8687adf92c86fc17eaed1c29622de2cc (diff) | |
download | pkgsrc-f3d1c60866070b137ed0ef242de6168d2465b69f.tar.gz |
Update to 2.01:
August 27 2007 - V2.01
Fixed 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.
Diffstat (limited to 'graphics/tesseract/PLIST')
-rw-r--r-- | graphics/tesseract/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tesseract/PLIST b/graphics/tesseract/PLIST index 2346d3cbd36..211075c2960 100644 --- a/graphics/tesseract/PLIST +++ b/graphics/tesseract/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2007/07/28 01:02:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/11/29 16:42:09 wiz Exp $ bin/cntraining bin/mftraining bin/tesseract @@ -25,6 +25,7 @@ include/tesseract/blobcmp.h include/tesseract/blobcmpl.h include/tesseract/blobs.h include/tesseract/blread.h +include/tesseract/boxread.h include/tesseract/callcpp.h include/tesseract/callnet.h include/tesseract/charcut.h @@ -275,6 +276,7 @@ lib/libtesseract_viewer.a lib/libtesseract_wordrec.a libexec/tesseract share/doc/tesseract/README +share/tessdata/configs/api_config share/tessdata/configs/box.train share/tessdata/configs/inter share/tessdata/configs/makebox |