Before installing LlamaSearch-pdf, ensure you have:
The simplest way to install LlamaSearch-pdf is using pip:
pip install llamasearch-pdf
To install the latest development version from GitHub:
git clone https://github.com/llamasearchai/llamasearch-pdf.git
cd llamasearch-pdf
pip install -e .
To verify that LlamaSearch-pdf was installed correctly, run the following in a Python interpreter:
import llamasearch-pdf
print(llamasearch-pdf.__version__)
For additional features, you can install optional dependencies:
pip install llamasearch-pdf[extra]
Now that you have LlamaSearch-pdf installed, check out the Usage Guide to get started.