LayoutOutput

LayoutOutput class

Information on detected content areas in the image.

The LayoutOutput type exposes the following members:

Constructors

NameDescription
LayoutOutput()Initializes a new instance of the LayoutOutput class

Properties

NameDescription
sourceThe full path to the file or URL, if applicable. Empty for images provided as a stream, byte array, or Base64.
pagePage number for multi-page images.
paragraphsDetected paragraphs.
imagesDetected pictures/illustrations.
headersDetected headers.
footersDetected footers.
tablesDetected tables.
table_captionsDetected table captions.
listsDetected lists.
titlesDetected document or paragraph titles.
captionsDetected captions.
figure_captionsDetected figure captions.
equationsDetected equations.
inline_formulasDetected inline formulas.
chartsDetected charts or diagrams.
page_numbersDetected page numbers.

See Also