Resource Base
Table of contents

NormalizedImageResultItem Class

The NormalizedImageResultItem class stores a captured result item whose type is normalized image.

Definition

Module: dynamsoft_document_normalizer

class NormalizedImageResultItem(dynamsoft_core.CapturedResultItem)

Inheritance: CapturedResultItem -> NormalizedImageResultItem

Methods

Method Description
get_image_data Gets the ImageData of current object.
get_location Get the quadrilateral from which you get the normalized image result item.

get_image_data

Gets the image data of current object.

def get_image_data(self) -> ImageData :

Return Value

The image data.

See Also

ImageData

get_location

Gets the location of current object.

def get_location(self) -> Quadrilateral:

Return Value

The location of current object.

See Also

Quadrilateral

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.4.10)
    • Version 2.x
      • Version 2.2.0
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    • Version 1.x
      • Version 1.0.20
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.20
      • Version 1.0.10
      • Version 1.0.0
    • Documentation Homepage
    Change +