MCPcopy Create free account
hub / github.com/creatale/node-dv / EndDocument

Method EndDocument

deps/tesseract/api/renderer.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool TessResultRenderer::EndDocument() {
93 if (!happy_) return false;
94 bool ok = EndDocumentHandler();
95 if (next_) {
96 ok = next_->EndDocument() && ok;
97 }
98 return ok;
99}
100
101void TessResultRenderer::AppendString(const char* s) {
102 AppendData(s, strlen(s));

Callers 3

ProcessPagesFileListMethod · 0.80
ProcessPagesInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected