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?".
I am scanning some old documents and need to pre-process before OCR. I have found in paint.net a function called reduce noise where with a radius of 200 and a strength of 1 (strength is range 0 to 1) I can move from image 1 to image 2 (these are low res versions of the large tif files I actually have but give the general impression) basically cleaning up the grey background to white.
I have about 600 of these to do! What is the equivalent function in Imagemagick. -despeckle doesn't seem to do it & I think -blur might be right, but can't get right effect.
You would have to play with the threshold value to suit your images - it converts the image to black and white. The output file format should not be JPG because it will introduce compression artifacts which will probably confuse the OCR engine.
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.