getDocumentLayout

public final Resource<DocumentLayout> getDocumentLayout(String documentId)

Gets the layout of a document. The layout of the document describes the textual content of a document with positional information, based on the processed document.

Return

Resource with a DocumentLayout instance containing the layout or information about the error

Parameters

documentId

The document ID for which the layouts is requested.