Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ cd markitdown
pip install -e 'packages/markitdown[all]'
```

> [!NOTE]
> On some shells (like zsh), you must quote the package name (e.g. `'markitdown[all]'`) to prevent the shell from interpreting the square brackets as a glob pattern.

## Usage

### Command-Line
Expand Down Expand Up @@ -183,6 +186,9 @@ docker build -t markitdown:latest .
docker run --rm -i markitdown:latest < ~/your-file.pdf > output.md
```

## Technical Documentation
For detailed information about the technical implementation, architecture, and advanced usage of MarkItDown, please refer to the

## Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a
Expand Down
Loading