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

View File

@@ -63,7 +63,7 @@ describe('TranscriptionEditView — rendering', () => {
it('shows empty state when no blocks', async () => {
renderView({ blocks: [] });
await expect.element(page.getByText(/Markiere einen Bereich/)).toBeInTheDocument();
await expect.element(page.getByText(/Zeichnen Sie Bereiche/)).toBeInTheDocument();
});
});