DeskewSettings

public final class DeskewSettings

Merged view of DeskewSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void DeskewSettings()

Functions

Link copied to clipboard
public final boolean getEnableDeskew()
Gets the EnableDeskew property.
Link copied to clipboard
public final boolean getInverseDeskew()
Gets the InverseDeskew property.
Link copied to clipboard
Gets the SkewBinarizationMethod property.
Link copied to clipboard
public final float getSkewTolerance()
Gets the SkewTolerance property.
Link copied to clipboard
public final void setEnableDeskew(boolean value)
Sets the EnableDeskew property.
Link copied to clipboard
public final void setInverseDeskew(boolean value)
Sets the InverseDeskew property.
Link copied to clipboard
public final void setSkewBinarizationMethod(String value)
Sets the SkewBinarizationMethod property.
Link copied to clipboard
public final void setSkewTolerance(float value)
Sets the SkewTolerance property.