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

Method restart_row

deps/tesseract/ccstruct/pageres.cpp:1637–1644  ·  view source on GitHub ↗

* PAGE_RES_IT::restart_row() * * Move to the beginning (leftmost word) of the current row. *************************************************************************/

Source from the content-addressed store, hash-verified

1635 * Move to the beginning (leftmost word) of the current row.
1636 *************************************************************************/
1637WERD_RES *PAGE_RES_IT::restart_row() {
1638 ROW_RES *row = this->row();
1639 if (!row) return NULL;
1640 for (restart_page(); this->row() != row; forward()) {
1641 // pass
1642 }
1643 return word();
1644}
1645
1646/*************************************************************************
1647 * PAGE_RES_IT::forward_paragraph

Callers 3

RestartRowMethod · 0.80
InitializeRowInfoFunction · 0.80

Calls 2

rowMethod · 0.95
forwardFunction · 0.50

Tested by

no test coverage detected