OcrEngine.Translate Method (ImageSource, String, Stream) |
Translates a collection of images to the specified mime type, writing the output to the given stream.
This method attempts to select the best translator for the job.
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 public void Translate(
ImageSource images,
string mime,
Stream outStream
)
Public Sub Translate (
images As ImageSource,
mime As String,
outStream As Stream
)
Parameters
- images
- Type: Atalasoft.Imaging.ImageSource
An ImageSource of the images to translate. - mime
- Type: System.String
The standard mime type of the request output stream. - outStream
- Type: System.IO.Stream
The stream to write to.
See Also