Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1 KB

README.md

File metadata and controls

23 lines (16 loc) · 1 KB

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.