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.