Skip to content

Commit

Permalink
Note about piping
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Dec 13, 2024
1 parent 6ebef5a commit 33ce179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33ce179

Please sign in to comment.