DeskewSettings

public final class DeskewSettings

Settings for Deskew. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Constructors

Link copied to clipboard
public void DeskewSettings()

Functions

Link copied to clipboard
public final boolean getEnableDeskew()
Indicates whether automatic deskewing is enabled.
Link copied to clipboard
public final boolean getInverseDeskew()
Indicates whether the inverse deskew transform is enabled.
Link copied to clipboard
Binarization method for skew detection.
Link copied to clipboard
public final float getSkewTolerance()
Maximum skew angle tolerance in degrees.
Link copied to clipboard
public final void setEnableDeskew(boolean value)
Indicates whether automatic deskewing is enabled.
Link copied to clipboard
public final void setInverseDeskew(boolean value)
Indicates whether the inverse deskew transform is enabled.
Link copied to clipboard
public final void setSkewBinarizationMethod(String value)
Binarization method for skew detection.
Link copied to clipboard
public final void setSkewTolerance(float value)
Maximum skew angle tolerance in degrees.