Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2639
ELISTIZE(TESS_CHAR)
2640
2641
static 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
2647
static float rating_to_cost(float rating) {
Callers
1
extract_result
Function · 0.85
Calls
1
add_after_then_move
Method · 0.45
Tested by
no test coverage detected