Sets the source document file name.
def load(self, file_name):
...
| Parameter |
Type |
Description |
| file_name |
str |
Source document. |
Sets source documents array.
def load(self, file_name):
...
| Parameter |
Type |
Description |
| file_name |
list[str] |
Set of source documents. |
Set source document stream.
def load(self, document_stream_provider):
...
| Parameter |
Type |
Description |
| document_stream_provider |
Func[io.RawIOBase] |
Source document stream provider. |
| Raises |
Description |
InvalidConverterSettingsException |
If validation of converter settings fails. |
Sets the source document streams provider.
def load(self, document_stream_provider):
...
| Parameter |
Type |
Description |
| document_stream_provider |
Func[list[io.RawIOBase]] |
Source document streams provider. |
| Raises |
Description |
InvalidConverterSettingsException |
If validation of converter settings fails. |
We value your opinion. Your feedback will help us improve our documentation.