Click or drag to resize

OcrEngineTranslate Method (ImageSource, String, String)

Translates a collection of images to the specified mime type, writing the output to the given path. 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Translate(
	ImageSource images,
	string mime,
	string fileName
)

Parameters

images
Type: Atalasoft.ImagingImageSource
An ImageSource of the images to translate.
mime
Type: SystemString
The standard mime type of the request output stream.
fileName
Type: SystemString
A string represent the path of a file to write to.

Return Value

Type: 
n/a
Remarks
These methods are likely to change in the future to use a more flexible class than ImageCollection.
See Also