Table of contents

Enumeration RawTextLineStatus

RawTextLineStatus enumerates the final status of a raw text line.

class EnumRawTextLineStatus(IntEnum):
    # Localized but recognition not performed.
    RTLS_LOCALIZED,
    # Recognition failed.
    RTLS_RECOGNITION_FAILED,
    # Successfully recognized.
    RTLS_RECOGNITION_SUCCEEDED

Is this page helpful?

YesYes NoNo