SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1738
Survey Paper: Image Reader For Blind Person
Saurabh Dokhe1, Mayuri Dube2, Sonal Gade3, Prof. Vidya Nemade4
1, 2, 3 ,4Department of Computer Engineering, G.V. Acharya Institute of Engineering and Technology
Mumbai University, Mumbai, 400098, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Visual impairment and illiterate, or have a
learning disability is one of the biggest drawback for
humanity, especially in this day and age wheninformationand
people is interconnected a lot by text messages (electronicand
paper based) rather than talking [4]. There is a need for a
convenient text reader that is reasonable andreadilyavailable
to the blind community [2]. This work In this research these
images are converted into audio output. It is mainly used in
the field of research in Character recognition, Artificial
intelligence and computer vision. In this research, as the
recognition process is done using OCR and opencv library.it
recognizes character using watershed algorithm and python
programming. this paper describesthedesign,implementation
and experimental results of the device. This device consists of
three modules, image processing for object count, cropping of
image and reading an image.
Key Words: OpenCV, TTS, OCR based book reader,
Watershed, algorithm, python programming, computervision
1. INTRODUCTION
Near-sighted participantsand illiteratepeoplereportseveral
difficulties for understanding printed text or captured text
using current technology, including problems with
alignment, focus, precision, mobility and efficiency [2]. We
present software that supports the visually impaired which
effectively and efficiently readsprinted and captured text of
specific font. The proposed project uses the watershed
algorithm that can be used by people to read Textdocument.
The project is on implementing image font .The design is
inspired by earliest studies with visually impaired people,
and it is moderate and portable, which enables a more
efficiency. In this project we have developed a code to read
text using command prompt for challenged and illiterate.
The proposed fully included system has a camera which
captures the image or you feed the printed text or image
reading or object counting process. The faded image
internally work with software module i.e. OCR and opencv
libraries. The techniquesinvolved in segmenting the image,
and merging contiguous regions based on their altitudinal
distribution of colour/intensity. In order to recognize
important regions, or text part of image. If the specified size
contains all the important regions, wesimplycropthesource
image, to do the character recognition, image cropping and
object counting. Most of the accesstechnology toolsbuiltfor
people with blindness and limited vision and illiterate . a
watershed algorithm convert our image into gray scale . The
watershed transformation treats the image it operatesupon
like a topographic map, the brightness of each point denote
the its height, and finds the lines that run along the at most
or top of ridges. Optical character recognition (OCR) is
convert our image i.e. captured images of printed text into
unicode. This project is also useful for visually impaired
people who cannot read Text document illiterate, or have a
learning disability. Optical Character recognition is used to
identify textsthat have been created withnon-computerized
system. OCR makes it possible to apply techniques such as
machine translation, text-to- speech and text mining to the
capture page. The final standard text document is served to
the output devices. The output device can be a headset
connected to the speaker which can speak out the text
document a loud. Extra hardware is not required for
accepting output. In our implementation we also set the
volume speed, sound and rate of sound, so external headset
and speaker is not necessary. The anticipated system has
been totally developed for working in CLIenvironments.The
anticipated system has been totally developed in Python
using PyCharm/PyDev IDE and PDB as an Debugger.
Meanwhile Computer Vision libraries were used for
providing out of the box capabilities to the system. NumPy,
SciPy, Speech Recogniser, OCR, PyTesseract, and other
technologies and libraries are used.
Features:
1.Interactive Command & Control Panel – The person
will able to interact with system using the interactive voice
based control panel providing commands for executing
various operations available through the system.
2. Image to Speech - Using the app one can able to read an
image using OCR technology and convert it to speech using
opencv libraries available in core STL.
3.Image Counting – Using image processing and
morphological operation along with computer vision
librarieswe will able to detect the total number of objects in
an image and provide so that based on heuristic user will
able to recognize the components in an image.
4. Automatic Bounding Region Cropping and Re-Scaling of
Text Regions using computer vision.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1739
2. LITERATURE SURVEY
Table no:1
This paper presented their project for text detection and
converts into audio format. Testing of device was done on
raspberry pi platform. The R-pi is initially connected to the
internet through VLAN. The software is installed using
command lines. The first setup is to download the
installation script, second command is to convert it to
executable form and the last command starts the script
which does the rest of the installation work [1].The paper
says they proposed a device to help people with visual
impairment. In this project, we developed a device that
converts an image’s text to audio format. This
implementation required hardware. The basic frameworkis
this implemented system that captures an image, extracts
only the region of interest (i.e. region of the image that
contains text) and converts that text to audio. It is developed
using a Raspberry Pi and a Raspberry Pi camera [2]. This
project presents a sample system for recognition of text
present in the image using raspberry pi. The system agenda
consists of five well-designed components: Image
acquisition, Image pre- processing, Text extraction, Text to
speech conversion and Speech output [3]. This paper
proposed a system using Raspberry Pi Model for perusing
the images from stereotypical forms – such as street signs,
hospital signs, and bus numbers –as well as more variable
forms such as shop signs, house numbers, and billboards.
Here we are using AdaBoost Algorithm fortreatingthevisual
information and converting into audio speech [4]. The
proposed system helpsvisually impaired, illiterate,orhavea
learning disability to read product the project aims to
implement a reading aid that is small, lightweight, efficient,
cost effective and of course user-pleasant the Raspberry Pi-
based system can be equipped with a high- resolution
webcam the microcontroller-built system is easier to use
when compared to the mobile one. However, the accuracyof
the mobile in the conversion efforts is better, mainly due to
the high-resolution camera built in the device. Developing
technology and in future expansions of this project, the R-Pi
based system can be provided with a good and high-
resolution camera contrasted with the one used in this
project, and we anticipate, this will improve itsinevitability.
We predict more work will be produced in this critical area
of assistive technology, and project that futuretransportable
gadgets will have easy to use and built in mechanism as
reading assistances for the blind, similar, to the mobile-
based solution presented here. Users should capture image
and then system read out the text from image. Itwillbemore
Sr. No. Title Technology used Result
1 Text to Speech Conversion
Using OCR
Technique in Raspberry
Pi[1]
Raspberry Pi, OCR A performance that is high enough and a
readability tolerance of less than 2%, with the
average time processing.
This portable device does not require internet
connection.
This portable device does
not require internet
connection.
2 Image to speech conversion
for visually impaired[2]
Raspberry Pi, OCR, TTS It gives good quality input to the OCR using pi
camera
3 Vision based Text
Recognition using
Raspberry Pi[3]
Raspberry Pi,
OTSU thresholding,
OCR
Due to the less resolution of the webcam, the
output obtained is not 100% accurate. The
system fails to extract
the foreground when they
possess a complex
background.
4 camera based label reader
for blind people [4]
OCR, label reader This method can effectively separate the objects
of interest from complex background. OCR is
used to perform
word recognition.
5 Text to Speech for the
Visually
Impaired[5]
TTS & OCR
MODI algorithm
It captures the text and gives good quality of
audio.
6 Camera based label reader
for blind people[6]
Raspberry Pi& TTS &
OCR, ADA Boost
algorithm
We have used the ADA boost algorithm in
Raspberry PI Model for the conversion so that
the blind can easily understand and read the data
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1740
applicable for persons those are going through visual
surgery. It can be suitable for road side text recognition so
that visually impaired person can travel alone [5]. thispaper
proposed a system using Raspberry Pi Model for scanning
the images from stereotypical forms – such as street signs,
hospital signs, and bus numbers –as well as more variable
forms such as shop signs, house numbers, and billboards.
Here they are using AdaBoost Algorithm for processing the
visual information and converting into audio with default
sound.[6]
3. CONCLUSIONS
We have successfully implemented conversion of text image
into audio format. We also developed technique for object
detection in an image and cropping of textual part of image
using OpenCV libraries. Our algorithmsuccessfullyprocesses
the image and reads it out clearly with set volume. And also
detect the object and crop the text part of image. This is an
efficient as well as helpful device for the visually impaired,
illiterate, or have a learning disability people. We have
applied our algorithm on many images and found that it
successfully does its conversion.
4. FUTURE SCOPE
It can be used in blind schools and colleges. This can also be
used as application of artificial intelligence.it is helpful for
illiterate people. We also can make mobile application of
same topic
REFERENCES
[1] K Nirmala Kumari, Meghana Reddy Image “Text to
Speech Conversion Using OCR Technique in Raspberry Pi”
International Journal of Advanced Research in Electrical,
Electronicsand Instrumentation Engineering (An ISO 3297:
2007 Certified Organization) Vol. 5, Issue 5, May 2016
[2] Asha G. Hagargund, Sharsha Vanria Thota, Mitadru Bera,
Eram Fatima Shaik “Image to speech conversionfor visually
impaired” Volume 03 - Issue 06 June 2017
[3] Nagaraja L, Nagarjun R S, Nishanth M Anand “Vision
based Text Recognition using Raspberry Pi” ) National
Conference on Power Systems& IndustrialAutomation
(NCPSIA) 2015
[4] A. SUBBIAH*, T. ARIVUKKARASU, M. S. SARAVANAN, V.
balaji “camera based label reader for blind people”Int. J.
Chem. Sci.: 14(S3), 2016, 840-844 ISSN 0972-768X
[5] Mrs.Shilpa Reddy K, Mounika S.K,PoojaK,SahanaN“Text
to Speech for the Visually Impaired” International Research
Journal of Computer Science (IRJCS) ISSN: 2393- 9842Issue
05, Volume 4 , May 2017
[6] R.Mohanapriya, U.Nirmala,C.Pearlin Priscilla “Smart
vision system for blind” international journal ofengineering
and computer science issn:2319-7242 volume3issue5,May
2014
[7] Sanjana.B, J.RejinaParvin “Voice assisted text reading
system for visually impaired personsusingTTSmethod”iosr
journal of vlsi and signal processing (iosr-jvsp) volume 6,
issue 3, May 2016

