Releases: rocketraman/sane-scan-pdf
Releases · rocketraman/sane-scan-pdf
v1.4 — Named Option Groups
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
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
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
- 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
v1.0 Update README re sem dependency