get_metadata method

get_metadata

Extracts metadata from the document.

Returns

A collection of metadata items; null if metadata extraction isn’t supported.

def get_metadata(self):
    ...

Example

The following example shows how to extract metadata from a document:

See Also