Click or drag to resize

VotingEngineRecognize Method

Overload List
  NameDescription
Public methodRecognize(AtalaImage)
Recognize text in an AtalaImage, transforming it into an OcrPage object.
(Overrides OcrEngineRecognize(AtalaImage).)
Public methodRecognize(ImageSource)
Recognize a set of AtalaImage objects as an entire document.
(Inherited from OcrEngine.)
Public methodRecognize(AtalaImage, Rectangle)

Recognize only within a specific rectangle in an AtalaImage.

(Inherited from OcrEngine.)
Protected methodRecognize(AtalaImage, Int32)
Recognize text in an AtalaImage
(Inherited from OcrEngine.)
Protected methodRecognize(ImageSource, OcrDocument, IForeignTranslator, Object)
Recognize a set of AtalaImage objects as an entire document.
(Inherited from OcrEngine.)
Top
See Also