MCPcopy Create free account
hub / github.com/WallBreaker2/op / OpExtractWordRectsEx

Function OpExtractWordRectsEx

libop/c_api/op_c_api.cpp:1153–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151}
1152
1153const wchar_t *OP_CALL OpExtractWordRectsEx(op_handle handle, int x1, int y1, int x2, int y2, const wchar_t *color,
1154 double sim, int min_word_w, int min_word_h, int padding) {
1155 return call_string(handle, [&](op::Op &op, std::wstring &ret) {
1156 op.ExtractWordRectsEx(x1, y1, x2, y2, safe_text(color), sim, min_word_w, min_word_h, padding, ret);
1157 });
1158}
1159
1160const wchar_t *OP_CALL OpFetchWords(op_handle handle, int x1, int y1, int x2, int y2, const wchar_t *color,
1161 double sim, const wchar_t *words, int min_word_h) {

Callers 1

TESTFunction · 0.85

Calls 3

call_stringFunction · 0.85
safe_textFunction · 0.85
ExtractWordRectsExMethod · 0.45

Tested by 1

TESTFunction · 0.68