Download the binary content of the document file
from withluminary import Luminary client = Luminary() response = client.documents.download( "id", ) print(response) content = response.read() print(content)