Skip to content

Commit

Permalink
Use TIFF format as Scanner output
Browse files Browse the repository at this point in the history
This is necessary to work around a Tesseract bug in which
monochrome images are color-inverted.
  • Loading branch information
Ben Morgan committed Jan 15, 2019
1 parent d66f5f7 commit fde61b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanbro.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Scanner(Processor):
"""

binary = 'scanimage'
filetype = 'png'
filetype = 'tiff'
multiple_out = True

def __init__(self, config):
Expand Down

0 comments on commit fde61b2

Please sign in to comment.