Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/allenai/olmocr
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Jan 29, 2025
2 parents 17a5dfe + 7e4fb68 commit 6369b1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 6369b1f

Please sign in to comment.