Class LayoutOutput

Class LayoutOutput

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.11.0)

Information on detected content areas in the image.

public class LayoutOutput

Inheritance

object LayoutOutput

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

int

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

string

Tables

Detected tables.

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

Property Value

List < ContentArea >

 English