Skip to content

Commit 6d673c6

Browse files
authored
docs: add instructions to install poppler for multi_format_indexing (#873)
1 parent 2c59ba7 commit 6d673c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/multi_format_indexing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Install dependencies:
3737
pip install -e .
3838
```
3939

40+
**NOTE**: The `pdf2image` requires `poppler` to be installed manually. Please refer to [this document](https://pdf2image.readthedocs.io/en/latest/installation.html#installing-poppler) for the specific installation instructions for your platform.
41+
4042
Setup:
4143

4244
```bash

0 commit comments

Comments
 (0)