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