get All Extractions
Task<ExtractionsContainer> getAllExtractions(@NonNull() Document document)
Content copied to clipboard
Get the extractions for the given document.
Return
A Task which will resolve to an ExtractionsContainer object.
Parameters
document
The Document instance for whose document the extractions are returned.