#include <imagedata.h>
◆ DocumentCache()
tesseract::DocumentCache::DocumentCache |
( |
int64_t |
max_memory | ) |
|
|
explicit |
◆ ~DocumentCache()
tesseract::DocumentCache::~DocumentCache |
( |
| ) |
|
◆ AddToCache()
bool tesseract::DocumentCache::AddToCache |
( |
DocumentData * |
data | ) |
|
◆ Clear()
void tesseract::DocumentCache::Clear |
( |
| ) |
|
|
inline |
◆ CountNeighbourDocs()
int tesseract::DocumentCache::CountNeighbourDocs |
( |
int |
index, |
|
|
int |
dir |
|
) |
| |
|
private |
◆ documents()
◆ FindDocument()
DocumentData * tesseract::DocumentCache::FindDocument |
( |
const STRING & |
document_name | ) |
const |
◆ GetPageBySerial()
const ImageData* tesseract::DocumentCache::GetPageBySerial |
( |
int |
serial | ) |
|
|
inline |
◆ GetPageRoundRobin()
const ImageData * tesseract::DocumentCache::GetPageRoundRobin |
( |
int |
serial | ) |
|
|
private |
◆ GetPageSequential()
const ImageData * tesseract::DocumentCache::GetPageSequential |
( |
int |
serial | ) |
|
|
private |
◆ LoadDocuments()
◆ TotalPages()
int tesseract::DocumentCache::TotalPages |
( |
| ) |
|
◆ cache_strategy_
◆ documents_
◆ max_memory_
int64_t tesseract::DocumentCache::max_memory_ |
|
private |
◆ num_pages_per_doc_
int tesseract::DocumentCache::num_pages_per_doc_ |
|
private |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/ccstruct/imagedata.h
- /home/stephane/src/tesseract/src/ccstruct/imagedata.cpp