-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose via Web API #133
Comments
Feel free to assign this one to me. |
I started working on something like this but the moment I import
This is without even actually instantiating a MarkItDown object let alone using it. Is that a bug in the package? |
Related to microsoft#133
Here's a web app I made that works with Markitdown. I use it for my personal workflow: www.docx2md.com |
Great to see the community work and samples around this! @elbruno also put together a quick sample of how such an API might be consumed in a C# client application. https://github.com/elbruno/MarkItDownServer Once #202 is merged, it'd be great to publish the Dockerfile as an image to the Microsoft Container Registry so you don't have to pull down the entire repo to use the container / server. |
Set up a Web API so users can use the library via a REST endpoint.
This is also useful for Docker scenarios as well.
The text was updated successfully, but these errors were encountered: