fix: Deskew Ground Truth Frage auf Rotation beschraenken
"Korrekt ausgerichtet?" → "Rotation korrekt?" mit Hinweis, dass Woelbung/Verzerrung im naechsten Schritt korrigiert wird. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -140,8 +140,9 @@ export function DeskewControls({
|
|||||||
{deskewResult && (
|
{deskewResult && (
|
||||||
<div className="bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4">
|
<div className="bg-white dark:bg-gray-800 rounded-lg border border-gray-200 dark:border-gray-700 p-4">
|
||||||
<div className="text-sm font-medium text-gray-700 dark:text-gray-300 mb-2">
|
<div className="text-sm font-medium text-gray-700 dark:text-gray-300 mb-2">
|
||||||
Korrekt ausgerichtet?
|
Rotation korrekt?
|
||||||
</div>
|
</div>
|
||||||
|
<p className="text-xs text-gray-400 mb-2">Nur die Drehung bewerten — Woelbung/Verzerrung wird im naechsten Schritt korrigiert.</p>
|
||||||
{!gtSaved ? (
|
{!gtSaved ? (
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user