tesseract v5.3.3.20231005
|
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 } |
Module-independent matcher controller.
Definition in file control.h.
enum 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 28 of file control.h.