OCR
{{ __('Optical Character Recognition | Image annotation') }}
@csrf
{{ __('Upload image') }}
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
{{ __('Submit') }}