Added Docker Image for using markitdown in a sandboxed environment

This commit is contained in:
Michele Adduci
2024-12-16 13:08:15 +01:00
parent 81e3f24acd
commit 013b022427
3 changed files with 20 additions and 0 deletions

View File

@@ -51,6 +51,13 @@ result = md.convert("example.jpg")
print(result.text_content)
```
You can also use the project as Docker Image:
```sh
docker build -t markitdown:latest .
docker run --rm -i markitdown:latest < ~/your-file.pdf > output.md
```
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a