"After the image being scanned." I need to give a better quality image, to use OCR. When the image is not good muido, for example the letter "e" is not very "readable" OCR recognizes as the letter "c". There is something to this in ImageEn? A demo?
Depends which is the image problem. For example, to remove noise you could try: ImageEnView.Proc.RemoveNoise or RemoveIsolatedPixels. But it could be a contrast problem or sharpness problem, then you could use: AutoSharp or Contrast. There are also AutoImageEnhance1, 2,3... etc... If the problem is a bad resolution (too low), often there is nothing to do: anyway you could try to increase image size using interpolation with Proc.Resample.