VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Api2Controllers Namespace / VintasoftImageProcessingDocCleanupApi2Controller Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageProcessingDocCleanupApi2Controller Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageProcessingDocCleanupApi2Controller.
    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets the action context. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets or sets a value indicating whether the API controller can work with undefined session.
    Public PropertyGets the model state after the model binding process. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets or sets the HttpRequestMessage of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets the request context. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets an instance of a System.Web.Http.Routing.UrlHelper, which is used to generate URLs to other APIs. (Inherited from System.Web.Http.ApiController)
    Public PropertyReturns the current principal associated with this request. (Inherited from System.Web.Http.ApiController)
    Public Methods
     NameDescription
    Public MethodReplaces color(s), defined as color sphere(s), in an image.
    Public MethodAutomatically inverts an image of document.
    Public MethodAutomatically inverts inverted text regions on an image.
    Public MethodAutomatically detects text orientation in a document image and rotates the image if necessary.
    Public MethodClears noise on the border of an image.
    Public MethodDetects and removes borders around an image.
    Public MethodClears color noise on an image.
    Public MethodDeskews an image, i.e. detects a correct position of a textual image.
    Public MethodDetects rotation angle of a document image and rotates it using the detected angle.
    Public MethodRemoves noise from an image.
    Public MethodCorrects perspective distortion of the document image.
    Public MethodDetects regions of various types of a document image.
    Public MethodRemoves (fills) horizontal dotted lines on document image automatically.
    Public MethodExecutes asynchronously a single HTTP operation.
    Public MethodDetects rotation angle of a document image.
    Public MethodDetects rotation angle of an textual image.
    Public MethodDetects text orientation in a document image.
    Public MethodDetects regions of halftone of a black-white image.
    Public MethodDetects halftone regions and removes halftone on an image.
    Public MethodFills not filled hole punches (fills white circle inside hole punch by black color) on image automatically.
    Public MethodRemoves black hole punches (fills black hole punches by white color) on image automatically.
    Public MethodDetects image regions on a color document image.
    Public MethodChecks whether a document image is inverted.
    Public MethodRemoves (fills) lines on document image automatically (lines of forms, tables, underlining/strikethrough of text, noise).
    Public MethodExecutes typical sequence of image processing commands, which are necessary to prepare an image for optical character recognition.
    Public MethodClears halftone and improves text quality of a black-white image.
    Public MethodRemoves (fills) shapes on black-white document image.
    Public MethodApplies a smoothing effect to a 1 bit-per-pixel image.
    Public MethodOverloaded. Validates the given entity and adds the validation errors to the model state under the empty prefix, if any. (Inherited from System.Web.Http.ApiController)
    Protected Methods
     NameDescription
    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 serialized documents.
    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 MethodOverloaded. Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.
    Protected MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController)
    See Also