diff options
author | sat <sat@FreeBSD.org> | 2007-07-18 20:59:54 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-18 20:59:54 +0800 |
commit | 004ceb4457f7f6b2ea075c612f6f56023acf7095 (patch) | |
tree | 9520474422e13f038c6fb7254775e3ba0f1ea90b /graphics/Makefile | |
parent | da3559610a04fd78cb1eacf62165dd90c64dde39 (diff) | |
download | freebsd-ports-gnome-004ceb4457f7f6b2ea075c612f6f56023acf7095.tar.gz freebsd-ports-gnome-004ceb4457f7f6b2ea075c612f6f56023acf7095.tar.zst freebsd-ports-gnome-004ceb4457f7f6b2ea075c612f6f56023acf7095.zip |
Add port graphics/tesseract:
The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV
Accuracy test. Between 1995 and 2006 it had little work done on it, but
it is probably one of the most accurate open source OCR engines
available. The source code will read a binary, grey or color image and
output text.
WWW: http://code.google.com/p/tesseract-ocr/
Based on: pkgsrc package
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 901c3e201cee..506637a194b9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -679,6 +679,7 @@ SUBDIR += synaesthesia SUBDIR += tcm SUBDIR += telak + SUBDIR += tesseract SUBDIR += tgif SUBDIR += tif22pnm SUBDIR += tiff |