Search found 1 match

by TapeClean
2012-05-30T17:42:28-07:00
Forum: Users
Topic: "convert" command help - image to text
Replies: 1
Views: 2845

"convert" command help - image to text

Hi,

I want to use the "convert" command to produce clear black & white images which I can then use to train OCR software.

original pic:
http://dl.dropbox.com/u/46586058/imaori.png


After some time, with this command: "convert.exe ima.jpg -colorspace Gray -gaussian-blur 9.0 -level 0,30%,0,1 ...