Laravel-based web application for uploading images and extracting text via OCR.
- Image upload and OCR processing
- Web UI for document text extraction
- Built on Laravel with Tailwind CSS
- PHP 8.2+
- Composer
- Node.js & npm
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan serve- Open the app in your browser
- Upload an image
- View extracted text from the OCR pipeline
GET /— Upload UIPOST /ocr— Process uploaded image