"convert" command help - image to text

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
TapeClean
Posts: 1
Joined: 2012-05-30T17:37:16-07:00
Authentication code: 13

"convert" command help - image to text

Post by TapeClean »

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:
Image


After some time, with this command: "convert.exe ima.jpg -colorspace Gray -gaussian-blur 9.0 -level 0,30%,0,1 -paint 1 -depth 1 -quality 100 -shave 40x20 ima.png"
Image

Anybody please help me!!!!

[]'s
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: "convert" command help - image to text

Post by anthony »

This seems to be more about breaking 'are you human' tests.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply