Class OCRLayoutResult
Represents the OCR'ed texts and bounds.
Inheritance
System.Object
OCRLayoutResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Single |
ImageWidth
Sets the image width to OCR layout result.
Declaration
public float ImageWidth { set; }
Property Value
Type | Description |
---|---|
System.Single |
Pages
Get the OCR'ed page collection
Declaration
public OCRPageCollection Pages { get; }
Property Value
Type | Description |
---|---|
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 |