ImageData
ImageData class
Information about processed / recognized image.
public class ImageData
Properties
Name | Description |
---|---|
Filters { get; set; } | Image preprocessing to improve the accuracy of OCR. |
Height { get; set; } | Height of the image. |
Source { get; set; } | The full path to the file or URL, if any. Empty for streams, byte arrays, base64. |
Type { get; set; } | The type of the ImageData content. |
Width { get; set; } | Width of the image. |
Fields
Name | Description |
---|---|
Stream | Image in stream. |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR