diff --git a/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx b/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx index 8bb998e..a0a1cdc 100644 --- a/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx +++ b/admin-lehrer/components/ocr-pipeline/StepReconstruction.tsx @@ -537,7 +537,6 @@ export function StepReconstruction({ sessionId, onNext }: StepReconstructionProp src={dewarpedUrl} alt="Original" className="w-full h-auto" - style={imageRotation === 180 ? { transform: 'rotate(180deg)' } : undefined} onLoad={(e) => { const img = e.target as HTMLImageElement setImageNaturalSize({ w: img.naturalWidth, h: img.naturalHeight })