Converter
Document Processing Orchestrator Converter Package.
Modules:
Name | Description |
---|---|
BaseConverter |
Abstract base class for document converter. |
BaseConverter
Bases: ABC
Base class for document converter.
convert(path_input, path_output)
abstractmethod
Converts a document.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
path_input |
str
|
The path of the document to be converted. |
required |
path_output |
str
|
The path of the converted document. |
required |
Returns:
Type | Description |
---|---|
None
|
None |