mirror of
https://github.com/allenai/olmocr.git
synced 2025-07-04 15:42:47 +00:00
438 B
438 B
Installation
olmocr supports Python >= 3.8.
Installing with pip
olmocr is available on PyPI. Just run
pip install olmocr
Installing from source
To install olmocr from source, first clone the repository:
git clone https://github.com/allenai/olmocr.git
cd olmocr
Then run
pip install -e .