Click or drag to resize

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
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IPerPageTranslator

The IPerPageTranslator type exposes the following members.

Properties
  NameDescription
Public propertyUseIForeignTranslatorInterface
Indicates whether or not the called OcrEngine object should use the IForeignTranslator interface of the IPerPageTranslator interface for document translation
Top
Methods
  NameDescription
Public methodPrepare(OcrEngine, OcrDocument, String, Stream)
Public methodPrepare(OcrEngine, OcrDocument, String, String)
Public methodTranslatePage
Translates a single page into the translator's output format
Top
See Also