Table of Contents

Class OCRBeamSearchDecoder

Namespace
OpenCvSharp.Text
Assembly
OpenCvSharp.dll

Provides an interface for OCR using the Beam Search algorithm.

public sealed class OCRBeamSearchDecoder : BaseOCR, IDisposable
Inheritance
OCRBeamSearchDecoder
Implements
Inherited Members

Methods

Create(OCRBeamSearchDecoderClassifierCallback, string, InputArray, InputArray, DecoderMode, int)

Creates an instance of the OCRBeamSearchDecoder class. Initializes the decoder.

Create(string, string, InputArray, InputArray, DecoderMode, int)

Creates an instance of the OCRBeamSearchDecoder class. Initializes the decoder from the specified classifier model file.

Run(Mat, Mat, out string, out Rect[], out string?[], out float[], ComponentLevels)
Run(Mat, out string, out Rect[], out string?[], out float[], ComponentLevels)