Click or drag to resize

OcrEngineTranslate Method (ImageSource, String, Stream, ITranslator)

Translates a collection of images to the specified mime type, writing the output to the given stream using the supplied translator.

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 Translate(
	ImageSource images,
	string mime,
	Stream outStream,
	ITranslator translator
)

Parameters

images
Type: Atalasoft.ImagingImageSource
An ImageSource of the images to translate.
mime
Type: SystemString
The standard mime type of the request output stream.
outStream
Type: System.IOStream
The stream to write to.
translator
Type: Atalasoft.OcrITranslator
An object of type ITranslator to use on this set of images.

Return Value

Type: 
n/a
See Also