OCRLayoutResult Class
Represents the OCR'ed texts and bounds.
Inheritance
System.Object
OCRLayoutResult
Namespace: Syncfusion.OCRProcessor
Assembly: Syncfusion.OCRProcessor.Base.dll
Syntax
public class OCRLayoutResult : Object
Constructors
OCRLayoutResult()
Declaration
public OCRLayoutResult()
Properties
ImageHeight
Sets the image height to OCR layout result.
Declaration
public float ImageHeight { set; }
Property Value
| Type |
|---|
| System.Single |
ImageWidth
Sets the image width to OCR layout result.
Declaration
public float ImageWidth { set; }
Property Value
| Type |
|---|
| System.Single |
Pages
Gets the OCR'ed page collection.
Declaration
public OCRPageCollection Pages { get; }
Property Value
| Type |
|---|
| OCRPageCollection |
See Also
Methods
Add(Page)
Add a page to OCR page collection.
Declaration
public void Add(Page page)
Parameters
| Type | Name | Description |
|---|---|---|
| Page | page |