Skip to content

Neerajdec2005/Word-Detection-Using-EasyOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Word-Detection-Using-EasyOCR

Overview

This project focuses on real-time word detection and recognition using the EasyOCR library. The system takes input as an image or live feed, processes it to detect and extract words, and outputs the detected text along with its location in the image. It is designed for applications like document digitization, text extraction from images, and real-time text recognition.

Features

Detects and recognizes text from images and live video feeds.

Outputs detected words with bounding boxes.

Supports multiple languages for word detection.

Provides high accuracy and efficiency using the EasyOCR framework.

Requirements

=> Python 3.x

=> EasyOCR

=> OpenCV

=> Torch

=> NumPy

pip install easyocr opencv-python torch numpy

How It Works

1. Input:
Upload an image or capture a live feed using a webcam.

2. Processing:
The image or video frame is passed to EasyOCR, which detects words and their positions.

3. Output:
The system returns the detected words along with bounding boxes drawn around them in the original image or video.

Demo

Screenshot 2025-01-04 at 4 27 16 PM Screenshot 2024-12-23 at 1 42 40 PM

Contributions

Contributions are welcome! Feel free to submit a pull request or open an issue to discuss new features or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Detecting words with most accuracy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages