Documentation
Table of contents

BufferedCharacterItemSet

The BufferedCharacterItemSet class represents a collection of buffered character items and associated character clusters.

Definition

Module: dynamsoft_label_recognizer

class BufferedCharacterItemSet

Methods

Method Description
get_items Gets all the buffered items.
get_character_clusters Gets all the character clusters.

get_items

Gets all the buffered items.

def get_items(self) -> List[BufferedCharacterItem]:

Return Value

Returns a BufferedCharacterItem list.

See Also

BufferedCharacterItem

get_character_clusters

Gets all the character clusters.

def get_character_clusters(self) -> List[CharacterCluster]:

Return Value

Returns a CharacterCluster list.

See Also

CharacterCluster

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: