| Package | Description |
|---|---|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| Modifier and Type | Method and Description |
|---|---|
Language |
OcrOptions.getLanguage()
Gets the language used for optical character recognition.
|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OcrOptions.setLanguage(Language language)
Sets the language used for optical character recognition.
|
Copyright © 2026. All rights reserved.