feat(ocr): full OCR pipeline with polygon annotations, training, and guided mode #232

Merged
marcel merged 40 commits from feat/issue-226-227-ocr-pipeline-polygon into main 2026-04-14 10:31:35 +02:00
Showing only changes of commit 1fd5c31fd1 - Show all commits

View File

@@ -107,15 +107,7 @@ async function backfillFileHashes() {
<OcrTrainingCard trainingInfo={trainingInfo} />
<!-- OCR Segmentation Training -->
<SegmentationTrainingCard
trainingInfo={trainingInfo
? {
availableBlocks: trainingInfo.availableSegBlocks,
ocrServiceAvailable: trainingInfo.ocrServiceAvailable,
runs: trainingInfo.runs
}
: null}
/>
<SegmentationTrainingCard trainingInfo={trainingInfo} />
<!-- Backfill versions -->
<div class="rounded-sm border border-line bg-surface p-6 shadow-sm">