markitdown
markitdown copied to clipboard
Process multiple files
It would be very useful to be able to batch process a list of files.
eg.
markitdown -i foo.pdf -o foo.pdf -i bar.docx -o bar.md
Thanks! Fidel
Hey, I'd love to work on this. Planning to submit a PR soon unless it's already taken.
Consider use "xargs" or "find -exec" instead?
Thanks, but markitdown takes a long time to load. So I'm looking to load it once & process multiple files.