CFP last date
20 May 2024
Reseach Article

A Simplified Method for Handwritten Character Recognition from Document Image

by Mohammad Imrul Jubair, Prianka Banik
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 51 - Number 14
Year of Publication: 2012
Authors: Mohammad Imrul Jubair, Prianka Banik
10.5120/8114-1695

Mohammad Imrul Jubair, Prianka Banik . A Simplified Method for Handwritten Character Recognition from Document Image. International Journal of Computer Applications. 51, 14 ( August 2012), 50-54. DOI=10.5120/8114-1695

@article{ 10.5120/8114-1695,
author = { Mohammad Imrul Jubair, Prianka Banik },
title = { A Simplified Method for Handwritten Character Recognition from Document Image },
journal = { International Journal of Computer Applications },
issue_date = { August 2012 },
volume = { 51 },
number = { 14 },
month = { August },
year = { 2012 },
issn = { 0975-8887 },
pages = { 50-54 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume51/number14/8114-1695/ },
doi = { 10.5120/8114-1695 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T20:50:26.147021+05:30
%A Mohammad Imrul Jubair
%A Prianka Banik
%T A Simplified Method for Handwritten Character Recognition from Document Image
%J International Journal of Computer Applications
%@ 0975-8887
%V 51
%N 14
%P 50-54
%D 2012
%I Foundation of Computer Science (FCS), NY, USA
Abstract

This paper presents a simple and effective technique for converting handwritten textual character from paper document into machine readable form. The proposed method takes the scanned image of the handwritten character from paper document as input and shows the recognized character as its output. Using this method, the object in the converted binary image is segmented and is resized in a global size. After that, morphological thinning operation is applied on that resized object. The image with thinned object is then partitioned into several equal sizes of small cells. A value from each cell is estimated by calculating the proportion of the number of 1 intensity pixels and the number of 0 intensity pixels in the corresponding cell. All of these estimated values are then stored in a one dimensional array. Every element in that array is considered as a single feature value or an attribute for the corresponding image. The k-nearest neighbor classifier is used to classify the handwritten character into the recognized classes of characters. Feature values are estimated from training example images and the classifier is trained using the attributes. After training attribute values for sample image are extracted and passed as inputs in the k-nearest neighbor classifier and the sample image object is grouped using the training dataset into the desired character classes. The proposed technique takes less time to compute, has less complexity and shows desired performance in matching the handwritten characters with the machine readable form and in recognizing them.

References
  1. Aggarwal, A. , Rani, R. and Dhir, R. 2012. Handwritten Devanagari Character Recognition Using Gradient Features. International Journal of Advanced Research in Computer Science and Software Engineering, vol. 2 - no. 5, pp. 85-90.
  2. Patil, S. B. , Sinha, G. R. and Thakur, K. 2012. Isolated Handwritten Devnagri Character Recognition using Fourier Descriptor and HMM. International Journal of Pure and Applied Sciences and Technology, vol. 8 – no. 1, pp. 69-74.
  3. Patel, C. I. , Patel, R. and Patel, P. 2011. Handwritten Character Recognition using Neural Network. International Journal of Scientific & Engineering Research, vol. 2 – no. 5, pp. 1-6.
  4. Pawar, D. 2012. Extended Fuzzy Hyperline Segment Neural Network for Handwritten Character Recognition. Proceedings of the International Multi Conference of Engineers and Computer Scientists, vol. 1-no. IMECS 2012, pp. 43-46.
  5. Kosbatwar, S. P. and Pathan, S. K. 2012. Pattern Association for character recognition by Back-Propagation algorithm using Neural Network approach, International Journal of Computer Science & Engineering Survey, vol. 3 – no. 1, pp. 127-134.
  6. Bansal, R. , Sehgal. P. and Bedi. P. 2010. Effective Morphological Extraction of True Fingerprint Minutiae based on the Hit or Miss Transform. International Journal of Biometrics and Bioinformatics , vol. 4 – no. 2, pp. 71-85.
  7. Wu, X. , Kumar, V. , Quinlan, J. R. , Ghosh, J. , Yang, Q. , Motoda, H. , McLachlan, G. J. , Ng, A. , Liu, B. , Yu, P. S. , Zhou, Z. H. , Steinbach, M. , Hand, D. J. and Steinberg, D. 2007. Top 10 algorithms in data mining. Knowledge and Information Systems, Springer-Verlag New York, Inc, vol. - 14, no. 1, pp. 1-37.
  8. Charles, P. K. , Harish, V. Swathi, M. and Deepthi, CH. 2012. A Review on the Various Techniques used for Optical Character Recognition. International Journal of Engineering Research and Applications (IJERA), vol. 2 – no. 1, pp. 659-662.
  9. Gonzalez, R. C. , and Woods, R. E. , 2004. Digital Image Processing (2nd edition), Pearson Education.
  10. Baxes, G. A. 1994. Digital Image Processing: Principles and Apllications, John Wiley & Sons, New York.
Index Terms

Computer Science
Information Sciences

Keywords

Character Recognition Morphological Thinning Operation Cell Feature Value K-nearest neighbor classifier