#include <dawg_cache.h>
Definition at line 30 of file dawg_cache.h.
◆ DeleteUnusedDawgs()
void tesseract::DawgCache::DeleteUnusedDawgs |
( |
| ) |
|
|
inline |
Definition at line 43 of file dawg_cache.h.
44 dawgs_.DeleteUnusedObjects();
◆ FreeDawg()
bool tesseract::DawgCache::FreeDawg |
( |
Dawg * |
dawg | ) |
|
|
inline |
Definition at line 38 of file dawg_cache.h.
39 return dawgs_.Free(dawg);
◆ GetSquishedDawg()
Definition at line 44 of file dawg_cache.cpp.
47 STRING data_id = data_file->GetDataFileName();
48 data_id += kTessdataFileSuffixes[tessdata_dawg_type];
49 DawgLoader loader(lang, tessdata_dawg_type, debug_level, data_file);
The documentation for this class was generated from the following files: