tesseract  5.0.0-alpha-619-ge9db
unicharset.h File Reference
#include <functional>
#include "errcode.h"
#include <tesseract/genericvector.h>
#include <tesseract/helpers.h>
#include <tesseract/serialis.h>
#include <tesseract/strngs.h>
#include <tesseract/unichar.h>
#include "unicharmap.h"

Go to the source code of this file.

Classes

class  CHAR_FRAGMENT
 
class  UNICHARSET
 

Enumerations

enum  SpecialUnicharCodes { UNICHAR_SPACE, UNICHAR_JOINED, UNICHAR_BROKEN, SPECIAL_UNICHAR_CODES_COUNT }
 
enum  OldUncleanUnichars { OldUncleanUnichars::kFalse, OldUncleanUnichars::kTrue }
 

Enumeration Type Documentation

◆ OldUncleanUnichars

enum OldUncleanUnichars
strong
Enumerator
kFalse 
kTrue 

Definition at line 43 of file unicharset.h.

43  {
44  kFalse,
45  kTrue,
46 };

◆ SpecialUnicharCodes

Enumerator
UNICHAR_SPACE 
UNICHAR_JOINED 
UNICHAR_BROKEN 
SPECIAL_UNICHAR_CODES_COUNT 

Definition at line 33 of file unicharset.h.

33  {
37 
39 };
OldUncleanUnichars::kTrue
UNICHAR_BROKEN
Definition: unicharset.h:36
OldUncleanUnichars::kFalse
UNICHAR_SPACE
Definition: unicharset.h:34
SPECIAL_UNICHAR_CODES_COUNT
Definition: unicharset.h:38
UNICHAR_JOINED
Definition: unicharset.h:35