Method to invoke the document transformation. This method calls the transformDocuments method with the provided input.
invoke(input: RunInput, _options: BaseCallbackConfig): Promise<RunOutput>| Name | Type | Description |
|---|---|---|
input* | RunInput | The input documents to be transformed. |
_options | BaseCallbackConfig | Optional configuration object to customize the behavior of callbacks. |