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

Method forward_paragraph

deps/tesseract/ccstruct/pageres.cpp:1652–1659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1650 *************************************************************************/
1651
1652WERD_RES *PAGE_RES_IT::forward_paragraph() {
1653 while (block_res == next_block_res &&
1654 (next_row_res != NULL && next_row_res->row != NULL &&
1655 row_res->row->para() == next_row_res->row->para())) {
1656 internal_forward(false, true);
1657 }
1658 return internal_forward(false, true);
1659}
1660
1661/*************************************************************************
1662 * PAGE_RES_IT::forward_block

Callers 2

RestartParagraphMethod · 0.80
NextMethod · 0.80

Calls 1

paraMethod · 0.80

Tested by

no test coverage detected