feat(ocr): full OCR pipeline with polygon annotations, training, and guided mode #232
@@ -63,7 +63,7 @@ describe('TranscriptionEditView — rendering', () => {
|
|||||||
|
|
||||||
it('shows empty state when no blocks', async () => {
|
it('shows empty state when no blocks', async () => {
|
||||||
renderView({ blocks: [] });
|
renderView({ blocks: [] });
|
||||||
await expect.element(page.getByText(/Markiere einen Bereich/)).toBeInTheDocument();
|
await expect.element(page.getByText(/Zeichnen Sie Bereiche/)).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user