Documentation
Table of contents

BufferedCharacterItem

The BufferedCharacterItem class represents a text line result item recognized by the library. It is derived from CapturedResultItem.

Definition

Module: dynamsoft_label_recognizer

class BufferedCharacterItem(object)

Methods

Method Description
get_character Gets the buffered character value.
get_image Gets the image data of the buffered character.
get_features Gets all the features formatted with id and value of the buffered character.

get_character

Gets the buffered character value.

def get_character(self) -> str:

Return Value

Returns the buffered character value.

get_image

Gets the image data of the buffered character.

def get_image(self) -> ImageData:

Return Value

Returns the image data of the buffered character.

See Also

ImageData

get_features

Gets all the features formatted with id and value of the buffered character.

def get_features(self) -> List[Tuple[int, float]]:

Return Value

Returns a tuple list while each item contains following elements.

  • feature_id <int>: The feature id.
  • feature_value <float>: The feature value.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version
    • Version 3.x
      • Version 3.2.30
      • Version 3.2.20
      • Version 3.2.10
      • Version 3.2.0
      • Version 3.0.30
      • Version 3.0.20
      • Version 3.0.10
      • Version 3.0.0
    • Version 2.x
      • Version 2.2.20
      • Version 2.2.11
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.0
      • Version 2.2.20
      • Version 2.2.11
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.0
      • Version 2.0.0
      • Version 2.2.10
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2
      • Version 1.0
      • Version 1.2.1
      • Version 1.2
      • Version 1.0
      • Version 1.2.1
      • Version 1.2
      • Version 1.0
      • Version 1.2.1
    • Documentation Homepage
    Change +