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 think I ask a hard question, which probably has no answer, but I'll try. Is it possible to equalize lightness of the picture? In other words, to make the same effect like in Book Restorer. You can see picture before and after below (be careful, big images!).
If you are on Linux/Mac or Windows/Cygwin, you can try my textcleaner script from the link below. Otherwise, you need to play with -lat (local area threshholding), which is the basis of the script.
There are a number of ways. Such as -lat, and dividing the image by a blurred version of itself.
But really Fred's Text cleaner is a good starting point.