testin out different ocr outputs

This commit is contained in:
nathan
2026-05-16 09:57:37 -04:00
parent 95ca7efa44
commit f2ed4b18e1
77 changed files with 137498 additions and 350 deletions

7
run_comparison.bat Normal file
View File

@@ -0,0 +1,7 @@
@echo off
python scripts\ocr_model_comparison.py ^
--single "G:\IdeaProjects\AI-Prototype\Inputs\Calgary-Highlanders_War-Diary_Sep44_control-test.pdf" ^
--output_dir "G:\IdeaProjects\AI-Prototype\outputs_step1_olmocr" ^
--first_page 1 ^
--last_page 32
pause