Update README.md

This commit is contained in:
Jake Poznanski 2025-03-31 13:50:07 -07:00 committed by GitHub
parent 0d21ade0d8
commit 7e46626452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,11 @@ Convert a Single PDF:
python -m olmocr.pipeline ./localworkspace --pdfs tests/gnarly_pdfs/horribleocr.pdf
```
Convert an Image file:
```bash
python -m olmocr.pipeline ./localworkspace --pdfs random_page.png
```
Convert Multiple PDFs:
```bash
python -m olmocr.pipeline ./localworkspace --pdfs tests/gnarly_pdfs/*.pdf