mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-17 11:12:33 +00:00
Merge branch 'main' of https://github.com/allenai/olmocr
This commit is contained in:
commit
6369b1f10c
@ -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
|
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
|
```bash
|
||||||
|
conda create -n olmocr python=3.11
|
||||||
|
conda activate olmocr
|
||||||
|
|
||||||
git clone https://github.com/allenai/olmocr.git
|
git clone https://github.com/allenai/olmocr.git
|
||||||
cd olmocr
|
cd olmocr
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user