OcrSettings

public final class OcrSettings

Merged view of OcrSettings, 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 OcrSettings()

Functions

Link copied to clipboard
public final String getDefaultLanguages()
Gets the DefaultLanguages property.
Link copied to clipboard
public final boolean getEnablePreprocessing()
Gets the EnablePreprocessing property.
Link copied to clipboard
public final boolean getEnableSkewDetection()
Gets the EnableSkewDetection property.
Link copied to clipboard
public final boolean getEnableTableDetection()
Gets the EnableTableDetection property.
Link copied to clipboard
public final boolean getFavorAccuracy()
Gets the FavorAccuracy property.
Link copied to clipboard
public final void setDefaultLanguages(String value)
Sets the DefaultLanguages property.
Link copied to clipboard
public final void setEnablePreprocessing(boolean value)
Sets the EnablePreprocessing property.
Link copied to clipboard
public final void setEnableSkewDetection(boolean value)
Sets the EnableSkewDetection property.
Link copied to clipboard
public final void setEnableTableDetection(boolean value)
Sets the EnableTableDetection property.
Link copied to clipboard
public final void setFavorAccuracy(boolean value)
Sets the FavorAccuracy property.