PdfTranslationSessionDisconnectFromEngine Method |
Removes prior connections to the engine
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 DisconnectFromEngine(
OcrEngine engine,
OcrDocument doc
)
Public Sub DisconnectFromEngine (
engine As OcrEngine,
doc As OcrDocument
)
Parameters
- engine
- Type: Atalasoft.OcrOcrEngine
The engine to which this session was previously connected. - doc
- Type: Atalasoft.OcrOcrDocument
The OcrDocument generated by the engine.
See Also