OCR-Viewer (#1)

Co-authored-by: nathan <nathan.kehler@gmail.com>
Reviewed-on: #1
This commit is contained in:
2026-05-19 22:03:28 +00:00
parent 727f4fcc57
commit 330b703539
104 changed files with 144649 additions and 2 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