We currently provide a MarkItDownReader that allows the users to parse any file using the markitdown executable. It requires our users to install python to be able to parse file locally.
To avoid that, we should extend the MarkItDownReader class with an ability to use MarkItDown MCP. This would allow our Aspire users and the template, to just spawn this docker image and treat it as a service.
We currently provide a MarkItDownReader that allows the users to parse any file using the markitdown executable. It requires our users to install python to be able to parse file locally.
To avoid that, we should extend the
MarkItDownReaderclass with an ability to use MarkItDown MCP. This would allow our Aspire users and the template, to just spawn this docker image and treat it as a service.