feat: OCR pipeline with NDJSON streaming and real-time progress (#226, #227, #231) #229

Merged
marcel merged 74 commits from feat/issue-226-227-ocr-pipeline-polygon into main 2026-04-13 12:39:04 +02:00
Showing only changes of commit ef11e4af09 - Show all commits

View File

@@ -354,7 +354,7 @@ onMount(() => {
fileUrl={fileUrl}
isLoading={isLoading}
error={fileError}
transcribeMode={transcribeMode}
transcribeMode={transcribeMode && !ocrRunning}
blockNumbers={blockNumbers}
annotationReloadKey={annotationReloadKey}
annotationsDimmed={transcribeMode && panelMode === 'read'}