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

Function add_space

deps/tesseract/api/baseapi.cpp:2641–2644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2639ELISTIZE(TESS_CHAR)
2640
2641static void add_space(TESS_CHAR_IT* it) {
2642 TESS_CHAR *t = new TESS_CHAR(0, " ");
2643 it->add_after_then_move(t);
2644}
2645
2646
2647static float rating_to_cost(float rating) {

Callers 1

extract_resultFunction · 0.85

Calls 1

add_after_then_moveMethod · 0.45

Tested by

no test coverage detected