LayoutOutput

Inheritance: java.lang.Object

public class LayoutOutput

Information on detected content areas in the image.

Constructors

ConstructorDescription
LayoutOutput()

Fields

FieldDescription
captionsDetected captions.
equationsDetected equations.
headersDetected headers.
imagesDetected pictures/illustrations.
listsDetected lists.
pagePage number.
paragraphsDetected paragraphs.
sourceThe full path to the file or URL, if any.
tablesDetected tables.

LayoutOutput()

public LayoutOutput()

captions

public ArrayList<ContentArea> captions

Detected captions.

equations

public ArrayList<ContentArea> equations

Detected equations.

headers

public ArrayList<ContentArea> headers

Detected headers.

images

public ArrayList<ContentArea> images

Detected pictures/illustrations.

lists

public ArrayList<ContentArea> lists

Detected lists.

page

public int page

Page number.

paragraphs

public ArrayList<ContentArea> paragraphs

Detected paragraphs.

source

public String source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

tables

public ArrayList<ContentArea> tables

Detected tables.