{{-- 试卷图片组件(仅OCR场景) --}}

试卷图片

试卷图片 @if($recordData['status'] === 'processing')

识别处理中...

@endif

文件名: {{ $recordData['image_filename'] ?? '' }}

@if(isset($recordData['image_width']) && isset($recordData['image_height']) && $recordData['image_width'] && $recordData['image_height'])

尺寸: {{ $recordData['image_width'] }} × {{ $recordData['image_height'] }} px

@endif @if(isset($recordData['image_size']) && $recordData['image_size'])

大小: {{ number_format($recordData['image_size'] / 1024, 1) }} KB

@endif