ImageData

ImageData class

Information about processed / recognized image.

public class ImageData

Fields

NameDescription
FiltersImage preprocessing to improve the accuracy of OCR.
HeightHeight of the image.
SourceThe full path to the file or URL, if any. Empty for streams, byte arrays, base64.
StreamImage in stream.
TypeThe type of the ImageData content.
WidthWidth of the image.

See Also