galfar / deskew

Deskew is a command line tool for deskewing scanned text documents. It uses Hough transform to detect "text lines" in the image. As an output, you get an image rotated so that the lines are horizontal.
http://galfar.vevb.net/deskew
Mozilla Public License 2.0
164 stars 26 forks source link

How do you use the compression parameter? #26

Closed raduslmn closed 4 years ago

raduslmn commented 4 years ago

Could you please make an example with the compression parameter? I get an error: Invalid parameters! when i try to use lzw compression for TIFF files.

galfar commented 4 years ago

This way it works: deskew -c tlzw -o lard.tif lard.png