Documentation
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.

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: