Update README.md
This commit is contained in:
parent
b2fdc93c67
commit
b522fca628
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ cat path-to-file.pdf | markitdown
|
|||
MarkItDown has optional dependencies for activating various file formats. Earlier in this document, we installed all optional dependencies with the `[all]` option. However, you can also install them individually for more control. For example:
|
||||
|
||||
```bash
|
||||
pip install markitdown[pdf, docx, pptx]
|
||||
pip install 'markitdown[pdf, docx, pptx]'
|
||||
```
|
||||
|
||||
will install only the dependencies for PDF, DOCX, and PPTX files.
|
||||
|
|
|
|||
Loading…
Reference in a new issue