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

Method IsWithinFirstTextlineOfParagraph

deps/tesseract/ccmain/pageiterator.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool PageIterator::IsWithinFirstTextlineOfParagraph() const {
123 PageIterator p_start(*this);
124 p_start.RestartParagraph();
125 return p_start.it_->row() == it_->row();
126}
127
128void PageIterator::RestartRow() {
129 it_->restart_row();

Callers

nothing calls this directly

Calls 2

RestartParagraphMethod · 0.80
rowMethod · 0.45

Tested by

no test coverage detected