OcrSettings

public final class OcrSettings

Settings for Ocr. 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 OcrSettings()

Functions

Link copied to clipboard
public final String getDefaultLanguages()
Default OCR languages to use (comma-separated language codes).
Link copied to clipboard
public final boolean getEnablePreprocessing()
Indicates whether to enable image preprocessing before OCR.
Link copied to clipboard
public final boolean getEnableSkewDetection()
Indicates whether to enable automatic skew detection and correction.
Link copied to clipboard
public final boolean getEnableTableDetection()
Indicates whether to detect and extract tables from OCR output.
Link copied to clipboard
public final boolean getFavorAccuracy()
Indicates whether to favor accuracy over speed in OCR processing.
Link copied to clipboard
public final void setDefaultLanguages(String value)
Default OCR languages to use (comma-separated language codes).
Link copied to clipboard
public final void setEnablePreprocessing(boolean value)
Indicates whether to enable image preprocessing before OCR.
Link copied to clipboard
public final void setEnableSkewDetection(boolean value)
Indicates whether to enable automatic skew detection and correction.
Link copied to clipboard
public final void setEnableTableDetection(boolean value)
Indicates whether to detect and extract tables from OCR output.
Link copied to clipboard
public final void setFavorAccuracy(boolean value)
Indicates whether to favor accuracy over speed in OCR processing.