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

Method insert

deps/tesseract/api/renderer.cpp:58–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void TessResultRenderer::insert(TessResultRenderer* next) {
59 if (next == NULL) return;
60
61 TessResultRenderer* remainder = next_;
62 next_ = next;
63 if (remainder) {
64 while (next->next_ != NULL) {
65 next = next->next_;
66 }
67 next->next_ = remainder;
68 }
69}
70
71bool TessResultRenderer::BeginDocument(const char* title) {
72 if (!happy_) return false;

Callers 15

determineFirstDigitMethod · 0.45
findMissingLinesMethod · 0.45
decodeRowCountMethod · 0.45
NextRadSearchMethod · 0.45
NextSideSearchMethod · 0.45
NextVerticalSearchMethod · 0.45
NextRectSearchMethod · 0.45
attempt_blob_chopMethod · 0.45
improve_by_choppingMethod · 0.45
TessResultRendererInsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected