alexa
menu

Document Processing

    Show / Hide Table of Contents

    Interface IOcrEngine

    Interface for using external OCR services.

    Namespace: Syncfusion.OCRProcessor
    Assembly: Syncfusion.OCRProcessor.Base.dll
    Syntax
    public interface IOcrEngine

    Methods

    PerformOCR(Stream)

    Perform the OCR on image and returns the OCR layout result.

    Declaration
    OCRLayoutResult PerformOCR(Stream imageStream)
    Parameters
    Type Name Description
    System.IO.Stream imageStream

    input image stream

    Returns
    Type Description
    OCRLayoutResult

    OCRLayoutResult

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