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 |