Bofinal
Bofinal
INTRODUCTION
This project “Handwritten Text Recognition” is a software algorithm project to recognize any
hand written text efficiently on computer with input is either an old optical image or currently
provided through touch input, mouse or pen.
Artificial neural network is basically a mesh of large number of interconnected cells. The
arrangement of cells are such that each cell receives an input and drives an output for
subsequent cells and each cell has a pre-defined.
The diagram below is a block diagram that depicts the structure and work flow of a created
Artificial Neural Network. The neurons are interconnected with each other in a serial manner.
The network consist of a number of hidden layers depending upon the resolution of
comparison of inputs with the dataset.
Fig. 2.1 Block Diagram of Artificial Neural Network
Pre-processing of the sample image involves few steps that are mentioned as follows :-
In this type of extraction the extracted feature vector is the combination of all the features
extracted from each character. The associated feature in feature vector of this type of
extraction is due to the relative positions of features in character image matrix.
• Translation.
• Voice reading.
6. CONCLUSION
Classification of the texts and learning of image processing techniques is done in this project.
Also the scheme through which project is achieved is Artificial Neural Network scheme. This
work was basically focused on envisaging methods that can efficiently extract feature vectors
from each individual character. The method we came up with gave efficient and effective
result both for feature extraction as well as recognition. There are also different methods
through which ‘handwritten text recognition’ is achieved.
7. REFERENCES
[1] TensorFlow for Deep Learning : From Linear Regression to Reinforcement Learning 1st
[3] www.geeksforgeeks.com.
[4] www.medium.com.
[5] www.datacamp.com