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

Method InitForAnalysePage

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

* Init only for page layout analysis. Use only for calls to SetImage and * AnalysePage. Calls that attempt recognition will generate an error. */

Source from the content-addressed store, hash-verified

430 * AnalysePage. Calls that attempt recognition will generate an error.
431 */
432void TessBaseAPI::InitForAnalysePage() {
433 if (tesseract_ == NULL) {
434 tesseract_ = new Tesseract;
435 tesseract_->InitAdaptiveClassifier(false);
436 }
437}
438
439/**
440 * Read a "config" file containing a set of parameter name, value pairs.

Callers 1

Calls 1

Tested by

no test coverage detected