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

Method RecognizeWord

deps/tesseract/cube/cube_object.cpp:171–173  ·  view source on GitHub ↗

* Recognize the member char sample as a word */

Source from the content-addressed store, hash-verified

169 * Recognize the member char sample as a word
170 */
171WordAltList *CubeObject::RecognizeWord(LangModel *lang_mod) {
172 return Recognize(lang_mod, true);
173}
174
175/**
176 * Recognize the member char sample as a phrase

Callers 2

CombineResultsMethod · 0.80
cube_recognizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected