Accusoft.ImagXpressSdk Namespace > Processor Class : DocumentLineRemoval Method |
'Declaration Public Sub DocumentLineRemoval( _ Optional ByVal MinLength As Integer, _ Optional ByVal MaxThickness As Short, _ Optional ByVal MinAspectRatio As Double, _ Optional ByVal MaxGap As Short, _ Optional ByVal MaxCharRepairSize As Short _ )
'Usage Dim instance As Processor Dim MinLength As Integer Dim MaxThickness As Short Dim MinAspectRatio As Double Dim MaxGap As Short Dim MaxCharRepairSize As Short instance.DocumentLineRemoval(MinLength, MaxThickness, MinAspectRatio, MaxGap, MaxCharRepairSize)
public void DocumentLineRemoval( int MinLength, short MaxThickness, double MinAspectRatio, short MaxGap, short MaxCharRepairSize )
public: void DocumentLineRemoval( int MinLength, short MaxThickness, double MinAspectRatio, short MaxGap, short MaxCharRepairSize )
public: void DocumentLineRemoval( int MinLength, short MaxThickness, double MinAspectRatio, short MaxGap, short MaxCharRepairSize )
Line removal is the process of detecting and removing vertical and horizontal lines from an image. This method examines the current image to find lines and modifies the image to remove them.
Note: Available in Professional edition.