feat(api): expose OCR reason signal (#110)

This commit is contained in:
Abimael Martell
2026-06-23 15:51:55 -07:00
committed by GitHub
parent 57b98c6a5d
commit 1a5ba6f1e9
10 changed files with 251 additions and 27 deletions
+1
View File
@@ -1107,6 +1107,7 @@ fn test_pages_needing_ocr_field_accessible() {
page_count: 1,
processing_time_ms: 0,
pages_needing_ocr: vec![1, 3],
ocr_reasons_by_page: Vec::new(),
title: None,
confidence: 1.0,
layout: pdf_inspector::LayoutComplexity::default(),