Fix issue with OCR fixture
This commit is contained in:
@@ -53,6 +53,8 @@ describe('OCR confidence thresholds (design-doc §14)', () => {
|
|||||||
it('exposes confidence, label, level, and border class from composable', () => {
|
it('exposes confidence, label, level, and border class from composable', () => {
|
||||||
const map = ref<OcrConfidenceMap | null>({
|
const map = ref<OcrConfidenceMap | null>({
|
||||||
provider: 'test',
|
provider: 'test',
|
||||||
|
processedAt: '2026-06-27T10:00:00Z',
|
||||||
|
durationMs: 1200,
|
||||||
fieldConfidences: {
|
fieldConfidences: {
|
||||||
'patient.fullName': 0.98,
|
'patient.fullName': 0.98,
|
||||||
'patient.sex': 0.85,
|
'patient.sex': 0.85,
|
||||||
|
|||||||
Reference in New Issue
Block a user