# Map all the objects in the page using the objects id as the key and
# the resource name as the value.
name_map = {indirect_obj.indirect[0]: name for name, indirect_obj in page.Resources.XObject.items()}
# Map all the objects in the page using the objects id as the key and
# the resource name as the value.
name_map = {indirect_obj.indirect[0]: name for name, indirect_obj in page.Resources.XObject.items()}