Files
wehub-resource-sync 917eedffcf
Main / Python 3.11 - Docs (push) Waiting to run
Main / Python 3.11 - Build (push) Waiting to run
Main / Python 3.11 - Lint (push) Waiting to run
Main / Python 3.11 - Style (push) Waiting to run
Main / Python 3.11 - Test (push) Waiting to run
Main / GPU CI (push) Blocked by required conditions
Main / Release (push) Blocked by required conditions
Main / Build and Push Docker Images (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:27:09 +08:00

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 .