Tgodmuna / ocr

"OCR App is a ReactJS application that performs Optical Character Recognition (OCR) on images. Extract text from images using Tesseract.js library."

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCR App

This is a ReactJS application for performing Optical Character Recognition (OCR) on images. The app allows you to upload an image and extract text from it using the Tesseract.js library.

Installation

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the project directory: cd ocr-app
  3. Install the dependencies: npm install

Usage

  1. Start the development server: npm start
  2. Open your web browser and visit http://localhost:3000 to access the OCR App.
  3. The OCR App allows you to extract text from images. Follow these steps to use the app:
    • Click on the "Choose File" button to select an image file.
    • Once the image is selected, click on the "Scan" button to start the OCR process.
    • The app will display a loading indicator while the OCR is in progress.
    • After the OCR is completed, the extracted text will be shown in the result section.

Credits

The OCR App is built with ReactJS and utilizes the Tesseract.js library for optical character recognition.

About

"OCR App is a ReactJS application that performs Optical Character Recognition (OCR) on images. Extract text from images using Tesseract.js library."

License:MIT License


Languages

Language:JavaScript 47.8%Language:CSS 37.3%Language:HTML 14.8%