Class ImageData
Class ImageData
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)
Information about processed / recognized image.
public class ImageData
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
Filters
Image preprocessing to improve the accuracy of OCR.
public PreprocessingFilter Filters
Field Value
Height
Height of the image.
public int Height
Field Value
Source
The full path to the file or URL, if any. Empty for streams, byte arrays, base64.
public string Source
Field Value
Stream
Image in stream.
public MemoryStream Stream
Field Value
Type
The type of the ImageData content.
public InputType Type
Field Value
Width
Width of the image.
public int Width