Skip to content

Releases: DIYBookScanner/spreads

Version 0.4.2

05 Jan 21:02
Compare
Choose a tag to compare
  • Fix for packaging issues
  • Bugfix for older Tesseract versions, where the "--list-langs" option is not available
  • Bugfix for terminals that don't support all UTF8 characters

Version 0.4

25 Dec 00:33
Compare
Choose a tag to compare
  • Use chdkptp utility for controlling cameras with CHDK firmware
  • Fix instability when shooting with CHDK cameras
  • Shoot images in RAW/DNG file format (experimental)
  • Remove download step, images will be directly streamed to the project
    directory
  • Remove combine plugin, images will be combined in capture step
  • Device driver and plugins, as well as their order of execution can be set
    interactively via the configure subcommand, which has to be run before
    the first usage.
  • Lots of internal API changes

Version 0.3.3 ('Revenge of the Namespaces')

28 Aug 07:51
Compare
Choose a tag to compare

Bugfix Release

  • Fix typo in device manager that prevent drivers from being loaded

Version 0.3.2

24 Aug 08:43
Compare
Choose a tag to compare

Bugfix release

Fixes a critical bug in the device driver namespace that prevented drivers from being loaded.

(Note to self: Do integration testing before releases...)

Version 0.3.1

24 Aug 08:42
Compare
Choose a tag to compare

Bugfix Release

Fixes a critical bug that prevented spreads to be installed.

Version 0.3

23 Aug 14:34
Compare
Choose a tag to compare
  • Plugins can add completely new subcommands.
  • GUI plugin that provides a graphical workflow wizard.
  • Tesseract plugin that can perform OCR on captured images.
  • pdfbeads plugin can include recognized text in a hidden layer if OCR has been performed beforehand.
  • Use EXIF tags to persist orientation information instead of JPEG comments.
  • Better logging with colorized output
  • Simplified multithreading/multiprocessing code
  • CHDK driver is a lot more stable now

v0.2

08 Jul 08:43
Compare
Choose a tag to compare
  • New plugin system based on Doug Hellmann's stevedore package, allows packages to extend spreads without being included in the core distribution
  • The driver for CHDK cameras no longer relies on gphoto2 and ptpcam, but relies on Abel Deuring's pyptpchdk package to communicate with the cameras.
  • Wand is now used to deal with image data instead of Pillow
  • New 'colorcorrection' plugin allows users to automatically correct white balance.
  • Improved tutorial

v0.1

08 Jul 08:39
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release