More Related Content

What's hot

IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...IRJET Journal
 
mobile camera based text detection
mobile camera based text detectionmobile camera based text detection
mobile camera based text detectionvallabh potadar
 
Mobile camera based text detection and translation
Mobile camera based text detection and translationMobile camera based text detection and translation
Mobile camera based text detection and translationVivek Bharadwaj
 
IRJET- Neural Network based Script Recognition using Wavelet Features: An App...
IRJET- Neural Network based Script Recognition using Wavelet Features: An App...IRJET- Neural Network based Script Recognition using Wavelet Features: An App...
IRJET- Neural Network based Script Recognition using Wavelet Features: An App...IRJET Journal
 
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET Journal
 
OCR vs. Urjanet
OCR vs. UrjanetOCR vs. Urjanet
OCR vs. UrjanetUrjanet
 
Minor on Face Recognition System using Raspberry Pi
Minor on Face Recognition System using Raspberry PiMinor on Face Recognition System using Raspberry Pi
Minor on Face Recognition System using Raspberry PiNitish Bokolia
 
Real Time Character Recognition on FPGA for Braille Devices
Real Time Character Recognition on FPGA for Braille DevicesReal Time Character Recognition on FPGA for Braille Devices
Real Time Character Recognition on FPGA for Braille DevicesIRJET Journal
 
Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iaetsd Iaetsd
 
