This repository contains the source code for an Optical Character Recognition (OCR) project. The project aims to develop a system that can recognize text within images or scanned documents.
- Text recognition from images
- Support for various languages
- Preprocessing techniques for improving accuracy
- Export recognized text to different file formats
-
Clone the repository:
git clone https://github.com/your-username/OCR---Project.git
-
Navigate to the project directory:
cd WebbApp
-
Install dependencies:
pip install -r requirements.txt
-
To adjust the workspace directory in the
app.py
anddeeplearning.py
files, you need to modify the paths where necessary. -
Run the application:
python app.py
- Upload an image containing text to the application.
- Click on the "Recognize" button to perform text recognition.
- View the recognized text on the screen.
- Optionally, export the recognized text to a file.
- Python
- OpenCV
- Tesseract OCR
- Flask
This project is licensed under the Apache License 2.0.