OCRLayoutResult Class
Represents the OCR'ed texts and bounds.
Inheritance
System.Object
OCRLayoutResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.OCRProcessor
Assembly: Syncfusion.OCRProcessor.Base.dll
Syntax
public class OCRLayoutResult
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
Get 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 |