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

from nutrient import FinalizerSettings

Methods

set_document_graph_layout_path

def set_document_graph_layout_path(self, value: str) -> None

Sets the DocumentGraphLayoutPath property.

Parameters:

NameTypeDescription
valuestrThe value to set for the DocumentGraphLayoutPath property.

set_enable_document_layouth_dump

def set_enable_document_layouth_dump(self, value: bool) -> None

Sets the EnableDocumentLayouthDump property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableDocumentLayouthDump property.

set_enable_validation

def set_enable_validation(self, value: bool) -> None

Sets the EnableValidation property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableValidation property.

set_enable_visualization

def set_enable_visualization(self, value: bool) -> None

Sets the EnableVisualization property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableVisualization property.

set_minimum_document_confidence

def set_minimum_document_confidence(self, value: float) -> None

Sets the MinimumDocumentConfidence property.

Parameters:

NameTypeDescription
valuefloatThe value to set for the MinimumDocumentConfidence property.

Properties

document_graph_layout_path

@property
def document_graph_layout_path(self) -> str

Gets the DocumentGraphLayoutPath property.

Type: str

Read-only property.


enable_document_layouth_dump

@property
def enable_document_layouth_dump(self) -> bool

Gets the EnableDocumentLayouthDump property.

Type: bool

Read-only property.


enable_validation

@property
def enable_validation(self) -> bool

Gets the EnableValidation property.

Type: bool

Read-only property.


enable_visualization

@property
def enable_visualization(self) -> bool

Gets the EnableVisualization property.

Type: bool

Read-only property.


minimum_document_confidence

@property
def minimum_document_confidence(self) -> float

Gets the MinimumDocumentConfidence property.

Type: float

Read-only property.