get_info_async method

get_info_async

Asynchronously retrieves metadata about the document at the specified path.

def get_info_async(cls, source_path, load_options):
    ...
Parameter Type Description
source_path str The path to the source document.
load_options LoadOptions Options for loading the document. May be None.

See Also