Search found 2 matches
- 2019-03-17T07:13:45-07:00
- Forum: Users
- Topic: Clean scan text flatbed scanner ?
- Replies: 3
- Views: 5843
Re: Clean scan text flatbed scanner ?
Hello and thanks for reply / help :) - I scan many different documents in black white (gray) it can be receipts or payslips or other documents therefore I want an imagemagick command that is universal but it may not be possible? - If I have to change the command constantly according to the document ...
- 2019-03-16T14:54:18-07:00
- Forum: Users
- Topic: Clean scan text flatbed scanner ?
- Replies: 3
- Views: 5843
Clean scan text flatbed scanner ?
I try to find some standards I can use to clean scanned text documents in linux is there a standard command i can use with imagemagick in a script that will do part of the work? I've seen the following: for img in *.jpg; do mogrify -normalize -level 10%,90% -sharpen 0x1 $img; done On the following ...