Package | Description |
---|---|
com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Method and Description |
---|---|
ImageLocation |
OcrContext.getImageLocation()
Gets the location of the image.
|
static ImageLocation |
ImageLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageLocation[] |
ImageLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OcrContext(InputStream imageStream,
ImageLocation imageLocation,
String imageFileExtension)
Initializes a new instance of the
OcrContext class. |