Back to Olmocr

Installation

docs/source/installation.md

0.4.27437 B
Original Source

Installation

olmocr supports Python >= 3.8.

Installing with pip

olmocr is available on PyPI. Just run

bash
pip install olmocr

Installing from source

To install olmocr from source, first clone the repository:

bash
git clone https://github.com/allenai/olmocr.git
cd olmocr

Then run

bash
pip install -e .