get Layout
@Deprecated(message = "This method is deprecated and can be deleted in future. Use another one, please.", replaceWith = @ReplaceWith(imports = {}, expression = "getLayoutModel(documentId)" ) )
Deprecated
This method is deprecated and can be deleted in future. Use another one, please.
Replace with
getLayoutModel(documentId)
Content copied to clipboard
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 JSONObject instance containing the layout or information about the error
Parameters
document
The document for which the layouts is requested.