Rajat Pashine Resume
Rajat Pashine ResumeRajat Pashine Resume
Rajat Pashine Resumeguesteade98
 
IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET Journal
 
Rahul resume
Rahul resumeRahul resume
Rahul resumeRahul M
 
Word Detection & Translation from image on an android device
Word Detection & Translation from image on an android deviceWord Detection & Translation from image on an android device
Word Detection & Translation from image on an android deviceRitwik Kumar
 
Comparative analysis for a real time face recognition system using raspberry pi
Comparative analysis for a real time face recognition system using raspberry piComparative analysis for a real time face recognition system using raspberry pi
Comparative analysis for a real time face recognition system using raspberry piulaila2002
 
Smart Face Recognition System Analysis
Smart Face Recognition System AnalysisSmart Face Recognition System Analysis
Smart Face Recognition System AnalysisVishal Aditya
 
Delivering ivi-speech-applications-white-paper
Delivering  ivi-speech-applications-white-paperDelivering  ivi-speech-applications-white-paper
Delivering ivi-speech-applications-white-papersiavoshani
 
Voice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleVoice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleAyesha Shafique
 

What's hot (20)

IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
IRJET- Communication System for Blind, Deaf and Dumb People using Internet of...
 
mobile camera based text detection
mobile camera based text detectionmobile camera based text detection
mobile camera based text detection
 
