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

Method BeginDocument

deps/tesseract/api/renderer.cpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool TessResultRenderer::BeginDocument(const char* title) {
72 if (!happy_) return false;
73 title_ = title;
74 imagenum_ = -1;
75 bool ok = BeginDocumentHandler();
76 if (next_) {
77 ok = next_->BeginDocument(title) && ok;
78 }
79 return ok;
80}
81
82bool TessResultRenderer::AddImage(TessBaseAPI* api) {
83 if (!happy_) return false;

Callers 3

ProcessPagesFileListMethod · 0.80
ProcessPagesInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected