Constructors
constructor
- new OCRHMMClassifier(classifier, vocabulary, transitionPropabilitiesTable, emissionPropabilitiesTable, mode?): OCRHMMClassifier
Parameters
vocabulary: string
transitionPropabilitiesTable: Mat
emissionPropabilitiesTable: Mat
Optional
mode: number
Methods
evalAsync
- evalAsync(img): Promise<OCRHMMClassifierEvalRet>