Note about piping
This commit is contained in:
parent
6ebef5af0c
commit
33ce17954d
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ This will output Markdown to standard output. You can save it like this:
|
|||
```bash
|
||||
markitdown path-to-file.pdf > document.md
|
||||
```
|
||||
You can pipe content to standard input by omitting the argument:
|
||||
```bash
|
||||
cat path-to-file.pdf | markitdown
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue