IPerPageTranslator Interface |
IPerPageTranslator is an interface that allows IForeignTranslator objects to translate a document while it is being recognized on a page-by-page basis. In many cases this can result in a smaller memory load by allowing the translator to release per page resources immediately.
In general, client code need not worry about this interface as it is called by the OcrEngine object.
Namespace: Atalasoft.Ocr
The IPerPageTranslator type exposes the following members.
Name | Description | |
---|---|---|
UseIForeignTranslatorInterface | Indicates whether or not the called OcrEngine object should use the IForeignTranslator interface of the
IPerPageTranslator interface for document translation |
Name | Description | |
---|---|---|
Prepare(OcrEngine, OcrDocument, String, Stream) | ||
Prepare(OcrEngine, OcrDocument, String, String) | ||
TranslatePage | Translates a single page into the translator's output format |