Mobile camera based text detection and translation
Mobile camera based text detection and translationMobile camera based text detection and translation
Mobile camera based text detection and translation
 
IRJET- Neural Network based Script Recognition using Wavelet Features: An App...
IRJET- Neural Network based Script Recognition using Wavelet Features: An App...IRJET- Neural Network based Script Recognition using Wavelet Features: An App...
IRJET- Neural Network based Script Recognition using Wavelet Features: An App...
 
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and SynthesizerIRJET- Voice Command Execution with Speech Recognition and Synthesizer
IRJET- Voice Command Execution with Speech Recognition and Synthesizer
 
OCR vs. Urjanet
OCR vs. UrjanetOCR vs. Urjanet
OCR vs. Urjanet
 
_SOMANATH_
_SOMANATH__SOMANATH_
_SOMANATH_
 
Smart Gadget for Visually Challenged People using Raspberry PI
Smart Gadget for Visually Challenged People using Raspberry PISmart Gadget for Visually Challenged People using Raspberry PI
Smart Gadget for Visually Challenged People using Raspberry PI
 
Minor on Face Recognition System using Raspberry Pi
Minor on Face Recognition System using Raspberry PiMinor on Face Recognition System using Raspberry Pi
Minor on Face Recognition System using Raspberry Pi
 
Real Time Character Recognition on FPGA for Braille Devices
Real Time Character Recognition on FPGA for Braille DevicesReal Time Character Recognition on FPGA for Braille Devices
Real Time Character Recognition on FPGA for Braille Devices
 
Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...
 
Rajat Pashine Resume
Rajat Pashine ResumeRajat Pashine Resume
Rajat Pashine Resume
 
IRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry PiIRJET - Digital Notice Board using Raspberry Pi
IRJET - Digital Notice Board using Raspberry Pi
 
Rahul resume
Rahul resumeRahul resume
Rahul resume
 
Word Detection & Translation from image on an android device
Word Detection & Translation from image on an android deviceWord Detection & Translation from image on an android device
Word Detection & Translation from image on an android device
 
Comparative analysis for a real time face recognition system using raspberry pi
Comparative analysis for a real time face recognition system using raspberry piComparative analysis for a real time face recognition system using raspberry pi
Comparative analysis for a real time face recognition system using raspberry pi
 
Sunil Resume
Sunil ResumeSunil Resume
Sunil Resume
 
Smart Face Recognition System Analysis
Smart Face Recognition System AnalysisSmart Face Recognition System Analysis
Smart Face Recognition System Analysis
 
Delivering ivi-speech-applications-white-paper
Delivering  ivi-speech-applications-white-paperDelivering  ivi-speech-applications-white-paper
Delivering ivi-speech-applications-white-paper
 
Voice Controlled Robotic Vehicle
Voice Controlled Robotic VehicleVoice Controlled Robotic Vehicle
Voice Controlled Robotic Vehicle
 

