Click or drag to resize

PdfTranslationSessionConnectToEngine Method

Connect this session to the engine being used to generate a PDF document.

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 void ConnectToEngine(
	OcrEngine engine,
	OcrDocument doc
)

Parameters

engine
Type: Atalasoft.OcrOcrEngine
The engine that will be used to recognize a set of images.
doc
Type: Atalasoft.OcrOcrDocument
The OcrDocument into which the resulting pages will be added.
See Also