DocumentSplitSettings

public final class DocumentSplitSettings

Settings for DocumentSplit. 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.

Functions

Link copied to clipboard
public final float getBoundaryThreshold()
Calibrated per-page confidence, in [0,1], at or above which a page starts a new sub-document.
Link copied to clipboard
public final boolean getIncludePageConfidences()
Diagnostic opt-in.
Link copied to clipboard
public final int getRenderDpi()
DPI used to render each page for the image tower.
Link copied to clipboard
public final void setBoundaryThreshold(float value)
Calibrated per-page confidence, in [0,1], at or above which a page starts a new sub-document.
Link copied to clipboard
public final void setIncludePageConfidences(boolean value)
Diagnostic opt-in.
Link copied to clipboard
public final void setRenderDpi(int value)
DPI used to render each page for the image tower.