$2000 for cleaning up scanned images

Do you need consulting from ImageMagick experts and are willing to pay for their expertise? Or are you well versed in ImageMagick and offer paid consulting? If so, post here otherwise post elsewhere for free assistance.
Post Reply
alasdairdf
Posts: 53
Joined: 2012-05-15T04:56:50-07:00
Authentication code: 13

$2000 for cleaning up scanned images

Post by alasdairdf »

Hello,

I can pay $2000 for an IM expert to help out with some scripts for cleaning up scanned pages from books. I would be even more interested if anyone can combine IM with some programming, or OpenCV. But just IM would be OK too.

These scans can consist of single images containing text, pictures, noise, artifacts, etc.

Problems:
Background removal - currently I do this by manufacturing a predicted gradient background for the image and then dividing the original image by this predicted gradient. I think this could be optimized much further into something quite sophisticated.
Thresholding - probably local adaptive is the best bet, but will need some testing and optimization.
Dithering of pictures - I have a good technique for this, but perhaps someone can improve on it.
Noise removal - removing noise without affecting any "wanted" parts of the image, such as punctuation, pictures, borders, horizontal or vertical lines, etc.
Autorotation - this can be done without IM with a bit of trig on the OCR coordinates, but maybe IM has a good way of doing it. Worth a try, especially it might be useful for picture only pages where I can't use the OCR results for this.
Removal of page edges - detecting where the actual page starts and removing everything that is not the page.

Please let me know if anyone is interested. More details will be provided to anyone interested.

Thanks,
Alasdair
Last edited by alasdairdf on 2014-05-14T07:27:39-07:00, edited 1 time in total.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: $2000 for cleaning up scanned images

Post by dlemstra »

If you want to combine IM with some programming you should probably also add your OS to the post. And can the latest version be used or does your system use an older version?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: $2000 for cleaning up scanned images

Post by snibgo »

You might also say if the pictures on the pages are colour or monochrome. This can make a big difference to the complexity of the processing.
snibgo's IM pages: im.snibgo.com
alasdairdf
Posts: 53
Joined: 2012-05-15T04:56:50-07:00
Authentication code: 13

Re: $2000 for cleaning up scanned images

Post by alasdairdf »

OS I'm working from is CentOS 6, 64bit. I actually use an older version of IM so that the effects of one particular feature are always the same. But I don't suppose it would be an issue to install 2 different version of IM at the same time? (Latest version and my preferred older version.)

These scans come in RGB but the result I want at the end is B&W dithered. At some point they have to be converted from color to grayscale and then to B&W, but when this is done is dependent on how to achieve the best results.
Post Reply