ImageData

ImageData class

Information about processed / recognized image.

The ImageData type exposes the following members:

Properties

NameDescription
sourceThe full path to the file or URL, if any. Empty for streams, byte arrays, base64.
typeThe type of the ImageData content.
widthWidth of the image.
heightHeight of the image.
filtersImage preprocessing to improve the accuracy of OCR.
streamImage in stream.

See Also