Skip to content

cebause01/ocr-web-app

Repository files navigation

OCR Web App

Laravel-based web application for uploading images and extracting text via OCR.

Features

  • Image upload and OCR processing
  • Web UI for document text extraction
  • Built on Laravel with Tailwind CSS

Requirements

  • PHP 8.2+
  • Composer
  • Node.js & npm

Setup

composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan serve

Usage

  1. Open the app in your browser
  2. Upload an image
  3. View extracted text from the OCR pipeline

Routes

  • GET / — Upload UI
  • POST /ocr — Process uploaded image

About

Laravel web app for image upload and OCR text extraction

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages