Name | Description | |
---|---|---|
![]() | Angle | Gets the detected angle, in degrees, of a document. |
![]() | Binarization | Gets or sets a binarization command, which must be applied to a not black-white image. |
![]() | CanModifyImage | Gets a value indicating whether this command modifies image. |
![]() | Confidence | Gets the confidence, in percents, of the result. |
![]() | DetectBorder | Gets or sets a value indicating whether the command should detect border in image. |
![]() | ExpandSupportedPixelFormats | Gets or sets a value indicating whether the processing command need to convert the processing image to the nearest pixel format without color loss (GetOutputPixelFormat(VintasoftImage)) if processing command does not support pixel format of the processing image (SupportedNativePixelFormats). (Inherited from ProcessingCommandBase) |
![]() | ImageRotationDetection | Gets the command for image rotation angle detection. |
![]() | IsCanceled | Gets a value indicating whether a processing command is canceled. (Inherited from ProcessingCommandBase) |
![]() | IsNested | Gets or sets a value indicating whether this command is nested into another command. (Inherited from ProcessingCommandBase) |
![]() | MinConfidence | Gets or sets the minimum confidence, in percents, for determined rotation angle and text orientation. |
![]() | Name | Gets the name of the command. |
![]() | RemoveLinesBeforeTextOrientationDetection | Gets or sets a value indicating whether the command should remove lines before the orientation detection. |
![]() | RestoreSourcePixelFormat | Gets or sets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from ProcessingCommandBase) |
![]() | Results | Gets the results of execution of this command after execution of the command. Sets the results of previously executed commands, current command can use results if necessary. (Inherited from ProcessingCommandBase) |
![]() | SupportedNativePixelFormats | Gets a list of supported native pixel formats for this processing command. |
![]() | SupportedPixelFormats | Gets a list of supported pixel formats for this processing command. (Inherited from ProcessingCommandBase) |
![]() | TextOrientationDetection | Gets the command for text orientation detection. |