2025-03-14 02:43:55 +00:00
|
|
|
#/usr/bin/bash
|
|
|
|
|
|
|
|
set -ex
|
|
|
|
|
|
|
|
python -m olmocr.pipeline ./localworkspace --pdfs tests/gnarly_pdfs/ambiguous.pdf tests/gnarly_pdfs/edgar.pdf tests/gnarly_pdfs/dolma-page-1.pdf \
|
2025-10-09 20:31:28 +00:00
|
|
|
&& pytest -m "" tests/test_integration.py
|