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 fdba3211aa - Show all commits

View File

@@ -72,7 +72,9 @@ $effect(() => {
></div>
</div>
<p class="mt-2 text-right text-sm text-gray-500">
{m.ocr_progress_page({ current: String(currentPage), total: String(totalPages) })}
<span aria-live="polite" aria-atomic="true">
{m.ocr_progress_page({ current: String(currentPage), total: String(totalPages) })}
</span>
</p>
</div>
{:else if status === 'error'}