Documentation
Table of contents

CharacterResult

The CharacterResult class represents the result of a character recognition process. It contains the characters recognized (high, medium, and low confidence), their respective confidences, and the location of the character in a quadrilateral shape.

Definition

Module: dynamsoft_label_recognizer

class CharacterResult(object)

Properties

Property Type
character_h str
character_m str
character_l str
location Quadrilateral
character_h_confidence int
character_m_confidence int
character_l_confidence int

character_h

The character with high confidence.

character_m

The character with medium confidence.

character_l

The character with low confidence.

location

The location of the character in a quadrilateral shape.

See Also

Quadrilateral

character_h_confidence

The confidence of the character with high confidence.

character_m_confidence

The confidence of the character with medium confidence.

character_l_confidence

The confidence of the character with low confidence.

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 +