OcrEngineRecognitionCultureSupported Method |
Indicates whether or not this engine will support a given recognition culture
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 bool RecognitionCultureSupported(
CultureInfo target
)
Public Function RecognitionCultureSupported (
target As CultureInfo
) As Boolean
Parameters
- target
- Type: System.GlobalizationCultureInfo
The CultureInfo to be checked
Return Value
Type:
BooleanTrue if this engine supports the given culture, false otherwise.
Remarks Note that some engines distinguish between similar languages used in different locales (U.S. English
versus U.K. English). The engine will consider the same language in different locales to be equivalent by default.
It is possible to change this behavior by overriding the CulturesMatch method.
See Also