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

Function IsLeftIndented

deps/tesseract/ccmain/equationdetect.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96inline bool IsLeftIndented(const EquationDetect::IndentType type) {
97 return type == EquationDetect::LEFT_INDENT ||
98 type == EquationDetect::BOTH_INDENT;
99}
100
101inline bool IsRightIndented(const EquationDetect::IndentType type) {
102 return type == EquationDetect::RIGHT_INDENT ||

Callers 1

IdentifySeedPartsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected