Changing Docker instructions on README
This commit is contained in:
parent
3fcd48cdfc
commit
b933ac8374
1 changed files with 5 additions and 2 deletions
|
|
@ -153,11 +153,14 @@ print(result.text_content)
|
|||
|
||||
### Docker
|
||||
|
||||
We recommend you to use a specific tag, just as follow :
|
||||
|
||||
```sh
|
||||
docker build -t markitdown:latest .
|
||||
docker run --rm -i markitdown:latest < ~/your-file.pdf > output.md
|
||||
docker run --rm -i ghcr.io/microsoft/markitdown:v0.1.2 < ~/your-file.pdf > output.md
|
||||
```
|
||||
|
||||
It is nevertheless possible to use the latest tag.
|
||||
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
|
|
|
|||
Loading…
Reference in a new issue