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

Function RtlEmbed

deps/tesseract/ccmain/paragraphs.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121STRING RtlEmbed(const STRING &word, bool rtlify) {
122 if (rtlify)
123 return STRING(kRLE) + word + STRING(kPDF);
124 return word;
125}
126
127// Print the current thoughts of the paragraph detector.
128static void PrintDetectorState(const ParagraphTheory &theory,

Callers 1

PrintDetectorStateFunction · 0.85

Calls 1

STRINGClass · 0.70

Tested by

no test coverage detected