Enum LanguageDetectionLevel
Enum LanguageDetectionLevel
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.4.0)
Defines the level of language detection for text recognition in an image.
public enum LanguageDetectionLevel
Fields
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.