Similar to IRJET- Survey Paper: Image Reader for Blind Person

IRJET- Book Reader using Raspberry Pi for Visually Impaired
IRJET- Book Reader using Raspberry Pi for Visually ImpairedIRJET- Book Reader using Raspberry Pi for Visually Impaired
IRJET- Book Reader using Raspberry Pi for Visually ImpairedIRJET Journal
 
IRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind PeopleIRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind PeopleIRJET Journal
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...IRJET Journal
 
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...IRJET Journal
 
IRJET- Text Recognization of Product for Blind Person using MATLAB
IRJET- Text Recognization of Product for Blind Person using MATLABIRJET- Text Recognization of Product for Blind Person using MATLAB
IRJET- Text Recognization of Product for Blind Person using MATLABIRJET Journal
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using TesseractIRJET Journal
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSIRJET Journal
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET Journal
 
IRJET- Text Extraction from Text Based Image using Android
IRJET- Text Extraction from Text Based Image using AndroidIRJET- Text Extraction from Text Based Image using Android
IRJET- Text Extraction from Text Based Image using AndroidIRJET Journal
 
Reading System for the Blind PPT
Reading System for the Blind PPTReading System for the Blind PPT
Reading System for the Blind PPTBinayak Ghosh
 
IRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech RecognitionIRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech RecognitionIRJET Journal
 
IRJET - Sign Language Recognition System
IRJET -  	  Sign Language Recognition SystemIRJET -  	  Sign Language Recognition System
IRJET - Sign Language Recognition SystemIRJET Journal
 
IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)
IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)
IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)IRJET Journal
 
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
IRJET-  Review on Text Recognization of Product for Blind Person using MATLABIRJET-  Review on Text Recognization of Product for Blind Person using MATLAB
IRJET- Review on Text Recognization of Product for Blind Person using MATLABIRJET Journal
 
Desktop Based Voice Assistant Application Using Machine Learning Approach
Desktop Based Voice Assistant Application Using Machine Learning ApproachDesktop Based Voice Assistant Application Using Machine Learning Approach
Desktop Based Voice Assistant Application Using Machine Learning ApproachIRJET Journal
 
Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...IRJET Journal
 
IRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET Journal
 
IRJET - Hand Gestures Recognition using Deep Learning
IRJET -  	  Hand Gestures Recognition using Deep LearningIRJET -  	  Hand Gestures Recognition using Deep Learning
IRJET - Hand Gestures Recognition using Deep LearningIRJET Journal
 
IRJET - Number/Text Translate from Image
IRJET -  	  Number/Text Translate from ImageIRJET -  	  Number/Text Translate from Image
IRJET - Number/Text Translate from ImageIRJET Journal
 
Optical Recognition of Handwritten Text
Optical Recognition of Handwritten TextOptical Recognition of Handwritten Text
Optical Recognition of Handwritten TextIRJET Journal
 

Similar to IRJET- Survey Paper: Image Reader for Blind Person (20)

IRJET- Book Reader using Raspberry Pi for Visually Impaired
IRJET- Book Reader using Raspberry Pi for Visually ImpairedIRJET- Book Reader using Raspberry Pi for Visually Impaired
IRJET- Book Reader using Raspberry Pi for Visually Impaired
 
IRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind PeopleIRJET-Raspberry Pi based Reader for Blind People
IRJET-Raspberry Pi based Reader for Blind People
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
 
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
Audio computing Image to Text Synthesizer - A Cutting-Edge Content Generator ...
 
IRJET- Text Recognization of Product for Blind Person using MATLAB
IRJET- Text Recognization of Product for Blind Person using MATLABIRJET- Text Recognization of Product for Blind Person using MATLAB
IRJET- Text Recognization of Product for Blind Person using MATLAB
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using Tesseract
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for Blinds
 
