mirror of
				https://github.com/allenai/olmocr.git
				synced 2025-10-31 10:04:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			216 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			216 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #/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 \
 | |
|   && pytest -m "" tests/test_integration.py
 | 
