I am developing a plugin for Markitdown. But this plugin need some additional arguments to make sure it can work better, such as:
markitdown input.pptx --use-plugins --image_dir=./assets > output.md
So I wonder whether it is possible to add a feature to pass some args into plugin layer.
I am developing a plugin for Markitdown. But this plugin need some additional arguments to make sure it can work better, such as:
markitdown input.pptx --use-plugins --image_dir=./assets > output.mdSo I wonder whether it is possible to add a feature to pass some args into plugin layer.