IRJET- Text Extraction from Text Based Image using Android
IRJET- Text Extraction from Text Based Image using AndroidIRJET- Text Extraction from Text Based Image using Android
IRJET- Text Extraction from Text Based Image using Android
 
Reading System for the Blind PPT
Reading System for the Blind PPTReading System for the Blind PPT
Reading System for the Blind PPT
 
IRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech RecognitionIRJET- Voice to Code Editor using Speech Recognition
IRJET- Voice to Code Editor using Speech Recognition
 
IRJET - Sign Language Recognition System
IRJET -  	  Sign Language Recognition SystemIRJET -  	  Sign Language Recognition System
IRJET - Sign Language Recognition System
 
IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)
IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)
IDE Code Compiler for the physically challenged (Deaf, Blind & Mute)
 
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
IRJET-  Review on Text Recognization of Product for Blind Person using MATLABIRJET-  Review on Text Recognization of Product for Blind Person using MATLAB
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
 
Desktop Based Voice Assistant Application Using Machine Learning Approach
Desktop Based Voice Assistant Application Using Machine Learning ApproachDesktop Based Voice Assistant Application Using Machine Learning Approach
Desktop Based Voice Assistant Application Using Machine Learning Approach
 
Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...Voice Controlled News Web Based Application With Speech Recognition Using Ala...
Voice Controlled News Web Based Application With Speech Recognition Using Ala...
 
IRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind AssistanceIRJET- Object Detection and Recognition for Blind Assistance
IRJET- Object Detection and Recognition for Blind Assistance
 
IRJET - Hand Gestures Recognition using Deep Learning
IRJET -  	  Hand Gestures Recognition using Deep LearningIRJET -  	  Hand Gestures Recognition using Deep Learning
IRJET - Hand Gestures Recognition using Deep Learning
 
IRJET - Number/Text Translate from Image
IRJET -  	  Number/Text Translate from ImageIRJET -  	  Number/Text Translate from Image
IRJET - Number/Text Translate from Image
 
Optical Recognition of Handwritten Text
Optical Recognition of Handwritten TextOptical Recognition of Handwritten Text
Optical Recognition of Handwritten Text
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 

Recently uploaded (20)

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 

