ContentExtractionSettings
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 ContentExtractionSettingsMethods
set_enable_full_page_ocr_fallback
def set_enable_full_page_ocr_fallback(self, value: bool) -> NoneSets the EnableFullPageOcrFallback property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableFullPageOcrFallback property. |
set_enable_image_extraction
def set_enable_image_extraction(self, value: bool) -> NoneSets the EnableImageExtraction property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableImageExtraction property. |
set_enable_ocr_extraction
def set_enable_ocr_extraction(self, value: bool) -> NoneSets the EnableOcrExtraction property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableOcrExtraction property. |
set_enable_table_extraction
def set_enable_table_extraction(self, value: bool) -> NoneSets the EnableTableExtraction property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | bool | The value to set for the EnableTableExtraction property. |
set_minimum_zone_confidence
def set_minimum_zone_confidence(self, value: float) -> NoneSets the MinimumZoneConfidence property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | float | The value to set for the MinimumZoneConfidence property. |
Properties
enable_full_page_ocr_fallback
@propertydef enable_full_page_ocr_fallback(self) -> boolGets the EnableFullPageOcrFallback property.
Type: bool
Read-only property.
enable_image_extraction
@propertydef enable_image_extraction(self) -> boolGets the EnableImageExtraction property.
Type: bool
Read-only property.
enable_ocr_extraction
@propertydef enable_ocr_extraction(self) -> boolGets the EnableOcrExtraction property.
Type: bool
Read-only property.
enable_table_extraction
@propertydef enable_table_extraction(self) -> boolGets the EnableTableExtraction property.
Type: bool
Read-only property.
minimum_zone_confidence
@propertydef minimum_zone_confidence(self) -> floatGets the MinimumZoneConfidence property.
Type: float
Read-only property.