Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

VisionAid OCR – Assistive Text Reader for the Visually Impaired

VisionAid OCR is an assistive Python application that enables visually impaired individuals to access printed text. The system uses a camera to capture images, applies OCR (Optical Character Recognition) to extract text, and then converts the text into speech for playback.

Features

  • Capture real-time images using webcam
  • Image preprocessing to enhance OCR accuracy
  • Text extraction using Tesseract OCR
  • Speech output using Google Text-to-Speech (gTTS)
  • Offline audio playback via Pygame

Technologies Used

  • Python 3
  • OpenCV
  • pytesseract (Tesseract OCR wrapper)
  • gTTS (Google Text-to-Speech)
  • Pygame
  • PIL (Python Imaging Library)

Installation

1. Install Python Libraries

Use the following command to install all required libraries:

pip install -r requirements.txt

About

An OCR-based assistive tool to read printed text aloud for visually impaired users.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages