Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
static IImageStream |
ImageStream.fromFile(java.lang.String imageFile)
Creates instance of “IImageStream” from the specified file.
|
static IImageStream |
ImageStream.fromMemoryStream(byte[] memoryStream,
int type)
Creates instance of “IImageStream” object from MemoryStream, parameter "format" sets a data type.
|
static IImageStream |
ImageStream.fromMemoryStreamInternal(MemoryStream memoryStream,
int type)
Creates instance of “IImageStream” object from MemoryStream, parameter "format" sets a data type.
|
Modifier and Type | Method and Description |
---|---|
void |
OcrEngine.setImage(IImageStream value)
Sets the picture to recognize the text from.
|