Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 12

MINI PROJECT SEMINAR

ON
DIGITALIZATION OF CHARACTER RECOGNITION
Gayatri Vidya Parishad College of Engineering
(Autonomous)
Madhurawada,Visakhapatnam-530 048
Under the esteemed guidance of
Dr.Ch.Sita Kumari
Associate Professor
Department of Information Technology

Project Team Members


K.Anusha 17131A1251
A.Sailaja 17131A1206
Ch.Anjani Nookambica 17131A1223
N.Amulya 17131A1207
INTRODUCTION:

 Character recognition is an art of detecting,segmenting and


identifying different fonts and styles of characters from image.

 Its main objective is to make computers read, understand ,edit


and work as humans do with the text and digitalize it.

PURPOSE:

• Document Reading
• Conversion of any handwritten document into structural text
form.
EXISTING SYSTEM:

• OCR is the existing technique for character recognition.

• It is an electronic translation of images of hand-written,type-


writtten or printed text into machine editable text.

• It doesn’t have noise reduction.

• But direct use of OCR remains difficult problem to


resolve,as it leads to low reading accuracy.
PROPOSED SYSTEM:
Handwritten character recognition using Neural Networks.
SOFTWARE REQUIREMENTS:

• Operating System : Windows7

• Programming Language : Python

• Packages : TensorFlow

• Anaconda
HARDWARE REQUIREMENTS:

• Ram : 4GB

• Disc Space : 1TB

• Processor : Intel I5
FUNCTIONAL REQUIREMENTS:

• The system should process the input given by the user only if it is
an image file.

• System will show the error message to the user when the input
given is not in the required format.

• System should detect the characters present in the image.

• System should retrieve characters present in the image and


display them to the user.
NON-FUNCTIONAL REQUIREMENTS:

• Performance: Handwritten characters in the input image will


be recognized with an accuracy of about 90% and more.
• Functionality: This software will deliver on the functional
requirements mentioned in this document.
• Availability: This system will retrieve the handwritten text
regions only if the image contains written text in it.
• Learn Ability: The software is very easy to use and reduces
the learning work.
• Reliability: This software will work reliably for resolution
images and not for graphical images.
SYSTEM ARCHITECTURE:
UML DIAGRAM:

USE CASE DIAGRAM:


TECHNOLOGIES USED:

• CNN(Convolutional Neural Networks)

• TensorFlow

• Flask

You might also like