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. |
equations | Detected equations. |
headers | Detected headers. |
images | Detected pictures/illustrations. |
lists | Detected lists. |
page | Page number. |
paragraphs | Detected paragraphs. |
source | The full path to the file or URL, if any. |
tables | Detected 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.