alexa
menu

Document Processing

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved