tesseract v5.3.3.20231005
|
#include "dawg.h"
Go to the source code of this file.
Classes | |
struct | tesseract::TRIE_NODE_RECORD |
class | tesseract::Trie |
Namespaces | |
namespace | tesseract |
Typedefs | |
using | tesseract::EDGE_INDEX = int64_t |
using | tesseract::EDGE_VECTOR = std::vector< EDGE_RECORD > |
using | tesseract::TRIE_NODES = std::vector< TRIE_NODE_RECORD * > |