mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
some more doxy
This commit is contained in:
parent
37b4b55dc0
commit
bded8f13d7
@ -24,13 +24,13 @@ namespace tesseract {
|
||||
|
||||
extern const char *kUTF8LineSeparator;
|
||||
extern const char *kUTF8ParagraphSeparator;
|
||||
extern const char *kLRM; // Left-to-Right Mark
|
||||
extern const char *kRLM; // Right-to-Left Mark
|
||||
extern const char *kRLE; // Right-to-Left Embedding
|
||||
extern const char *kPDF; // Pop Directional Formatting
|
||||
extern const char *kLRM; //< Left-to-Right Mark
|
||||
extern const char *kRLM; //< Right-to-Left Mark
|
||||
extern const char *kRLE; //< Right-to-Left Embedding
|
||||
extern const char *kPDF; //< Pop Directional Formatting
|
||||
|
||||
// The following are confusable internal word punctuation symbols
|
||||
// which we normalize to the first variant when matching in dawgs.
|
||||
/// The following are confusable internal word punctuation symbols
|
||||
/// which we normalize to the first variant when matching in dawgs.
|
||||
extern const char *kHyphenLikeUTF8[];
|
||||
extern const char *kApostropheLikeUTF8[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user