Skip to content

Releases: rocketraman/sane-scan-pdf

v1.4 — Named Option Groups

19 Apr 17:00
Compare
Choose a tag to compare

The configuration function is really useful, and is now even better with named option groups. See the README for more details.

v1.3 — Configurations and more

18 Jan 06:35
Compare
Choose a tag to compare

Thanks primarily to external contributors (@p @surmann @DavidFromNL) and to various people reporting issues (:heart:).

  • Better behavior when --truncation is combined with --skip-empty-pages
  • Allow specifying additional driver-specific options via --driver-options
  • Allow disabling the default page size (--no-default-size), if the hardware does not support page size/location arguments
  • Allow specifying a language for OCR (--language)
  • Configurable white thresholds for empty page detection
  • Software-based (ImagicMagick) post-processing to alter brightness and contrast (--brightness-contrast-sw)
  • Allow passing an empty value for the device argument, which can help when using scanbd (see the README)
  • Save script configuration in files to avoid having to specify the relevant arguments every time the script is used
  • Fix various bugs

v1.2

11 Mar 03:14
Compare
Choose a tag to compare

Performance for color scans, which should now be 10-50 times faster than before!

Thanks to @prismplex for reporting #19. I noted this on my own machine but never bother to dig deeper.

See d33c8ca.

v1.1

04 Aug 22:41
Compare
Choose a tag to compare
  • CPU constrained processing to prevent fast scanners from overloading the host computer (#4)
  • Cropping improvements (#8)
  • Driver option pass-through (#9)
  • Correct searchable PDFs output page size (#12)
  • Bash stylistic changes and some additional option error handling
  • Various minor enhancements and doc improvements

Initial official release

09 Aug 06:20
Compare
Choose a tag to compare
v1.0

Update README re sem dependency