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

from nutrient import ReadingOrderSettings

Methods

set_horizontal_dilation_threshold

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

Sets the HorizontalDilationThreshold property.

Parameters:

NameTypeDescription
valuefloatThe value to set for the HorizontalDilationThreshold property.

set_text_direction

def set_text_direction(self, value: TextDirection) -> None

Sets the TextDirection property.

Parameters:

NameTypeDescription
valueTextDirectionThe value to set for the TextDirection property.

Properties

horizontal_dilation_threshold

@property
def horizontal_dilation_threshold(self) -> float

Gets the HorizontalDilationThreshold property.

Type: float

Read-only property.


text_direction

@property
def text_direction(self) -> TextDirection

Gets the TextDirection property.

Type: TextDirection

Read-only property.