Enum LanguageDetectionLevel
Enum LanguageDetectionLevel
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.8.0)
Defines the level of language detection for text recognition in an image.
public enum LanguageDetectionLevelFields
ByPage = 0
Detects a single language for the entire image.
ByParagraph = 1
Detects the language separately for each paragraph.
ByWord = 2
Detects the language separately for each word.