8 lines
263 B
Batchfile
8 lines
263 B
Batchfile
@echo off
|
|
python scripts\ocr_model_comparison_anthropic.py ^
|
|
--single "G:\IdeaProjects\AI-Prototype\Inputs\Calgary-Highlanders_War-Diary_Sep44.pdf" ^
|
|
--output_dir "G:\IdeaProjects\AI-Prototype\outputs_step1_olmocr" ^
|
|
--first_page 1 ^
|
|
--last_page 32
|
|
pause
|