IP Multimedia Communications |
Foundation of Computer Science USA |
IPMC - Number 1 |
October 2011 |
Authors: Dharm Singh, Neha Mehta, Pallavi Purohit |
3f0c7423-4978-4590-b352-92ec1ed35dad |
Dharm Singh, Neha Mehta, Pallavi Purohit . Text Based Image Recognition using Multilayer Perceptron. IP Multimedia Communications. IPMC, 1 (October 2011), 143-146.
The ultimate objective of any OCR is to simulate the human reading capability. Optical Character Recognition, usually abbreviated to OCR, is the mechanical or electronic translation of images of handwritten, typewritten or printed text into machine. Character Recognition refers to the process of converting printed Text documents into translated Unicode Text. The printed documents are scanned using standard scanners which produce an image of the scanned document. Lines are identified by an algorithm where we identify top and bottom of line and in each line character boundaries are calculated by an algorithm, using these calculation characters are isolated from the image and then we will classify each character by basic back propagation. The back propagation algorithm works by what is known as supervised training. It first submits an input for a forward pass through the network. The network output is compared to the desired output, which is specified by a "supervisor" and the error for all the neurons in the output layer is calculated. The fundamental idea behind back propagation is that the error is propagated backward to earlier layers so that a gradient descent algorithm can be applied. Each image character is comprised of 30×20 pixels. In this paper we have used the Back propagation Neural Network for efficient recognition where the errors were corrected and rectified neuron values were transmitted by feed-forward method in the neural network of multiple layers.