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