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

from nutrient import ContentExtractionSettings

Methods

set_enable_full_page_ocr_fallback

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

Sets the EnableFullPageOcrFallback property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableFullPageOcrFallback property.

set_enable_image_extraction

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

Sets the EnableImageExtraction property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableImageExtraction property.

set_enable_ocr_extraction

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

Sets the EnableOcrExtraction property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableOcrExtraction property.

set_enable_table_extraction

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

Sets the EnableTableExtraction property.

Parameters:

NameTypeDescription
valueboolThe value to set for the EnableTableExtraction property.

set_minimum_zone_confidence

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

Sets the MinimumZoneConfidence property.

Parameters:

NameTypeDescription
valuefloatThe value to set for the MinimumZoneConfidence property.

Properties

enable_full_page_ocr_fallback

@property
def enable_full_page_ocr_fallback(self) -> bool

Gets the EnableFullPageOcrFallback property.

Type: bool

Read-only property.


enable_image_extraction

@property
def enable_image_extraction(self) -> bool

Gets the EnableImageExtraction property.

Type: bool

Read-only property.


enable_ocr_extraction

@property
def enable_ocr_extraction(self) -> bool

Gets the EnableOcrExtraction property.

Type: bool

Read-only property.


enable_table_extraction

@property
def enable_table_extraction(self) -> bool

Gets the EnableTableExtraction property.

Type: bool

Read-only property.


minimum_zone_confidence

@property
def minimum_zone_confidence(self) -> float

Gets the MinimumZoneConfidence property.

Type: float

Read-only property.