com.aspose.ocr.core.publicapi
Class Language
java.lang.Object
com.aspose.ocr.core.publicapi.Language
public class Language
- extends Object
This is factory for creating objects of type ILanguage.
It has a static method for creating objects.
Method Summary |
static ILanguage |
load(String languageName)
Creates instance of ILanguage from name of language. |
Language
public Language()
load
public static ILanguage load(String languageName)
- Creates instance of ILanguage from name of language.
This will raise exception if files for that language not exists in specified directory.
Copyright © 2011 Aspose. All Rights Reserved.