diff --git a/regula/documentreader/webclient/ext/api/document_reader_api.py b/regula/documentreader/webclient/ext/api/document_reader_api.py index 714abc8..dc3058a 100755 --- a/regula/documentreader/webclient/ext/api/document_reader_api.py +++ b/regula/documentreader/webclient/ext/api/document_reader_api.py @@ -33,6 +33,9 @@ def __enter__(self): def __exit__(self, exc_type, exc_val, exc_tb): self.api_client.close() + def set_configuration(self, configuration) -> None: + self.api_client.configuration = configuration + @property def license(self) -> Base64String: return self.__license