LlamaSearch-pdf Installation Guide

Prerequisites

Before installing LlamaSearch-pdf, ensure you have:

Installation via pip

The simplest way to install LlamaSearch-pdf is using pip:

pip install llamasearch-pdf

Installation from source

To install the latest development version from GitHub:

git clone https://github.com/llamasearchai/llamasearch-pdf.git
cd llamasearch-pdf
pip install -e .

Verifying Installation

To verify that LlamaSearch-pdf was installed correctly, run the following in a Python interpreter:

import llamasearch-pdf
print(llamasearch-pdf.__version__)

Optional Dependencies

For additional features, you can install optional dependencies:

pip install llamasearch-pdf[extra]

Next Steps

Now that you have LlamaSearch-pdf installed, check out the Usage Guide to get started.