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

Method AppendUTF8ParagraphText

deps/tesseract/ccmain/resultiterator.cpp:656–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void ResultIterator::AppendUTF8ParagraphText(STRING *text) const {
657 ResultIterator it(*this);
658 it.RestartParagraph();
659 it.MoveToLogicalStartOfTextline();
660 if (it.Empty(RIL_WORD)) return;
661 do {
662 it.IterateAndAppendUTF8TextlineText(text);
663 } while (it.it_->block() != NULL && !it.IsAtBeginningOf(RIL_PARA));
664}
665
666bool ResultIterator::BidiDebug(int min_level) const {
667 int debug_level = 1;

Callers 1

GetUTF8TextMethod · 0.80

Calls 6

RestartParagraphMethod · 0.80
EmptyMethod · 0.45
blockMethod · 0.45
IsAtBeginningOfMethod · 0.45

Tested by

no test coverage detected