Class ImageData

Class ImageData

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)

Information about processed / recognized image.

public class ImageData

Inheritance

objectImageData

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

PreprocessingFilter

Height

Height of the image.

public int Height

Field Value

int

Source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

public string Source

Field Value

string

Stream

Image in stream.

public MemoryStream Stream

Field Value

MemoryStream

Type

The type of the ImageData content.

public InputType Type

Field Value

InputType

Width

Width of the image.

public int Width

Field Value

int

 English