OcrEngineGetSupportedRecognitionCultures Method |
Returns an array of supported recognition languages for this engine
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 abstract CultureInfo[] GetSupportedRecognitionCultures()
Public MustOverride Function GetSupportedRecognitionCultures As CultureInfo()
Return Value
Type:
CultureInfo An array of supported recognition languages for this engine
Remarks Some engines support few or one recognition language. Some engines support hundreds, although most of the
supported languages are equivalent to "latin alphabet" or "cyrillic alphabet". Some engines provide languages for
which there is no equivalent CultureInfo (Esperanto, for example) and therefore can't be reflected in this
interface.
See Also