OCR: How to use custom OCR engine for text recognition?
In This Topic
If you want to use custom OCR engine, you need to:
- Create new class, for example MyOcrEngine, which derives from OcrEngine class.
- Override methods in MyOcrEngine class for defining logic of OCR engine.
- Use created MyOcrEngine class for text recognition.