@extends("layout.main") @section("content")
@foreach ($uploads as $upload)
{{ $upload->filename }} ({{ round($upload->getPDF()->size() / 1024 / 1024 * 100) / 100}} MB)
AI: {{ $upload->ai }} OCR: {{ $upload->ocr }}
@if ($upload->ai == 'Y')

{{ $upload->ai_docid }} {{ $upload->title }} {{ $upload->subtitle }} {{ $upload->subsubtitle }}

@endif
@if ($upload->ai == 'Y')
{{ $upload->overview }}
@endif
@if (($upload->ai == 'Y') && ($upload->ocr == 'Y')) @if ($upload->ocr_docid) Import
{{ $upload->ocr_docid }}
@endif @if ($upload->ai_docid) Import
{{ $upload->ai_docid }}
@endif Import
No Code
@endif @if (($upload->ai == "F") || ($upload->ocr == "F")) Import
Regardless
Reprocess @endif Discard

@endforeach
@if ($page > 0) < Prev @else < Prev @endif Next >



@endsection