pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/tesseract



Module name:    wip
Committed by:   thomasklausner
Date:           Fri Oct 27 22:30:56 UTC 2006

Import into wip/tesseract

Log Message:
Initial import of tesseract-1.02:

This code is a raw OCR engine. It has NO PAGE LAYOUT ANALYSIS, NO
OUTPUT FORMATTING, and NO UI. It can only process an image of a
single column and create text from it. It can detect fixed pitch
vs proportional text.  Having said that, in 1995, this engine was
in the top 3 in terms of character accuracy, and it compiles and
runs on both Linux and Windows. Another current limitation is that
it only recognizes English and its character set is only US-ASCII.
Training code IS included in the open source release however, and
will be included in a future release.

TODO:

Compiles fine, but dumps core on NetBSD-4.99.3/amd64. Backtrace:
Program terminated with signal 11, Segmentation fault.
#0  0x00000000004c1c70 in reverse32 ()
(gdb) bt
#0  0x00000000004c1c70 in reverse32 ()
#1  0x00000000004aed12 in read_squished_dawg ()
#2  0x00000000004aaded in init_permute ()
#3  0x0000000000485779 in program_editup ()
#4  0x0000000000485869 in start_recog ()
#5  0x0000000000403d04 in init_tesseract ()
#6  0x000000000040309b in main ()
(gdb)

Status:

Vendor Tag:     THOMASKLAUSNER
Release Tags:   THOMASKLAUSNER_20061028
                
N wip/tesseract/PLIST
N wip/tesseract/TODO
N wip/tesseract/Makefile
N wip/tesseract/DESCR
N wip/tesseract/distinfo
N wip/tesseract/files/tesseract.sh
N wip/tesseract/patches/patch-ae
N wip/tesseract/patches/patch-ag
N wip/tesseract/patches/patch-ac
N wip/tesseract/patches/patch-ah
N wip/tesseract/patches/patch-ab
N wip/tesseract/patches/patch-aa
N wip/tesseract/patches/patch-ad
N wip/tesseract/patches/patch-af

No conflicts created by this import


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index