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
archFilenamestringThe DictNet model architecture (topology) file.
weightsFilenamestringThe DictNet model weights file.
wordsFilenamestringThe lexicon file listing the words in the dictionary.