-
-
Notifications
You must be signed in to change notification settings - Fork 50
Scanner Drivers Support
Scanners implement in inverse of printers - input of documents and pages instead of output. Most scanners are attached to a printer, typically called a multi-function device (MFD), multi-function printer (MFP), or all-in-one (AIO) device, and so it is important that PAPPL models this relationship when appropriate.
The IPP Scan Service v1.0 specification defines the IPP interface, the data model, and the semantics of what PAPPL internally uses for scanners. But unfortunately IPP Scan isn't widely implemented and another "competing" standard called eSCL is used instead. Fortunately, it still uses most of the same data elements and semantics so we can support both with a common core implementation.
PAPPL is Copyright © 2019-2022 by Michael R Sweet.
This software is licensed under the Apache License Version 2.0 with an exception to allow linking against GPL2/LGPL2 software (like older versions of CUPS). See the files "LICENSE" and "NOTICE" for more information.