adsads
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-02 02:06:52 +02:00
parent 6cbf76918c
commit 44815f9c95
2 changed files with 33 additions and 0 deletions

View File

@@ -1229,6 +1229,7 @@
const data = await request(`${apiBase}/projects/${encodeURIComponent(projectKey)}/ocr-preview`, {
method: 'POST',
body,
timeoutMs: 45000,
});
setOcrPreview(normalizeOcrPreview(data));
setMessage('OCR-Ergebnis geladen. Bei Bedarf direkt speichern.');