summarylogtreecommitdiffstats
path: root/cups-ocr.install
blob: b377ea67c92e625a711b221d65ef9529818bcc5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  cat << "EOF"
-------------------------------------------------
To use cups-ocr, restart cups and visit the cups
web interface at http://localhost:631/

You can now add a "Virtual Printer (OCR Printer)"
and use the Postscript/Generic postscript color
printer driver.

Note that cups-ocr has a configuration
file in /etc/cups. The default location for
pdf output is /var/spool/cups-ocr/$username.
-------------------------------------------------
EOF
}