Table of Contents

Method Create

Namespace
OpenCvSharp.Text
Assembly
OpenCvSharp.dll

Create(string, string, string)

Creates an instance of the OCRHolisticWordRecognizer class.

public static OCRHolisticWordRecognizer Create(string archFilename, string weightsFilename, string wordsFilename)

Parameters

archFilename string

The DictNet model architecture (topology) file.

weightsFilename string

The DictNet model weights file.

wordsFilename string

The lexicon file listing the words in the dictionary.

Returns

OCRHolisticWordRecognizer