public class ImageData extends Object
| Modifier and Type | Field and Description |
|---|---|
PreprocessingFilter |
Filters
Image preprocessing to improve the accuracy of OCR.
|
int |
Height
Height of the image.
|
BufferedImage |
Image
Image in stream.
|
String |
Source
The full path to the file or URL, if any.
|
InputType |
Type
The type of the ImageData content.
|
int |
Width
Width of the image.
|
public String Source
public InputType Type
public int Width
public int Height
public PreprocessingFilter Filters
public BufferedImage Image
public InputStream getStream()
Copyright © 2025 Aspose. All rights reserved.