Note about piping
This commit is contained in:
@@ -34,6 +34,10 @@ This will output Markdown to standard output. You can save it like this:
|
|||||||
```bash
|
```bash
|
||||||
markitdown path-to-file.pdf > document.md
|
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
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user