@extends('layouts.main') @section('title', 'Pdf Upload') @section('content')

Convert PDF to Text

@if ($errors->any()) @endif
@csrf

Max file size: 20MB. Only PDF files are allowed.

@endsection @section('script') @endsection