IForeignTranslator.Translate Method (OcrEngine, OcrDocument, String, Stream, Object) |
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax void Translate(
OcrEngine engine,
OcrDocument doc,
string mimeType,
Stream outStream,
Object translationObject
)
Sub Translate (
engine As OcrEngine,
doc As OcrDocument,
mimeType As String,
outStream As Stream,
translationObject As Object
)
Parameters
- engine
- Type: Atalasoft.Ocr.OcrEngine
- doc
- Type: Atalasoft.Ocr.OcrDocument
- mimeType
- Type: System.String
- outStream
- Type: System.IO.Stream
- translationObject
- Type: System.Object
Exceptions Exception | Condition |
---|
| Throws if the MIME type is unknown. |
See Also