Class LayoutOutput
Class LayoutOutput
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.3.0)
Information on detected content areas in the image.
public class LayoutOutput
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LayoutOutput()
public LayoutOutput()
Properties
Captions
Detected captions.
public List<contentarea> Captions { get; set; }
Property Value
List<ContentArea>
Equations
Detected equations.
public List<contentarea> Equations { get; set; }
Property Value
List<ContentArea>
Headers
Detected headers.
public List<contentarea> Headers { get; set; }
Property Value
List<ContentArea>
Images
Detected pictures/illustrations.
public List<contentarea> Images { get; set; }
Property Value
List<ContentArea>
Lists
Detected lists.
public List<contentarea> Lists { get; set; }
Property Value
List<ContentArea>
Page
Page number for multi-page images.
public int Page { get; set; }
Property Value
Paragraphs
Detected paragraphs.
public List<contentarea> Paragraphs { get; set; }
Property Value
List<ContentArea>
Source
The full path to the file or URL, if applicable. Empty for images provided as a stream, byte array, or Base64.
public string Source { get; set; }
Property Value
Tables
Detected tables.
public List<contentarea> Tables { get; set; }
Property Value
List<ContentArea>