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

from nutrient import TableRecognitionSettings

Methods

set_target_size

def set_target_size(self, value: int) -> None

Sets the TargetSize property.

Parameters:

NameTypeDescription
valueintThe value to set for the TargetSize property.

Properties

target_size

@property
def target_size(self) -> int

Gets the TargetSize property.

Type: int

Read-only property.