ImageData
Inheritance: java.lang.Object
public class ImageData
Fields
Field | Description |
---|---|
Filters | Image preprocessing to improve the accuracy of OCR. |
Height | Height of the image. |
Image | Image in stream. |
Source | The full path to the file or URL, if any. |
Type | The type of the ImageData content. |
Width | Width of the image. |
Filters
public PreprocessingFilter Filters
Image preprocessing to improve the accuracy of OCR.
Height
public int Height
Height of the image.
Image
public BufferedImage Image
Image in stream.
Source
public String Source
The full path to the file or URL, if any. Empty for streams, byte arrays, base64.
Type
public InputType Type
The type of the ImageData content.
Width
public int Width
Width of the image.