tesseract  5.0.0-alpha-619-ge9db
control.h File Reference

Go to the source code of this file.

Enumerations

enum  ACCEPTABLE_WERD_TYPE {
  AC_UNACCEPTABLE, AC_LOWER_CASE, AC_UPPER_CASE, AC_INITIAL_CAP,
  AC_LC_ABBREV, AC_UC_ABBREV
}
 

Detailed Description

Module-independent matcher controller.

Definition in file control.h.

Enumeration Type Documentation

◆ ACCEPTABLE_WERD_TYPE

Enumerator
AC_UNACCEPTABLE 

Unacceptable word.

AC_LOWER_CASE 

ALL lower case.

AC_UPPER_CASE 

ALL upper case.

AC_INITIAL_CAP 

ALL but initial lc.

AC_LC_ABBREV 

a.b.c.

AC_UC_ABBREV 

A.B.C.

Definition at line 27 of file control.h.

AC_LC_ABBREV
a.b.c.
Definition: control.h:33
AC_UC_ABBREV
A.B.C.
Definition: control.h:34
AC_UPPER_CASE
ALL upper case.
Definition: control.h:31
AC_LOWER_CASE
ALL lower case.
Definition: control.h:30
AC_UNACCEPTABLE
Unacceptable word.
Definition: control.h:29
AC_INITIAL_CAP
ALL but initial lc.
Definition: control.h:32