INativeTranslatorTranslate Method (ImageSource, String, String) |
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(
ImageSource images,
string mimeType,
string outFileName
)
Sub Translate (
images As ImageSource,
mimeType As String,
outFileName As String
)
Parameters
- images
- Type: Atalasoft.ImagingImageSource
- mimeType
- Type: SystemString
- outFileName
- Type: SystemString
Remarks Engine may be null. Throws an Exception of type
OcrException if the mime type is unknown.
See Also