LayoutOutput
Contents
[
Hide
]Inheritance: java.lang.Object
public class LayoutOutput
Information on detected content areas in the image.
Constructors
| Constructor | Description |
|---|---|
| LayoutOutput() |
Fields
| Field | Description |
|---|---|
| captions | Detected captions. |
| charts | Detected charts or diagrams. |
| equations | Detected equations. |
| figureCaptions | Detected figure captions. |
| footers | Detected footers. |
| headers | Detected headers. |
| images | Detected pictures/illustrations. |
| inlineFormulas | Detected inline formulas. |
| lists | Detected lists. |
| page | Page number. |
| pageNumbers | Detected page numbers. |
| paragraphs | Detected paragraphs. |
| source | The full path to the file or URL, if any. |
| tableCaptions | Detected table captions. |
| tables | Detected tables. |
| titles | Detected 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.