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.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd ocr-app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and visit
http://localhost:3000
to access the OCR App. - 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.
The OCR App is built with ReactJS and utilizes the Tesseract.js library for optical character recognition.