This commit is contained in:
Jake Poznanski 2025-01-29 21:49:19 +00:00
commit 6369b1f10c

View File

@ -25,8 +25,11 @@ Linux Ubuntu/Debian
sudo apt-get install poppler-utils ttf-mscorefonts-installer msttcorefonts fonts-crosextra-caladea fonts-crosextra-carlito gsfonts lcdf-typetools
```
Then, clone and install the olmocr package
Set up a conda environment, then clone and install the olmocr package
```bash
conda create -n olmocr python=3.11
conda activate olmocr
git clone https://github.com/allenai/olmocr.git
cd olmocr
pip install -e .