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

Method SetAllScriptPositions

deps/tesseract/ccstruct/ratngs.cpp:609–612  ·  view source on GitHub ↗

Sets all the script_pos_ positions to the given position.

Source from the content-addressed store, hash-verified

607}
608// Sets all the script_pos_ positions to the given position.
609void WERD_CHOICE::SetAllScriptPositions(tesseract::ScriptPos position) {
610 for (int i = 0; i < length_; ++i)
611 script_pos_[i] = position;
612}
613
614/* static */
615ScriptPos WERD_CHOICE::ScriptPositionOf(bool print_debug,

Callers 1

TrySuperscriptSplitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected