VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.HttpHandlers Namespace / VintasoftImageProcessingDocCleanupHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageProcessingDocCleanupHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageProcessingDocCleanupHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftImageProcessingDocCleanupHandler class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the HTTP handler can work with undefined session.
    Public PropertyGets a value indicating whether another request can use this instance.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodReplaces color(s), defined as color sphere(s), in an image.
    Protected MethodAutomatically inverts an image of document.
    Protected MethodAutomatically inverts inverted text regions on an image.
    Protected MethodAutomatically detects text orientation in a document image and rotates the image if necessary.
    Protected MethodClears noise on the border of an image.
    Protected MethodDetects and removes borders around an image.
    Protected MethodClears color noise on an image.
    Protected MethodCreates a data storage for global resources.
    Protected MethodCreates a cache manager that manages cache of image tiles.
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates a cache manager that manages cache of thumbnails.
    Protected MethodCreate the VintasoftImageProcessingDocCleanupWebService that handles HTTP requests from clients and allows to process a document image.
    Protected MethodDeskews an image, i.e. detects a correct position of a textual image.
    Protected MethodDetects rotation angle of a document image and rotates it using the detected angle.
    Protected MethodRemoves noise from an image.
    Protected MethodCorrects perspective distortion of the document image.
    Protected MethodDetects regions of various types of a document image.
    Protected MethodRemoves (fills) horizontal dotted lines on document image automatically.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodDetects rotation angle of a document image.
    Protected MethodDetects rotation angle of an textual image.
    Protected MethodDetects text orientation in a document image.
    Protected MethodDetects regions of halftone of a black-white image.
    Protected MethodDetects halftone regions and removes halftone on an image.
    Protected MethodFills not filled hole punches (fills white circle inside hole punch by black color) on image automatically.
    Protected MethodRemoves black hole punches (fills black hole punches by white color) on image automatically.
    Protected MethodDetects image regions on a color document image.
    Protected MethodChecks whether a document image is inverted.
    Protected MethodRemoves (fills) lines on document image automatically (lines of forms, tables, underlining/strikethrough of text, noise).
    Protected MethodExecutes typical sequence of image processing commands, which are necessary to prepare an image for optical character recognition.
    Protected MethodClears halftone and improves text quality of a black-white image.
    Protected MethodRemoves (fills) shapes on black-white document image.
    Protected MethodApplies a smoothing effect to a 1 bit-per-pixel image.
    See Also