LayoutOutput

Inheritance: java.lang.Object

public class LayoutOutput

Information on detected content areas in the image.

Constructors

ConstructorDescription
LayoutOutput()

Fields

FieldDescription
captionsDetected captions.
chartsDetected charts or diagrams.
equationsDetected equations.
figureCaptionsDetected figure captions.
footersDetected footers.
headersDetected headers.
imagesDetected pictures/illustrations.
inlineFormulasDetected inline formulas.
listsDetected lists.
pagePage number.
pageNumbersDetected page numbers.
paragraphsDetected paragraphs.
sourceThe full path to the file or URL, if any.
tableCaptionsDetected table captions.
tablesDetected tables.
titlesDetected document or paragraph titles.

LayoutOutput()

public LayoutOutput()

captions

public ArrayList<ContentArea> captions

Detected captions.

charts

public ArrayList<ContentArea> charts

Detected charts or diagrams.

equations

public ArrayList<ContentArea> equations

Detected equations.

figureCaptions

public ArrayList<ContentArea> figureCaptions

Detected figure captions.

footers

public ArrayList<ContentArea> footers

Detected footers.

headers

public ArrayList<ContentArea> headers

Detected headers.

images

public ArrayList<ContentArea> images

Detected pictures/illustrations.

inlineFormulas

public ArrayList<ContentArea> inlineFormulas

Detected inline formulas.

lists

public ArrayList<ContentArea> lists

Detected lists.

page

public int page

Page number.

pageNumbers

public ArrayList<ContentArea> pageNumbers

Detected page numbers.

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.

tableCaptions

public ArrayList<ContentArea> tableCaptions

Detected table captions.

tables

public ArrayList<ContentArea> tables

Detected tables.

titles

public ArrayList<ContentArea> titles

Detected document or paragraph titles.