Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

NormalizedImageElement Class

The NormalizedImageElement class stores an intermediate result whose type is normalized image.

Definition

Module: dynamsoft_document_normalizer

class NormalizedImageElement(RegionObjectElement)

Inheritance: RegionObjectElement -> NormalizedImageElement

Methods

Method Description
__init__ Initializes a new instance of the NormalizedImageElement class.
get_image_data Gets the ImageData of current object.

__init__

Initializes a new instance of the NormalizedImageElement class.

def __init__(self, *args, **kwargs):

get_image_data

Gets the image data of current object.

def get_image_data(self) -> ImageData:

Return Value

The image data.

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: