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

objectLayoutOutput

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&gt;

Equations

Detected equations.

public List<contentarea> Equations { get; set; }

Property Value

List<ContentArea&gt;

Headers

Detected headers.

public List<contentarea> Headers { get; set; }

Property Value

List<ContentArea&gt;

Images

Detected pictures/illustrations.

public List<contentarea> Images { get; set; }

Property Value

List<ContentArea&gt;

Lists

Detected lists.

public List<contentarea> Lists { get; set; }

Property Value

List<ContentArea&gt;

Page

Page number for multi-page images.

public int Page { get; set; }

Property Value

int

Paragraphs

Detected paragraphs.

public List<contentarea> Paragraphs { get; set; }

Property Value

List<ContentArea&gt;

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

string

Tables

Detected tables.

public List<contentarea> Tables { get; set; }

Property Value

List<ContentArea&gt;