OcrEngineTranslators Property |
This property provides access to a
TranslatorCollection object used by the engine to
translate images to documents.
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 TranslatorCollection Translators { get; }
Public ReadOnly Property Translators As TranslatorCollection
Get
Property Value
Type:
TranslatorCollection An object of type
TranslatorCollection containing currently installed translators.
Remarks Subclasses of OcrEngine will typically populate this collection with
INativeTranslator objects during construction. Clients are free to add or remove translator objects as
they see fit. For example, to add PDF Translation support add an instance of
PdfTranslator to the
Translators collection.
See Also