@extends('lara_ocr.layout') @section('content')
Output
@if(!empty($parsedText))
{{$parsedText}}
@else
NO TEXT FOUND
@endif
Parse another image
@endsection