Table of contents

EnhancedImageElement Class

The EnhancedImageElement class stores an intermediate result whose type is Enhanced image.

Definition

Module: dynamsoft_document_normalizer

class EnhancedImageElement(RegionObjectElement):

Inheritance: RegionObjectElement -> EnhancedImageElement

Methods

Method Description
set_image_data Sets the image data of the Enhanced image element.

set_image_data

Sets the image data of the Enhanced image element.

def set_image_data(self, image_data: ImageData) -> int:

Parameters

image_data The image data to set.

Return Value

Returns 0 if succeeds, nonzero otherwise.

See Also

Is this page helpful?

YesYes NoNo

In this article: