ReadingOrderSettings
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 ReadingOrderSettingsMethods
set_horizontal_dilation_threshold
def set_horizontal_dilation_threshold(self, value: float) -> NoneSets the HorizontalDilationThreshold property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | float | The value to set for the HorizontalDilationThreshold property. |
set_text_direction
def set_text_direction(self, value: TextDirection) -> NoneSets the TextDirection property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | TextDirection | The value to set for the TextDirection property. |
Properties
horizontal_dilation_threshold
@propertydef horizontal_dilation_threshold(self) -> floatGets the HorizontalDilationThreshold property.
Type: float
Read-only property.
text_direction
@propertydef text_direction(self) -> TextDirectionGets the TextDirection property.
Type: TextDirection
Read-only property.