Interface IImageProcessor
Defines the contract for an image processor, allowing implementations to enhance images.
Namespace: Syncfusion.OCRProcessor
Assembly: Syncfusion.OCRProcessor.Base.dll
Syntax
public interface IImageProcessor
Methods
ProcessImage(Stream)
Enhances the provided image stream and returns the processed image stream.
Declaration
Stream ProcessImage(Stream imageStream)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | imageStream | input image stream |
Returns
| Type | Description |
|---|---|
| System.IO.Stream | Stream |