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

Method CalculateTextlineOrder

deps/tesseract/ccmain/resultiterator.cpp:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void ResultIterator::CalculateTextlineOrder(
226 bool paragraph_is_ltr,
227 const LTRResultIterator &resit,
228 GenericVectorEqEq<int> *word_indices) const {
229 GenericVector<StrongScriptDirection> directions;
230 CalculateTextlineOrder(paragraph_is_ltr, resit, &directions, word_indices);
231}
232
233void ResultIterator::CalculateTextlineOrder(
234 bool paragraph_is_ltr,

Callers

nothing calls this directly

Calls 8

RestartRowMethod · 0.80
WordDirectionMethod · 0.80
truncateMethod · 0.45
EmptyMethod · 0.45
push_backMethod · 0.45
NextMethod · 0.45
IsAtBeginningOfMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected