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

Method AnalyseLayout

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

* Runs page layout analysis in the mode set by SetPageSegMode. * May optionally be called prior to Recognize to get access to just * the page layout results. Returns an iterator to the results. * If merge_similar_words is true, words are combined where suitable for use * with a line recognizer. Use if you want to use AnalyseLayout to find the * textlines, and then want to process textline fra

Source from the content-addressed store, hash-verified

807 * DetectOS, or anything else that changes the internal PAGE_RES.
808 */
809PageIterator* TessBaseAPI::AnalyseLayout() { return AnalyseLayout(false); }
810
811PageIterator* TessBaseAPI::AnalyseLayout(bool merge_similar_words) {
812 if (FindLines() == 0) {

Callers 3

TransformResultMethod · 0.80
capi.cppFile · 0.80
mainFunction · 0.80

Calls 2

DetectParagraphsFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected