mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 07:29:07 +08:00
Merge pull request #2952 from jannick0/patch-1
[trie.h] pattern definition: fix documentation
This commit is contained in:
commit
acc4c8bff5
@ -197,7 +197,7 @@ class Trie : public Dawg {
|
||||
// To denote a character class use one of:
|
||||
// \c - unichar for which UNICHARSET::get_isalpha() is true (character)
|
||||
// \d - unichar for which UNICHARSET::get_isdigit() is true
|
||||
// \n - unichar for which UNICHARSET::get_isdigit() and
|
||||
// \n - unichar for which UNICHARSET::get_isdigit() or
|
||||
// UNICHARSET::isalpha() are true
|
||||
// \p - unichar for which UNICHARSET::get_ispunct() is true
|
||||
// \a - unichar for which UNICHARSET::get_islower() is true
|
||||
|
Loading…
Reference in New Issue
Block a user