IForeignTranslator Interface |
Namespace: Atalasoft.Ocr
The IForeignTranslator type exposes the following members.
Name | Description | |
---|---|---|
CanStream | Checks to see if this translator is capable of streaming. (Inherited from ITranslator.) | |
Finish | Allow a foreign translator to perform any necessary cleanup. | |
Prepare | Prepare a foreign translator for translation. | |
Supported | Get an array of mime types supported by this translator. (Inherited from ITranslator.) | |
Supports | Checks to see if a specific mime type is supported by this translator. (Inherited from ITranslator.) | |
Translate(OcrEngine, OcrDocument, String, Stream, Object) | ||
Translate(OcrEngine, OcrDocument, String, String, Object) |
Classes implementing IForeignTranslator are used to to augment or replace native translation capability provided by an OcrEngine. These translators can be used across all OCR Engines, thus are not specific to a single engine. TextTranslator and PdfTranslator are both Foreign Translators.