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.
Deskew happilly reports it saved the output file but in fact the is no output. Saving silently fails if file format fails to be determined.
This is a problem in the underlying imaginglib but Deskew should explicitly check if the extension of given output file indicates one of the supported file formats.
If you run something like this:
Deskew happilly reports it saved the output file but in fact the is no output. Saving silently fails if file format fails to be determined.
This is a problem in the underlying imaginglib but Deskew should explicitly check if the extension of given output file indicates one of the supported file formats.