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

Function TessChoiceIteratorGetUTF8Text

deps/tesseract/api/capi.cpp:818–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818TESS_API const char* TESS_CALL TessChoiceIteratorGetUTF8Text(const TessChoiceIterator* handle)
819{
820 return handle->GetUTF8Text();
821}
822
823TESS_API float TESS_CALL TessChoiceIteratorConfidence(const TessChoiceIterator* handle)
824{

Callers

nothing calls this directly

Calls 1

GetUTF8TextMethod · 0.45

Tested by

no test coverage detected