ITranslator defines an interface which allows the translation of documents from images to
text-based formats.
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 ITranslator
Public Interface ITranslator
The ITranslator type exposes the following members.
Methods
| Name | Description |
---|
| CanStream | Checks to see if this translator is capable of streaming. |
| Supported | Get an array of mime types supported by this translator. |
| Supports | Checks to see if a specific mime type is supported by this translator. |
TopRemarks See Also Reference
IForeignTranslator Interface
INativeTranslator Interface