From cce40efba0084e87a18d19b2aba18e0e36eff8b3 Mon Sep 17 00:00:00 2001 From: Jiangzhou He Date: Fri, 15 Aug 2025 22:58:12 -0700 Subject: [PATCH] docs: add instructions to install `poppler` for `multi_format_indexing` --- examples/multi_format_indexing/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/multi_format_indexing/README.md b/examples/multi_format_indexing/README.md index 1547625b..3805d219 100644 --- a/examples/multi_format_indexing/README.md +++ b/examples/multi_format_indexing/README.md @@ -37,6 +37,8 @@ Install dependencies: pip install -e . ``` +**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. + Setup: ```bash