load_images method

On this page

load_images

Loads an array of raster image instances contained within the document that match the specified RedactionFilter set.

def load_images(self, filters):
    ...
Parameter Type Description
filters list[RedactionFilter] A list of RedactionFilter instances to apply.

Returns: list: A list of raster image instances.

See Also

On this page