ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
..
2014-01-18 13:42:29 +00:00
2014-01-18 13:42:29 +00:00

$OpenBSD: README,v 1.1 2014/01/18 13:42:29 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Before running Tesseract, if using another language than English, the
corresponding language pack should be installed.
e.g. sudo pkg_add tesseract-fra

Here's a quick HOWTO about optical character recognition using:
    scanimage(1) -- from the sane-backends package
    unpaper -- from the unpaper package
    convert(1) -- from the ImageMagick package
    tesseract

$ scanimage --mode gray --resolution 300 > scan.pnm
$ unpaper -b 0.5 -w 0.8 -l single scan.pnm scan1.pnm
$ convert scan1.pnm scan.tif
$ tesseract scan.tif scan.txt