Click or drag to resize

OcrEngineSupportingTranslator Method

Finds a translator that supports translation to the requested output type.

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
protected ITranslator SupportingTranslator(
	string mime,
	bool needsStreaming
)

Parameters

mime
Type: SystemString
The standard mime type of the request output stream.
needsStreaming
Type: SystemBoolean
Specifies whether streaming is needed or not.

Return Value

Type: ITranslator
Found translator instance; null if not found.s
See Also