ImageData

Inheritance: java.lang.Object

public class ImageData

Fields

FieldDescription
SourceThe full path to the file or URL, if any.
TypeThe type of the ImageData content.
WidthWidth of the image.
HeightHeight of the image.
FiltersImage preprocessing to improve the accuracy of OCR.
ImageImage 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.

Height

public int Height

Height of the image.

Filters

public PreprocessingFilter Filters

Image preprocessing to improve the accuracy of OCR.

Image

public BufferedImage Image

Image in stream.