VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Types Enumerations SeeAlso
In This Topic
    Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace (Vintasoft.Imaging.DocCleanup.JS)
    In This Topic
    Contains JavaScript classes for processing of document images.
    Types
    typeDescription
    Replaces color(s), defined as color sphere(s), in an image.
    Automatically inverts an image of document.
    Automatically inverts inverted text regions on an image.
    Automatically detects text orientation in a document image and rotates the image if necessary.
    Clears noise on the border of an image.
    Detects and removes borders around an image.
    Clears color noise on an image.
    Deskews an image, i.e. detects a correct position of a textual image.
    Detects rotation angle of a document image and rotates document image using the detected angle.
    Removes noise from an image.
    Provides the base class for document image processing commands, which can be applied to a web image.
    Provides the base class for document image processing commands, which can with image region and change image source.
    Provides the base class for document image processing commands, which can work with image region.
    Provides the base class for document image processing commands, which can change image source.
    Corrects perspective distortion of the document image.
    Detects regions of various types of a document image.
    Detects rotation angle of a document image.
    Detects rotation angle of an textual image.
    Detects text orientation in a document image.
    Detects regions of halftone of a black-white image.
    Detects halftone regions and removes halftone on an image.
    Fills not filled hole punches (fills white circle inside hole punch by black color) on image automatically.
    Removes black hole punches (fills black hole punches by white color) on image automatically.
    Detects image regions on a color document image.
    Checks whether a document image is inverted.
    Detects and removes borders around an image.
    Executes typical sequence of image processing commands necessary to prepare an image for optical character recognition.
    Clears halftone and improves text quality of a black-white image.
    Removes (fills) shapes on document image.
    Applies a smoothing effect to a 1 bit-per-pixel image.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies available document image types.
    EnumerationSpecifies possible location of hole punch on the image.
    EnumerationSpecifies available orthogonal orientations of image.
    EnumerationSpecifies available types of line ends.
    EnumerationSpecifies available types of lines.
    See Also