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)
Parameter | Type | Description |
---|---|---|
images | OcrInput | Source images OcrInput |
Return Value
Returns a list of the most probable languages, ranked by likelihood LanguageDetectionOutput
.
See Also
- class LanguageDetectionOutput
- class OcrInput
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR