81ddca477f
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. A tiff reader is built in that will read uncompressed TIFF images, or libtiff can be added to read compressed images. reworked from scratch from an original submission by jrrs at ice-nine dot org a while ago on ports@; he's been non-responsive so far so I'm taking MAINTAINERship.
13 lines
726 B
Plaintext
13 lines
726 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/09/17 10:17:27 ajacoutot Exp $
|
|
--- Makefile.in.orig Sun Jul 13 18:34:58 2008
|
|
+++ Makefile.in Sun Jul 13 18:35:11 2008
|
|
@@ -76,7 +76,7 @@ PACKAGE_YEAR = @PACKAGE_YEAR@
|
|
RANLIB = @RANLIB@
|
|
VERSION = @VERSION@
|
|
|
|
-SUBDIRS = ccstruct ccutil classify cutil dict pageseg image textord viewer wordrec ccmain training tessdata testing dlltest java
|
|
+SUBDIRS = ccstruct ccutil classify cutil dict pageseg image textord viewer wordrec ccmain training tessdata testing dlltest
|
|
|
|
EXTRA_DIST = eurotext.tif phototest.tif ReleaseNotes tesseract.spec config tesseract.dsp tesseract.dsw tesseract.vcproj tesseract.sln StdAfx.cpp StdAfx.h tessdll.cpp tessdll.h tessdll.dsp tessdll.vcproj
|
|
|