Click or drag to resize

INativeTranslator Interface

INativeTranslator is an interface used to define how an OcrDocument will be translated to another format by low-level OCR engine support.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface INativeTranslator : ITranslator

The INativeTranslator type exposes the following members.

Methods
  NameDescription
Public methodCanStream
Checks to see if this translator is capable of streaming.
(Inherited from ITranslator.)
Public methodSupported
Get an array of mime types supported by this translator.
(Inherited from ITranslator.)
Public methodSupports
Checks to see if a specific mime type is supported by this translator.
(Inherited from ITranslator.)
Public methodTranslate(ImageSource, String, Stream)
Public methodTranslate(ImageSource, String, String)
Top
Remarks

Native Translators are engine specific and must be implemented in a class deriving from OcrEngine.

See Also