DetectLanguages

AsposeOcr.DetectLanguages method

Analyzes the text on the image to determine the languages it is written in. This allows to select the most suitable recognition language and helps in further text processing tasks such as spellchecking or translation.

public List<LanguageDetectionOutput> DetectLanguages(OcrInput images)
ParameterTypeDescription
imagesOcrInputSource images OcrInput

Return Value

Returns a list of the most probable languages, ranked by likelihood LanguageDetectionOutput.

See Also