Click or drag to resize

IForeignTranslatorTranslate Method (OcrEngine, OcrDocument, String, Stream, 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
void Translate(
	OcrEngine engine,
	OcrDocument doc,
	string mimeType,
	Stream outStream,
	Object translationObject
)

Parameters

engine
Type: Atalasoft.OcrOcrEngine
doc
Type: Atalasoft.OcrOcrDocument
mimeType
Type: SystemString
outStream
Type: System.IOStream
translationObject
Type: SystemObject
Exceptions
ExceptionCondition
Throws if the MIME type is unknown.
See Also