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

Method FindLinesCreateBlockList

deps/tesseract/api/baseapi.cpp:2458–2463  ·  view source on GitHub ↗

Find lines from the image making the BLOCK_LIST. */

Source from the content-addressed store, hash-verified

2456
2457/** Find lines from the image making the BLOCK_LIST. */
2458BLOCK_LIST* TessBaseAPI::FindLinesCreateBlockList() {
2459 FindLines();
2460 BLOCK_LIST* result = block_list_;
2461 block_list_ = NULL;
2462 return result;
2463}
2464
2465/**
2466 * Delete a block list.

Callers 1

capi.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected