mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 23:49:06 +08:00
LTRResultIterator
This commit is contained in:
parent
b612c2c53d
commit
8317371f24
@ -37,6 +37,9 @@ LTRResultIterator::LTRResultIterator(PAGE_RES* page_res, Tesseract* tesseract,
|
||||
paragraph_separator_("\n") {
|
||||
}
|
||||
|
||||
// Destructor.
|
||||
// It is defined here, so the compiler can create a single vtable
|
||||
// instead of weak vtables in every compilation unit.
|
||||
LTRResultIterator::~LTRResultIterator() = default;
|
||||
|
||||
// Returns the null terminated UTF-8 encoded text string for the current
|
||||
|
Loading…
Reference in New Issue
Block a user