diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-08-14 13:24:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:39 +0700 |
commit | b12828e343290b42822e720416f5189b6f50e54a (patch) | |
tree | 2fbe07bbe20aa2141109df5e36ebaae8599b3b02 /graphics/deskew/README | |
parent | 5efb5b861caccb1635bb539970773b3377b02e77 (diff) | |
download | slackbuilds-b12828e343290b42822e720416f5189b6f50e54a.tar.gz |
graphics/deskew: Added (cli tool for deskewing text images).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/deskew/README')
-rw-r--r-- | graphics/deskew/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/deskew/README b/graphics/deskew/README new file mode 100644 index 0000000000..2e2e664bbb --- /dev/null +++ b/graphics/deskew/README @@ -0,0 +1,3 @@ +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. |