'use client' import React from 'react' import type { VocabWorksheetHook } from '../types' export function OcrComparisonModal({ h }: { h: VocabWorksheetHook }) { const { isDark, glassCard } = h return (
Seite {h.ocrComparePageIndex !== null ? h.ocrComparePageIndex + 1 : '-'}
Vergleiche OCR-Methoden... (kann 1-2 Minuten dauern)