scanpdf icon indicating copy to clipboard operation
scanpdf copied to clipboard

Fix a python3 bug and allow additional CLI options

Open okennedy opened this issue 3 years ago • 0 comments

  • Recent python versions want relative import paths explicitly specified. from version import __version__ becomes from .version import __version__.
  • Added a CLI option to specify the scanning device.
  • Added a CLI option to override the SANE configurations folder.

okennedy avatar Oct 23 '21 17:10 okennedy