Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
static IImageStream |
ImageStream.fromFile(String imageFile)
Creates instance of “IImageStream” from the specified file.
|
static IImageStream |
ImageStream.fromStream(InputStream stream,
int type)
Creates instance of “IImageStream” object from Stream, parameter "format" sets a data type.
|
static IImageStream |
ImageStream.fromUrl(String imageUrl)
Creates instance of “IImageStream” from the specified URL.
|
Modifier and Type | Method and Description |
---|---|
void |
OcrEngine.setImage(IImageStream value)
Sets the picture to recognize the text from.
|