IRJET- Survey Paper: Image Reader for Blind Person

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1738 Survey Paper: Image Reader For Blind Person Saurabh Dokhe1, Mayuri Dube2, Sonal Gade3, Prof. Vidya Nemade4 1, 2, 3 ,4Department of Computer Engineering, G.V. Acharya Institute of Engineering and Technology Mumbai University, Mumbai, 400098, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Visual impairment and illiterate, or have a learning disability is one of the biggest drawback for humanity, especially in this day and age wheninformationand people is interconnected a lot by text messages (electronicand paper based) rather than talking [4]. There is a need for a convenient text reader that is reasonable andreadilyavailable to the blind community [2]. This work In this research these images are converted into audio output. It is mainly used in the field of research in Character recognition, Artificial intelligence and computer vision. In this research, as the recognition process is done using OCR and opencv library.it recognizes character using watershed algorithm and python programming. this paper describesthedesign,implementation and experimental results of the device. This device consists of three modules, image processing for object count, cropping of image and reading an image. Key Words: OpenCV, TTS, OCR based book reader, Watershed, algorithm, python programming, computervision 1. INTRODUCTION Near-sighted participantsand illiteratepeoplereportseveral difficulties for understanding printed text or captured text using current technology, including problems with alignment, focus, precision, mobility and efficiency [2]. We present software that supports the visually impaired which effectively and efficiently readsprinted and captured text of specific font. The proposed project uses the watershed algorithm that can be used by people to read Textdocument. The project is on implementing image font .The design is inspired by earliest studies with visually impaired people, and it is moderate and portable, which enables a more efficiency. In this project we have developed a code to read text using command prompt for challenged and illiterate. The proposed fully included system has a camera which captures the image or you feed the printed text or image reading or object counting process. The faded image internally work with software module i.e. OCR and opencv libraries. The techniquesinvolved in segmenting the image, and merging contiguous regions based on their altitudinal distribution of colour/intensity. In order to recognize important regions, or text part of image. If the specified size contains all the important regions, wesimplycropthesource image, to do the character recognition, image cropping and object counting. Most of the accesstechnology toolsbuiltfor people with blindness and limited vision and illiterate . a watershed algorithm convert our image into gray scale . The watershed transformation treats the image it operatesupon like a topographic map, the brightness of each point denote the its height, and finds the lines that run along the at most or top of ridges. Optical character recognition (OCR) is convert our image i.e. captured images of printed text into unicode. This project is also useful for visually impaired people who cannot read Text document illiterate, or have a learning disability. Optical Character recognition is used to identify textsthat have been created withnon-computerized system. OCR makes it possible to apply techniques such as machine translation, text-to- speech and text mining to the capture page. The final standard text document is served to the output devices. The output device can be a headset connected to the speaker which can speak out the text document a loud. Extra hardware is not required for accepting output. In our implementation we also set the volume speed, sound and rate of sound, so external headset and speaker is not necessary. The anticipated system has been totally developed for working in CLIenvironments.The anticipated system has been totally developed in Python using PyCharm/PyDev IDE and PDB as an Debugger. Meanwhile Computer Vision libraries were used for providing out of the box capabilities to the system. NumPy, SciPy, Speech Recogniser, OCR, PyTesseract, and other technologies and libraries are used. Features: 1.Interactive Command & Control Panel – The person will able to interact with system using the interactive voice based control panel providing commands for executing various operations available through the system. 2. Image to Speech - Using the app one can able to read an image using OCR technology and convert it to speech using opencv libraries available in core STL. 3.Image Counting – Using image processing and morphological operation along with computer vision librarieswe will able to detect the total number of objects in an image and provide so that based on heuristic user will able to recognize the components in an image. 4. Automatic Bounding Region Cropping and Re-Scaling of Text Regions using computer vision.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1739 2. LITERATURE SURVEY Table no:1 This paper presented their project for text detection and converts into audio format. Testing of device was done on raspberry pi platform. The R-pi is initially connected to the internet through VLAN. The software is installed using command lines. The first setup is to download the installation script, second command is to convert it to executable form and the last command starts the script which does the rest of the installation work [1].The paper says they proposed a device to help people with visual impairment. In this project, we developed a device that converts an image’s text to audio format. This implementation required hardware. The basic frameworkis this implemented system that captures an image, extracts only the region of interest (i.e. region of the image that contains text) and converts that text to audio. It is developed using a Raspberry Pi and a Raspberry Pi camera [2]. This project presents a sample system for recognition of text present in the image using raspberry pi. The system agenda consists of five well-designed components: Image acquisition, Image pre- processing, Text extraction, Text to speech conversion and Speech output [3]. This paper proposed a system using Raspberry Pi Model for perusing the images from stereotypical forms – such as street signs, hospital signs, and bus numbers –as well as more variable forms such as shop signs, house numbers, and billboards. Here we are using AdaBoost Algorithm fortreatingthevisual information and converting into audio speech [4]. The proposed system helpsvisually impaired, illiterate,orhavea learning disability to read product the project aims to implement a reading aid that is small, lightweight, efficient, cost effective and of course user-pleasant the Raspberry Pi- based system can be equipped with a high- resolution webcam the microcontroller-built system is easier to use when compared to the mobile one. However, the accuracyof the mobile in the conversion efforts is better, mainly due to the high-resolution camera built in the device. Developing technology and in future expansions of this project, the R-Pi based system can be provided with a good and high- resolution camera contrasted with the one used in this project, and we anticipate, this will improve itsinevitability. We predict more work will be produced in this critical area of assistive technology, and project that futuretransportable gadgets will have easy to use and built in mechanism as reading assistances for the blind, similar, to the mobile- based solution presented here. Users should capture image and then system read out the text from image. Itwillbemore Sr. No. Title Technology used Result 1 Text to Speech Conversion Using OCR Technique in Raspberry Pi[1] Raspberry Pi, OCR A performance that is high enough and a readability tolerance of less than 2%, with the average time processing. This portable device does not require internet connection. This portable device does not require internet connection. 2 Image to speech conversion for visually impaired[2] Raspberry Pi, OCR, TTS It gives good quality input to the OCR using pi camera 3 Vision based Text Recognition using Raspberry Pi[3] Raspberry Pi, OTSU thresholding, OCR Due to the less resolution of the webcam, the output obtained is not 100% accurate. The system fails to extract the foreground when they possess a complex background. 4 camera based label reader for blind people [4] OCR, label reader This method can effectively separate the objects of interest from complex background. OCR is used to perform word recognition. 5 Text to Speech for the Visually Impaired[5] TTS & OCR MODI algorithm It captures the text and gives good quality of audio. 6 Camera based label reader for blind people[6] Raspberry Pi& TTS & OCR, ADA Boost algorithm We have used the ADA boost algorithm in Raspberry PI Model for the conversion so that the blind can easily understand and read the data
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1740 applicable for persons those are going through visual surgery. It can be suitable for road side text recognition so that visually impaired person can travel alone [5]. thispaper proposed a system using Raspberry Pi Model for scanning the images from stereotypical forms – such as street signs, hospital signs, and bus numbers –as well as more variable forms such as shop signs, house numbers, and billboards. Here they are using AdaBoost Algorithm for processing the visual information and converting into audio with default sound.[6] 3. CONCLUSIONS We have successfully implemented conversion of text image into audio format. We also developed technique for object detection in an image and cropping of textual part of image using OpenCV libraries. Our algorithmsuccessfullyprocesses the image and reads it out clearly with set volume. And also detect the object and crop the text part of image. This is an efficient as well as helpful device for the visually impaired, illiterate, or have a learning disability people. We have applied our algorithm on many images and found that it successfully does its conversion. 4. FUTURE SCOPE It can be used in blind schools and colleges. This can also be used as application of artificial intelligence.it is helpful for illiterate people. We also can make mobile application of same topic REFERENCES [1] K Nirmala Kumari, Meghana Reddy Image “Text to Speech Conversion Using OCR Technique in Raspberry Pi” International Journal of Advanced Research in Electrical, Electronicsand Instrumentation Engineering (An ISO 3297: 2007 Certified Organization) Vol. 5, Issue 5, May 2016 [2] Asha G. Hagargund, Sharsha Vanria Thota, Mitadru Bera, Eram Fatima Shaik “Image to speech conversionfor visually impaired” Volume 03 - Issue 06 June 2017 [3] Nagaraja L, Nagarjun R S, Nishanth M Anand “Vision based Text Recognition using Raspberry Pi” ) National Conference on Power Systems& IndustrialAutomation (NCPSIA) 2015 [4] A. SUBBIAH*, T. ARIVUKKARASU, M. S. SARAVANAN, V. balaji “camera based label reader for blind people”Int. J. Chem. Sci.: 14(S3), 2016, 840-844 ISSN 0972-768X [5] Mrs.Shilpa Reddy K, Mounika S.K,PoojaK,SahanaN“Text to Speech for the Visually Impaired” International Research Journal of Computer Science (IRJCS) ISSN: 2393- 9842Issue 05, Volume 4 , May 2017 [6] R.Mohanapriya, U.Nirmala,C.Pearlin Priscilla “Smart vision system for blind” international journal ofengineering and computer science issn:2319-7242 volume3issue5,May 2014 [7] Sanjana.B, J.RejinaParvin “Voice assisted text reading system for visually impaired personsusingTTSmethod”iosr journal of vlsi and signal processing (iosr-jvsp) volume 6, issue 3, May 2016