VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.AspNetCore.ApiControllers Namespace / VintasoftImageProcessingDocCleanupApiController Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageProcessingDocCleanupApiController Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageProcessingDocCleanupApiController.
    Public Constructors
    Public Properties
    Public Methods
     NameDescription
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    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 MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodClears noise on the border of an image.
    Public MethodDetects and removes borders around an image.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodClears color noise on an image.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    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 MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    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 Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodExecutes typical sequence of image processing commands, which are necessary to prepare an image for optical character recognition.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodClears halftone and improves text quality of a black-white image.
    Public MethodRemoves (fills) shapes on black-white document image.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodApplies a smoothing effect to a 1 bit-per-pixel image.
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
    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.
    See Also