Offline Handwritten Gurmukhi Character Recognition: A Review

Size: px
Start display at page:

Download "Offline Handwritten Gurmukhi Character Recognition: A Review"

Transcription

1 , pp Offline Handwritten Gurmukhi Character Recognition: A Review Neeraj Kumar 1 and Sheifali Gupta 2 1 Electronics & Communication Department Chitkara School of Engineering and Technology Chitkara University, Himachal Pradesh 2 Electronics & Communication Department Chitkara institute of Engineering and Technology Chitkara University, Punjab Neeraj.kumar@chitkarauniversity.edu.in, Sheifali.gupta@chitkara.edu.in Abstract All over India more than 12 crore people utilize Gurumukhi script for speaking, documenting & other purposes. A considerable advancement in the work associated with the recognition of handwritten and printed Gurmukhi text has been reported in last few years. From the last few decades offline handwritten character recognition has gained a lot of interest of researchers. It is well known that each individual has some different writing style, so it is very difficult to identify or recognize the handwritten characters. Researchers have worked in this field using various scripts like Hindi, English but a very little work has been done in Gurmukhi script point of view. Based on data acquirement process a concise classification of recognition system has been discussed in this article. Various feature mining techniques & classifiers like power arc fitting,parabola arc fitting,,diagonal feature extraction, transition feature extraction, K-NN classifier (Knearest neighbor) & SVM classifier (Support vector machine) are also illustrated in this paper. The methodology for word recognition has also been discussed in this paper. Keywords: Handwritten character recognition (HCR), K-NN classifier SVM classifier, feature extraction 1. Introduction Printed & HCR are the main categories of a character recognition system. In printed recognition system, a printed document is initially scanned and transformed into a machine processable form. The machine processable metaphors are pre-processed and segmented to character level to extract features from it. The term Handwritten Character Recognition is the process of conversion of text written in handwritten form into machine process able form.hcr is categorized into two parts i.e. offline and online. Online handwritten recognition of characters is very much dissimilar from offline recognition of handwritten characters as in offline handwriting recognition, the information related to strokes sis not present. Generally a character recognition system involves a number of actions such as Digitization, Pre-processing, Segmentation, Features extraction etc.reading cheques, postcode recognition and verification of signatures are the major applications of OHCR. Many researchers have worked on the problems of recognizing the offline characters.munish Kumar et al [1] showed that training set greatly affects the efficiency of the character recognition system.r.k Sharma et al [2] projected a scheme to recognize Gurmukhi characters which is based on transition & diagonal features with the help of K-NN classifier. To find the K-nearest neighbors, the authors calculated the Euclidian distance b/w test point and reference point. Rajiv Kumar et al [3] showed how segmentation can be done in character recognition of Gurmukhi script. In this work the ISSN: IJSEIA Copyright c 2016 SERSC

2 authors gave emphasis on the segmentation of words and lines in Handwritten Gurmukhi text.r.k Sharma et al [4] have reported that by using various features like diagonal, directional & zoning & K-NN, Bayesian classifiers we can compare the handwriting of writers.vipin Narang projected a approach based on parts or technique suitable for scene images. The author has taken the corner points which are served as parts and these parts are found to make a part based model [14].Adwait Dixit et al proposed a feature extraction & classification approach named as wavelet transform. The proposed technique achieve a accuracy of 70%.Wavelet transform is used in order to extract wavelet features. Generally two wavelet coefficients are determined named as approximation and directional coefficients. Now for each and every wavelet coefficient, various parameters like mean, deviation will be found. Author has used artificial neural networks (ANN) for the classification stage [15].Nitin Kaliraman [16] projected a recognition system for Devanagari character recognition.the author has used ANN and with the proposed system accuracy of 75.6% is achieved. 2. Gurmukhi Script Punjabi language is written using Gurmukhi script and it has been derived from the Punjabi word Gurmukhi. In this script there are a number of consonants, auxiliary signs, vowel bearers, vowel modifiers & half characters. The components used in Gurmukhi script are shown below in Figure 1. ਸ ਹ ਕ ਖ ਗ ਘ ਙ ਚ ਛ ਜ ਝ ਞ ਟ ਠ ਡ ਢ ਣ ਤ ਥ ਦ ਧ ਨ ਪ ਫ ਬ ਭ ਮ ਯ ਰ ਵ ੜ Consonants ੳ ਅ ੲ Vowel bearers ਸ਼ ਜ਼ ਖ਼ ਫ਼ ਗ਼ Additional consonants Vowel Modifiers Auxiliary signs ਹ ਰ ਵ Half Characters Figure 1. Components in Gurmukhi Script Due to the similarity of the various characters in this script, recognition becomes very difficult. 78 Copyright c 2016 SERSC

3 Top strip ਲ ਧ ਆਣ Header line Bottom strip Core strip Figure 2. Various Strips in Gurmukhi Character Generally each Indian script is having some particular set of set of laws for the amalgamation of consonants, vowels and modifiers. Basically modifiers may be attached to the consonants or can be attached to a vowel. The words in the Gurmukhi script can be broken down into three strips namely top strip, bottom strip and core strip. Top and core strips can be alienated by a header line and core and lower or bottom strip can be separated by a virtual base line. Feature extraction is one of the major fields in character recognition. Generally features are of two types :(1) Statistical features (2) Structural features. Structural features have been derived from various statistical distributions of points like moment, histogram etc.structural features includes loops, direction of strokes, end points, intersection of strokes. Character recognition is carried out using two approaches namely template and feature based approach. In the first approach the unidentified test pattern will be compared straightforwardly by the idyllic pattern. Conversely in feature based approach, we will extract features from test pattern and the extracted features will be used in classification. These features can be used in various classification models like ANN, HMM (Hidden Markov model), SVM etc. 3. How Recognition Takes Place For doing the recognition, there are some steps which must be followed and that steps are as following: Digitization Pre-processing Segmentation Feature Extraction Classification Copyright c 2016 SERSC 79

4 Figure 3. Steps for Character Recognition Image Acquisition: In this section the image digitization takes place. Initially some characters are written on the sheet of paper. Now the paper is scanned using a scanner. After scanning the image a bitmap image will be obtained. The process of converting the document typically in the handwritten form into an electronic format is termed as Digitization. After digitization an output image i.e bitmap image is given to pre-processing stage as a input. Pre-processing: It is basically the operations that are applied on digital image. A bitmap image is normalized to a window of 100x100 size. The output of pre-processing stage will be a normalized bitmap image. Preprocessing involves a number of steps like binarization, detection of edges, dilation of images, and filling of holes present in image. In binarization, with the help of thresholding the gray image is transformed into the binary image. Feature Extraction: It plays an important role in the recognition of characters. The efficiency of recognition relies a lot on the features extracted. There are various techniques through which features can be extracted such as, power & parabola arc fitting, diagonal feature extraction, transition feature extraction which can be used for the recognition of offline Gurmukhi character recognition. (a) Diagonal feature extraction: To attain high recognition efficiency the diagonal features are very important. By moving along the diagonals of each zone the diagonal features can be mined from the pixels of each zone. 80 Copyright c 2016 SERSC

5 Figure 4. Diagonal Feature Extraction Steps for extracting the diagonal features are as following: I: Firstly the image has to be converted into 100 zones & size of each zone should be 10*10 pixels. II: Now if one move beside the diagonals of each zone then one can extract the diagonals features. III: Every zone is having nineteen diagonals; forefront pixels which are available along the every diagonal are added to have a solitary sub feature. IV: Now the average of nineteen sub-features values is taken to make a particular value & is positioned into the respective zone as its feature. V: Now analogous to the zones whose diagonals don t have a foreground pixel, the feature value is considered as zero. By utilizing the above steps, one can have n features related to every zone. (b) Transition feature extraction To find out the transition information, the image is scanned from top to bottom & left to right. Steps for mining the transition features are as following: I: Firstly the image has to be converted into 100 zones & size each zone should be pixels. II: Find the no. of transitions for each zone. By utilizing the above steps, one will have n features corresponding to each zone. (c) Parabola curve fitting feature extraction: Firstly the image has to be converted into 100 zones as shown in Figure 4. A parabola is fixed to the series of ON pixels in each zone by applying least square method. A parabola y=a+bx+cx 2 is defined by three Copyright c 2016 SERSC 81

6 4. Literature Review Table 1. Literature Review in Tabular Form Paper ID Year Technique Used/Feature extracted Conclusion [1] 2000 Statistical features In this paper, the author has outlined a scheme to integrate different information sources in order to recognize the Devanagari script. These information sources are habitually statistical in nature for OCR [17]. [2] 2002 Fuzzy Multifactorial Analysis In this article the author has found that continuation of stirring characters is a foremost difficulty to plan the efficient character segmentation process. A novel method is offered for recognition & segmentation of touching characters. [3] 2008 Elastic matching In this the author has projected two stages for the recognition. In the first phase unidentified strokes are recognized and in the second stage the author has evaluated the characters with the help of strokes that are found in the first stage [5]. Using the elastic matching a maximum recognition rate of 90.08% is achieved. [4] 2009 Small line segment In this the author has proposed a method called small line segment for the recognition of online handwritten Gurmukhi characters[7] [5] 2010 Top-Down Technique & windowing technique [6] 2010 Moment based Feature extraction The authors concluded that after doing the windowing, character were interpreted correctly. In this article the author has discussed various moments like Zernike moments, Pseudo Zernike moments etc [6].Out of all these moments the pseudo Zernike moments give best results. [7] 2011 K-NN classifier Using K_NN classifier & diagonal features a accuracy of 94.12% is achieved [8] 2011 Zoning,Directional,diagonal feature extraction techniques-knn & HMM classifiers [9] 2011 SVM with RBF kernel, Zoning The authors have found that by using these techniques we can compare the handwriting of different authors. In this article the author has found that by using various techniques a accuracy of 94.53% for known writers and unknown writers can be achieved. [9]. [10] 2011 Nil The authors have presented various stages for hand written character recognition system [11]. [11] 2012 SVM,PNN,ANN,KNN & NNN [12] 2012 Binarization,morphological operations (erosion and dilation) The author has reviewed a number of techniques and classifiers for Gurmukhi character recognition like SVM, PNN, ANN, KNN & NNN.The author has emphasized on SVM for offline handwritten Gurmukhi character recognition [8]. According to author that by using various features likes zone density, projection histograms and geometric features such as area, perimeter a 82 Copyright c 2016 SERSC

7 maximum accuracy of 98% can be achieved [12] SVM & KNN classification In this article the author has found that a accuracy of 95.11% and % can be achieved using SVM & KNN classifiers respectively[13] [14] 2012 HMM In this article the author has proposed two recognition techniques based on HMM i.e. lexicon driven technique and lexicon free technique. Both these techniques are quite useful in recognition systems and gives good recognition accuracy [18]. [15] 2013 Support vector machine [16] 2014 K-NN classifier SVM classifier According to author that the training size has a great impact on the accuracy of offline Gurmukhi HCR In this article the author has found that by using classification techniques like k-nn and SVM a accuracy of and % can be achieved respectively[10] Table 2. Comparative Table for Features Extracted and Classifier Techniques Paper id Worked on Feature extraction Classifier Technique Efficiency [1] Recognizing online handwritten Gurmukhi Characters [2] Offline handwritten gurmukhi character and numeral recognition [3] HCR of Gurumukhi script [4] [5] Feature extraction techniques Offline HCR of Gurumukhi script [6] Recognition system for handwritten gurmukhi Position of stroke, area, length, curliness and slope Diagonal features, transition features, zoning density features, projection histogram features. Zoning density features, background directional distribution (BDD) features Zoning, diagonal, Directional, changeover, intersection and open end points, gradient and chain code features. Diagonal feature, crossroads and open end points feature extraction Area, perimeter, major and minor length axis, orientation, eccentricity, zone density, project Characters histogram. parameters: a, b and c. This will provide 3n features for a given character. Nil SVM ANN NNN K-NN SVM K-NN SVM SVM Feed Forward multilayer perceptron 94.59% 95.04% with SVM 94.12% with K-NN 92.78% with NNN with ANN 95.04% 98.10% with K-NN % with SVM 94.29% 98% Copyright c 2016 SERSC 83

8 Steps to Extract features: I: Firstly the image has to be converted into 100 zones of equal size. II: For each zone, a parabola is fitted by applying least square method & find the values of a, b and c. III: Now the zones which do not have a foreground pixel, we will take the values of a, b and c as zero. (d) Power curve fitting feature extraction: Firstly the image has to be converted into 100 zones of equal size. A power curve is fitted to the series of ON pixels in every zone by applying least square method. A power curve of the form y=ax b is exclusively defined by two parameters: a & b. This will thus provide 2n features for a specified character. Steps utilized to mine these features are as following: I: Firstly the image has to be converted into 100 zones of equal size. II: In each zone, fit a power curve using least square method & determine the values of a & b. III: Analogous to the zones that do not have a foreground pixel, take the value of a & b as zero. 4. Methodology Generally in character recognition we follow the following procedure: Firstly we take a image which may be a scanned image or camera captured consists of various words and characters. Secondly we have to apply some segmentation technique in order to segment the image i.e break the words into individual characters so as to recognize each word. In the third step we have to extract the features from the image and these features will be used in classification stage. We can use number of classifiers like K-NN, SVM, and ANN etc.various classification techniques are summarized in the next section. Segmentation & Classification: An image having series of characters is broken down into sub-images of individual character with the aid of segmentation. Classification is basically the phase where decision making is done. In this, we make use of the features that we extract in the feature extraction stage. Decision making is done in the classification using various classifiers. k-nn classifier has been used by a number of researchers for the purpose of recognition. The Euclidean distance in K-NN classifier is found by using the formula as following : d= Where, N Gross number of features, X k Value of library stored feature and Y k Value of the candidate feature. K-NN: K-Nearest neighbor technique is used for classifying the objects which are based on closest training examples present in feature space.k-nn technique is also known as lazy learning. In this algorithm an object can be classified by the majority votes of the K-Neighbors. If the value of K is equal to 1 then we can say that object is allocated to the class of nearest neighbors. The Euclidian distance is calculated to discover the K- neighbors. After finding the distance we will put the distances in ascending order for further classification. SVM:Generally SVM classifier accepts input data & classify the input data into two distinct classes.svm classifier is trained by with some training data & a model is made for the classification of test data which is based upon this model. Sometimes there is 84 Copyright c 2016 SERSC

9 a problem arises named as multiclass classification. For this there will be a need to design multiple binary classifiers. There are number of kernel functions in this algorithm: (1) Polynomial kernel (2) Lineal kernel (3) Gaussian radial basis function (4) Sigmoid or tangent kernel ANN: Artificial neural network (ANN) is basically a information processing model which works in the similar fashion as our brain works.ann is used in pattern recognition & data classification via some learning process. Information processing elements are neurons and ANN consists of neurons which help in solving specific problems. 6. Proposed Technique and Methodology Initially a image containing Gurmukhi text will be occupied and this image will be fed to the pre-processing stage to remove the noise. After removing the noise, filtered picture will be received. Now using some appropriate segmentation technique each line in the image will be segmented. After line segmentation, words in the corresponding lines will be segmented. After the segmentation of the words, we will have individual words having different characters. At last we will segment each character and finally we will recognise each character. 7. Conclusion and Future Scope Figure 5. Methodology for Word Recognition In this article an endeavor has been made to summarize the offline handwritten Gurmukhi character recognition system. Various features extraction techniques like diagonal features extraction, transition features extraction, parabola curve fitting, power curve fitting based extraction techniques have been discussed. Furthermore the Copyright c 2016 SERSC 85

10 classification techniques like K-nearest neighbor Support vector machine has been discussed in this article. The results using various classification techniques have been reported in the literature review. This article will provide an preliminary help for the researchers who wish to research in this particular area. Furthermore the current efforts by the various authors are limited to character recognition only. This can be extended to word recognition level. A brief methodology for doing the same has also been discussed in the previous stage. References [1] Munish Kumar,M. K. Jindal, Size of Training Set Recognition Accuracy of HCR System, JETWI, Vol. 5, No. 4, November [2] R.K. Sharma, Munish Kumar K-NN Based Offline Handwritten Gurmukhi Character Recognition ICIIP, [3] Rajiv Kumar, Amardeep singh, Detection and Segmentation of Lines and Words in Gurmukhi Handwritten Text 2nd International Advance Computing Conference, IEEE 2010 [4] M.K. Jindal, R.K. Sharma Classification of Characters and Grading Writers in Offline Handwritten Gurmukhi Script, ICIIP, [5] R.K Sharma, Anuj Sharma, Online Handwritten Gurmukhi Character Recognition Using Elastic Matching, Congress on Image and Signal Processing, 2008 [6] Renu dhir, Moment based Invariant Feature Extraction Techniques for Bilingual Character Recognition, ICETC,2010. [7] Anuj Sharma et.al Recognizing Online Handwritten Gurumukhi Characters using Comparison of Small line segments, IJCTE, Volume.1, Number.2, June2009, [8] Anoop Rekha, Offline Handwritten Gurmukhi Character and Numeral Recognition using Different Feature Sets and Classifiers - A Survey IJERA, Volume. 2, Issue , PP [9] Rajneesh Rani, Renu Dhir Handwritten Gurumukhi Character Recognition Using Zoning Density and BDD Features, IJCSIT, Volume. 2, 2011, PP [10] R. K. Sharma, M.K. Jindal, Efficient Feature Extraction Techniques for Offline Handwritten Gurmukhi Character Recognition, National. Academy. Sci. Letters, 2014) PP [11] R. K. Sharma, Munish Kumar, Review on OCR for Handwritten Indian Scripts Character Recognition, pp , Springer-Verlag Berlin Heidelberg 2011 [12] Mandeep Kaur, Sanjeev Kumar, A Recognition System For Handwritten Gurumukhi Characters, IJERT Volume. 1 Issue 6, [13] Gita Sinha, Rajneesh Rani, Handwritten Gurmukhi Character Recognition Using K-NN and SVM Classifier, IJARCSSE, Volume 2, Issue 6, June [14] Sujoy Roy, Vipin Narang, Devanagari Character Recognition in Scene Images, ICDAR, [15] Adwait Dixit, Yogesh Dandawate, Handwritten Devanagari Character Recognition using Wavelet Based Feature Extraction and Classification Scheme, INDICON, [16] Neha Sahu,Nitin kaliraman, An Efficient Handwritten Devnagari Character Recognition System Using Neural Network, Automation, Computing, Communication, Control & Compressed Sensing,2013. [17] Veena Bansal et.al (2000) Integrating Knowledge Sources in Devanagari Text Recognition System IEEE transactions on systems, man, and cybernetics,systems & Humans, Volume 30, number.4, PP [18] A.Bharath et.al (2012), HMM-Based Lexicon-Driven and Lexicon-Free Word Recognition for Online Handwritten Indic Scripts, IEEE transactions on pattern analysis and machine intelligence, Volume 34, number 4, Copyright c 2016 SERSC

SEGMENTATION OF BROKEN CHARACTERS OF HANDWRITTEN GURMUKHI SCRIPT

SEGMENTATION OF BROKEN CHARACTERS OF HANDWRITTEN GURMUKHI SCRIPT 95 SEGMENTATION OF BROKEN CHARACTERS OF HANDWRITTEN GURMUKHI SCRIPT Bharti Mehta Department of Computer Engineering Yadavindra college of Engineering Talwandi Sabo (Bathinda) bhartimehta13@gmail.com Abstract:

More information

Offline Handwritten Gurmukhi Word Recognition Using Deep Neural Networks

Offline Handwritten Gurmukhi Word Recognition Using Deep Neural Networks Volume 119 No. 12 2018, 14749-14767 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Offline Handwritten Gurmukhi Word Recognition Using Deep Neural Networks 1 Neeraj Kumar and 2 Sheifali

More information

Isolated Curved Gurmukhi Character Recognition Using Projection of Gradient

Isolated Curved Gurmukhi Character Recognition Using Projection of Gradient International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 6 (2017), pp. 1387-1396 Research India Publications http://www.ripublication.com Isolated Curved Gurmukhi Character

More information

A Novel Handwritten Gurmukhi Character Recognition System Based On Deep Neural Networks

A Novel Handwritten Gurmukhi Character Recognition System Based On Deep Neural Networks Volume 117 No. 21 2017, 663-678 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu A Novel Handwritten Gurmukhi Character Recognition System Based On

More information

Handwritten Gurumukhi Character Recognition by using Recurrent Neural Network

Handwritten Gurumukhi Character Recognition by using Recurrent Neural Network 139 Handwritten Gurumukhi Character Recognition by using Recurrent Neural Network Harmit Kaur 1, Simpel Rani 2 1 M. Tech. Research Scholar (Department of Computer Science & Engineering), Yadavindra College

More information

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol.2, Issue 3 Sep 2012 27-37 TJPRC Pvt. Ltd., HANDWRITTEN GURMUKHI

More information

PCA-based Offline Handwritten Character Recognition System

PCA-based Offline Handwritten Character Recognition System Smart Computing Review, vol. 3, no. 5, October 2013 346 Smart Computing Review PCA-based Offline Handwritten Character Recognition System Munish Kumar 1, M. K. Jindal 2, and R. K. Sharma 3 1 Computer Science

More information

A Technique for Offline Handwritten Character Recognition

A Technique for Offline Handwritten Character Recognition A Technique for Offline Handwritten Character Recognition 1 Shilpy Bansal, 2 Mamta Garg, 3 Munish Kumar 1 Lecturer, Department of Computer Science Engineering, BMSCET, Muktsar, Punjab 2 Assistant Professor,

More information

A Brief Study of Feature Extraction and Classification Methods Used for Character Recognition of Brahmi Northern Indian Scripts

A Brief Study of Feature Extraction and Classification Methods Used for Character Recognition of Brahmi Northern Indian Scripts 25 A Brief Study of Feature Extraction and Classification Methods Used for Character Recognition of Brahmi Northern Indian Scripts Rohit Sachdeva, Asstt. Prof., Computer Science Department, Multani Mal

More information

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script

A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script Arwinder Kaur 1, Ashok Kumar Bathla 2 1 M. Tech. Student, CE Dept., 2 Assistant Professor, CE Dept.,

More information

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 17 (2014), pp. 1839-1845 International Research Publications House http://www. irphouse.com Recognition of

More information

Segmentation of Characters of Devanagari Script Documents

Segmentation of Characters of Devanagari Script Documents WWJMRD 2017; 3(11): 253-257 www.wwjmrd.com International Journal Peer Reviewed Journal Refereed Journal Indexed Journal UGC Approved Journal Impact Factor MJIF: 4.25 e-issn: 2454-6615 Manpreet Kaur Research

More information

Handwritten Gurumukhi Character Recognition Using Zoning Density and Background Directional Distribution Features

Handwritten Gurumukhi Character Recognition Using Zoning Density and Background Directional Distribution Features Handwritten Gurumukhi Character Recognition Using Zoning Density and Background Directional Distribution Features Kartar Singh Siddharth #1, Renu Dhir #2, Rajneesh Rani #3 # Department of Computer Science

More information

LITERATURE REVIEW. For Indian languages most of research work is performed firstly on Devnagari script and secondly on Bangla script.

LITERATURE REVIEW. For Indian languages most of research work is performed firstly on Devnagari script and secondly on Bangla script. LITERATURE REVIEW For Indian languages most of research work is performed firstly on Devnagari script and secondly on Bangla script. The study of recognition for handwritten Devanagari compound character

More information

DEVANAGARI SCRIPT SEPARATION AND RECOGNITION USING MORPHOLOGICAL OPERATIONS AND OPTIMIZED FEATURE EXTRACTION METHODS

DEVANAGARI SCRIPT SEPARATION AND RECOGNITION USING MORPHOLOGICAL OPERATIONS AND OPTIMIZED FEATURE EXTRACTION METHODS DEVANAGARI SCRIPT SEPARATION AND RECOGNITION USING MORPHOLOGICAL OPERATIONS AND OPTIMIZED FEATURE EXTRACTION METHODS Sushilkumar N. Holambe Dr. Ulhas B. Shinde Shrikant D. Mali Persuing PhD at Principal

More information

Proposed Changes to Gurmukhi 2

Proposed Changes to Gurmukhi 2 Proposed Changes to Gurmukhi 2 Document Number: L2/05-167 Submitter s Name: Sukhjinder Sidhu (Punjabi Computing Resource Centre) Submission Date: 1 August 2005 Abstract This document addresses issues raised

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK HANDWRITTEN DEVANAGARI CHARACTERS RECOGNITION THROUGH SEGMENTATION AND ARTIFICIAL

More information

Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis

Handwritten Character Recognition: A Comprehensive Review on Geometrical Analysis IOSR Journal of Computer Engineering (IOSRJCE) eissn: 22780661,pISSN: 22788727, Volume 17, Issue 2, Ver. IV (Mar Apr. 2015), PP 8388 www.iosrjournals.org Handwritten Character Recognition: A Comprehensive

More information

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 2010, pp. 91-95 Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network Raghuraj

More information

Segmentation of Isolated and Touching characters in Handwritten Gurumukhi Word using Clustering approach

Segmentation of Isolated and Touching characters in Handwritten Gurumukhi Word using Clustering approach Segmentation of Isolated and Touching characters in Handwritten Gurumukhi Word using Clustering approach Akashdeep Kaur Dr.Shaveta Rani Dr. Paramjeet Singh M.Tech Student (Associate Professor) (Associate

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

Paper ID: NITETE&TC05 THE HANDWRITTEN DEVNAGARI NUMERALS RECOGNITION USING SUPPORT VECTOR MACHINE

Paper ID: NITETE&TC05 THE HANDWRITTEN DEVNAGARI NUMERALS RECOGNITION USING SUPPORT VECTOR MACHINE Paper ID: NITETE&TC05 THE HANDWRITTEN DEVNAGARI NUMERALS RECOGNITION USING SUPPORT VECTOR MACHINE Rupali Vitthalrao Suryawanshi Department of Electronics Engineering, Bharatratna Indira Gandhi College,

More information

Handwritten Devanagari Character Recognition Model Using Neural Network

Handwritten Devanagari Character Recognition Model Using Neural Network Handwritten Devanagari Character Recognition Model Using Neural Network Gaurav Jaiswal M.Sc. (Computer Science) Department of Computer Science Banaras Hindu University, Varanasi. India gauravjais88@gmail.com

More information

Segmentation Based Optical Character Recognition for Handwritten Marathi characters

Segmentation Based Optical Character Recognition for Handwritten Marathi characters Segmentation Based Optical Character Recognition for Handwritten Marathi characters Madhav Vaidya 1, Yashwant Joshi 2,Milind Bhalerao 3 Department of Information Technology 1 Department of Electronics

More information

A Hierarchical Pre-processing Model for Offline Handwritten Document Images

A Hierarchical Pre-processing Model for Offline Handwritten Document Images International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 3, March 2015, PP 41-45 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org A Hierarchical

More information

Complementary Features Combined in a MLP-based System to Recognize Handwritten Devnagari Character

Complementary Features Combined in a MLP-based System to Recognize Handwritten Devnagari Character Journal of Information Hiding and Multimedia Signal Processing 2011 ISSN 2073-4212 Ubiquitous International Volume 2, Number 1, January 2011 Complementary Features Combined in a MLP-based System to Recognize

More information

Recognition of Off-Line Handwritten Devnagari Characters Using Quadratic Classifier

Recognition of Off-Line Handwritten Devnagari Characters Using Quadratic Classifier Recognition of Off-Line Handwritten Devnagari Characters Using Quadratic Classifier N. Sharma, U. Pal*, F. Kimura**, and S. Pal Computer Vision and Pattern Recognition Unit, Indian Statistical Institute

More information

A Review on Different Character Segmentation Techniques for Handwritten Gurmukhi Scripts

A Review on Different Character Segmentation Techniques for Handwritten Gurmukhi Scripts WWJMRD2017; 3(10): 162-166 www.wwjmrd.com International Journal Peer Reviewed Journal Refereed Journal Indexed Journal UGC Approved Journal Impact Factor MJIF: 4.25 e-issn: 2454-6615 Manas Kaur Research

More information

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS

CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS CHAPTER 8 COMPOUND CHARACTER RECOGNITION USING VARIOUS MODELS 8.1 Introduction The recognition systems developed so far were for simple characters comprising of consonants and vowels. But there is one

More information

Comparative Performance Analysis of Feature(S)- Classifier Combination for Devanagari Optical Character Recognition System

Comparative Performance Analysis of Feature(S)- Classifier Combination for Devanagari Optical Character Recognition System Comparative Performance Analysis of Feature(S)- Classifier Combination for Devanagari Optical Character Recognition System Jasbir Singh Department of Computer Science Punjabi University Patiala, India

More information

A Review on Handwritten Character Recognition

A Review on Handwritten Character Recognition IJCST Vo l. 8, Is s u e 1, Ja n - Ma r c h 2017 ISSN : 0976-8491 (Online) ISSN : 2229-4333 (Print) A Review on Handwritten Character Recognition 1 Anisha Sharma, 2 Soumil Khare, 3 Sachin Chavan 1,2,3 Dept.

More information

Morphological Approach for Segmentation of Scanned Handwritten Devnagari Text

Morphological Approach for Segmentation of Scanned Handwritten Devnagari Text Abstract In this paper we present a system towards the of Hindi Handwritten Devnagari Text. Segmentation of script is essential for handwritten script recognition. This system deals with of (matras) and

More information

Devanagari Isolated Character Recognition by using Statistical features

Devanagari Isolated Character Recognition by using Statistical features Devanagari Isolated Character Recognition by using Statistical features ( Foreground Pixels Distribution, Zone Density and Background Directional Distribution feature and SVM Classifier) Mahesh Jangid

More information

HCR Using K-Means Clustering Algorithm

HCR Using K-Means Clustering Algorithm HCR Using K-Means Clustering Algorithm Meha Mathur 1, Anil Saroliya 2 Amity School of Engineering & Technology Amity University Rajasthan, India Abstract: Hindi is a national language of India, there are

More information

Punjabi Indic Input 2 - User Guide

Punjabi Indic Input 2 - User Guide Punjabi Indic Input 2 - User Guide Punjabi Indic Input 2 - User Guide 2 Contents WHAT IS PUNJABI INDIC INPUT 2?... 3 SYSTEM REQUIREMENTS... 3 TO INSTALL PUNJABI INDIC INPUT 2... 3 TO USE PUNJABI INDIC

More information

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 5, ISSUE

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 5, ISSUE OPTICAL HANDWRITTEN DEVNAGARI CHARACTER RECOGNITION USING ARTIFICIAL NEURAL NETWORK APPROACH JYOTI A.PATIL Ashokrao Mane Group of Institution, Vathar Tarf Vadgaon, India. DR. SANJAY R. PATIL Ashokrao Mane

More information

Online Handwritten Devnagari Word Recognition using HMM based Technique

Online Handwritten Devnagari Word Recognition using HMM based Technique Online Handwritten Devnagari Word using HMM based Technique Prachi Patil Master of Engineering Dept. of Electronics & Telecommunication Dr. D. Y. Patil SOE, Pune, India Saniya Ansari Professor Dept. of

More information

Keywords Handwritten alphabet recognition, local binary pattern (LBP), feature Descriptor, nearest neighbor classifier.

Keywords Handwritten alphabet recognition, local binary pattern (LBP), feature Descriptor, nearest neighbor classifier. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Efficient

More information

Handwritten Character Recognition A Review

Handwritten Character Recognition A Review International Journal of Scientific and Research Publications, Volume 5, Issue 3, March 2015 1 Handwritten Character Recognition A Review Surya Nath R S *, Afseena S ** * Computer Science, College of Engineering

More information

Handwritten Devanagari Character Recognition

Handwritten Devanagari Character Recognition Handwritten Devanagari Character Recognition Akhil Deshmukh, Rahul Meshram, Sachin Kendre, Kunal Shah Department of Computer Engineering Sinhgad Institute of Technology (SIT) Lonavala University of Pune,

More information

Problems in Extraction of Date Field from Gurmukhi Documents

Problems in Extraction of Date Field from Gurmukhi Documents 115 Problems in Extraction of Date Field from Gurmukhi Documents Gursimranjeet Kaur 1, Simpel Rani 2 1 M.Tech. Scholar Yadwindra College of Engineering, Talwandi Sabo, Punjab, India sidhus702@gmail.com

More information

Handwritten character and word recognition using their geometrical features through neural networks

Handwritten character and word recognition using their geometrical features through neural networks Handwritten character and word recognition using their geometrical features through neural networks Sudarshan Sawant 1, Prof. Seema Baji 2 1 Student, Department of electronics and Tele-communications,

More information

Chapter Review of HCR

Chapter Review of HCR Chapter 3 [3]Literature Review The survey of literature on character recognition showed that some of the researchers have worked based on application requirements like postal code identification [118],

More information

MOMENT AND DENSITY BASED HADWRITTEN MARATHI NUMERAL RECOGNITION

MOMENT AND DENSITY BASED HADWRITTEN MARATHI NUMERAL RECOGNITION MOMENT AND DENSITY BASED HADWRITTEN MARATHI NUMERAL RECOGNITION S. M. Mali Department of Computer Science, MAEER S Arts, Commerce and Science College, Pune Shankarmali007@gmail.com Abstract In this paper,

More information

Handwritten Script Recognition at Block Level

Handwritten Script Recognition at Block Level Chapter 4 Handwritten Script Recognition at Block Level -------------------------------------------------------------------------------------------------------------------------- Optical character recognition

More information

A Technique for Classification of Printed & Handwritten text

A Technique for Classification of Printed & Handwritten text 123 A Technique for Classification of Printed & Handwritten text M.Tech Research Scholar, Computer Engineering Department, Yadavindra College of Engineering, Punjabi University, Guru Kashi Campus, Talwandi

More information

SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION

SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION Binod Kumar Prasad * * Bengal College of Engineering and Technology, Durgapur, W.B., India. Rajdeep Kundu 2 2 Bengal College

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

An Improvement Study for Optical Character Recognition by using Inverse SVM in Image Processing Technique

An Improvement Study for Optical Character Recognition by using Inverse SVM in Image Processing Technique An Improvement Study for Optical Character Recognition by using Inverse SVM in Image Processing Technique I Dinesh KumarVerma, II Anjali Khatri I Assistant Professor (ECE) PDM College of Engineering, Bahadurgarh,

More information

Handwritten Numeral Recognition of Kannada Script

Handwritten Numeral Recognition of Kannada Script Handwritten Numeral Recognition of Kannada Script S.V. Rajashekararadhya Department of Electrical and Electronics Engineering CEG, Anna University, Chennai, India svr_aradhya@yahoo.co.in P. Vanaja Ranjan

More information

Indian Multi-Script Full Pin-code String Recognition for Postal Automation

Indian Multi-Script Full Pin-code String Recognition for Postal Automation 2009 10th International Conference on Document Analysis and Recognition Indian Multi-Script Full Pin-code String Recognition for Postal Automation U. Pal 1, R. K. Roy 1, K. Roy 2 and F. Kimura 3 1 Computer

More information

Neural Network Classifier for Isolated Character Recognition

Neural Network Classifier for Isolated Character Recognition Neural Network Classifier for Isolated Character Recognition 1 Ruby Mehta, 2 Ravneet Kaur 1 M.Tech (CSE), Guru Nanak Dev University, Amritsar (Punjab), India 2 M.Tech Scholar, Computer Science & Engineering

More information

Segmentation of Kannada Handwritten Characters and Recognition Using Twelve Directional Feature Extraction Techniques

Segmentation of Kannada Handwritten Characters and Recognition Using Twelve Directional Feature Extraction Techniques Segmentation of Kannada Handwritten Characters and Recognition Using Twelve Directional Feature Extraction Techniques 1 Lohitha B.J, 2 Y.C Kiran 1 M.Tech. Student Dept. of ISE, Dayananda Sagar College

More information

FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USING BACKPROPAGATION NEURAL NETWORKS

FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USING BACKPROPAGATION NEURAL NETWORKS FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USING BACKPROPAGATION NEURAL NETWORKS Amritha Sampath 1, Tripti C 2 and Govindaru V 3 1 Department of Computer Science and Engineering,

More information

A REVIEW PAPER ON CLASSIFICATION TECHNIQUES OF PATTERN RECOGNITION

A REVIEW PAPER ON CLASSIFICATION TECHNIQUES OF PATTERN RECOGNITION A REVIEW PAPER ON CLASSIFICATION TECHNIQUES OF PATTERN RECOGNITION Himani Gupta 1, Asia Mashkoor 2 1 School of Computing Science and Engineering, Galgotias University,Uttar Pradesh, India 2 School of Computing

More information

Proposed Changes to Gurmukhi

Proposed Changes to Gurmukhi Proposed Changes to Gurmukhi Document Number: L2/05-088 Submitter s Name: Sukhjinder Sidhu (Punjabi Computing Resource Centre) Submission Date: 21 April 2005 Abstract This document proposes changes in

More information

LECTURE 6 TEXT PROCESSING

LECTURE 6 TEXT PROCESSING SCIENTIFIC DATA COMPUTING 1 MTAT.08.042 LECTURE 6 TEXT PROCESSING Prepared by: Amnir Hadachi Institute of Computer Science, University of Tartu amnir.hadachi@ut.ee OUTLINE Aims Character Typology OCR systems

More information

Isolated Handwritten Words Segmentation Techniques in Gurmukhi Script

Isolated Handwritten Words Segmentation Techniques in Gurmukhi Script Isolated Handwritten Words Segmentation Techniques in Gurmukhi Script Galaxy Bansal Dharamveer Sharma ABSTRACT Segmentation of handwritten words is a challenging task primarily because of structural features

More information

Character Recognition of High Security Number Plates Using Morphological Operator

Character Recognition of High Security Number Plates Using Morphological Operator Character Recognition of High Security Number Plates Using Morphological Operator Kamaljit Kaur * Department of Computer Engineering, Baba Banda Singh Bahadur Polytechnic College Fatehgarh Sahib,Punjab,India

More information

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks

Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Simulation of Zhang Suen Algorithm using Feed- Forward Neural Networks Ritika Luthra Research Scholar Chandigarh University Gulshan Goyal Associate Professor Chandigarh University ABSTRACT Image Skeletonization

More information

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers A. Salhi, B. Minaoui, M. Fakir, H. Chakib, H. Grimech Faculty of science and Technology Sultan Moulay Slimane

More information

Offline Tamil Handwritten Character Recognition using Zone based Hybrid Feature Extraction Technique

Offline Tamil Handwritten Character Recognition using Zone based Hybrid Feature Extraction Technique Offline Tamil Handwritten Character Recognition using Zone based Hybrid Feature Extraction Technique L. Anlo Safi (P.G Scholar) Dept of CSE-PG, National Engineering College Kovilpatti, Tamil Nadu, India.

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BYAENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2017 May 11(7):pages 57-63 Open Access Journal English Cursive Hand

More information

Devanagari Handwriting Recognition and Editing Using Neural Network

Devanagari Handwriting Recognition and Editing Using Neural Network Devanagari Handwriting Recognition and Editing Using Neural Network Sohan Lal Sahu RSR Rungta College of Engineering & Technology (RSR-RCET), Bhilai 490024 Abstract- Character recognition plays an important

More information

Building Multi Script OCR for Brahmi Scripts: Selection of Efficient Features

Building Multi Script OCR for Brahmi Scripts: Selection of Efficient Features Building Multi Script OCR for Brahmi Scripts: Selection of Efficient Features Md. Abul Hasnat Center for Research on Bangla Language Processing (CRBLP) Center for Research on Bangla Language Processing

More information

Opportunities and Challenges of Handwritten Sanskrit Character Recognition System

Opportunities and Challenges of Handwritten Sanskrit Character Recognition System Opportunities and Challenges of Handwritten System Shailendra Kumar Singh Research Scholar, CSE Department SLIET Longowal, Sangrur, Punjab, India Sks.it2012@gmail.com Manoj Kumar Sachan Assosiate Professor,

More information

Character Recognition Using Matlab s Neural Network Toolbox

Character Recognition Using Matlab s Neural Network Toolbox Character Recognition Using Matlab s Neural Network Toolbox Kauleshwar Prasad, Devvrat C. Nigam, Ashmika Lakhotiya and Dheeren Umre B.I.T Durg, India Kauleshwarprasad2gmail.com, devnigam24@gmail.com,ashmika22@gmail.com,

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY INTELLEGENT APPROACH FOR OFFLINE SIGNATURE VERIFICATION USING CHAINCODE AND ENERGY FEATURE EXTRACTION ON MULTICORE PROCESSOR Raju

More information

Performance Comparison of Devanagari Handwritten Numerals Recognition

Performance Comparison of Devanagari Handwritten Numerals Recognition Performance Comparison of Devanagari Handwritten Numerals Recognition Mahesh Jangid Kartar Singh Department of CSE Dr. B R Ambedkar NIT Jalandhar (India) Renu Dhir Department of CSE Dr. B R Ambedkar NIT

More information

Online Bangla Handwriting Recognition System

Online Bangla Handwriting Recognition System 1 Online Bangla Handwriting Recognition System K. Roy Dept. of Comp. Sc. West Bengal University of Technology, BF 142, Saltlake, Kolkata-64, India N. Sharma, T. Pal and U. Pal Computer Vision and Pattern

More information

Neural network based Numerical digits Recognization using NNT in Matlab

Neural network based Numerical digits Recognization using NNT in Matlab Neural network based Numerical digits Recognization using NNT in Matlab ABSTRACT Amritpal kaur 1, Madhavi Arora 2 M.tech- ECE 1, Assistant Professor 2 Global institute of engineering and technology, Amritsar

More information

Automatic Static Signature Verification Systems: A Review

Automatic Static Signature Verification Systems: A Review Automatic Static Signature Verification Systems: A Review 1 Vitthal K. Bhosale1 Dr. Anil R. Karwankar2 1 PG Student, Government College of Engineering, Aurangabad (M.S.), 2 Assistant Professor, Dept. Of

More information

Review on Optical Character Recognition and Signature Recognition and Verification Technique

Review on Optical Character Recognition and Signature Recognition and Verification Technique Review on Optical Character Recognition and Signature Recognition and Verification Technique Fenil Maisuria, Nil Patel, Jignesh Bhakta, Kush Ahir, Krunal Solanki and Gayatri Patel Babu Madhav Institute

More information

Handwritten Marathi Character Recognition on an Android Device

Handwritten Marathi Character Recognition on an Android Device Handwritten Marathi Character Recognition on an Android Device Tanvi Zunjarrao 1, Uday Joshi 2 1MTech Student, Computer Engineering, KJ Somaiya College of Engineering,Vidyavihar,India 2Associate Professor,

More information

Offline Handwritten Word Recognition using Multiple Features with SVM Classifier for Holistic Approach

Offline Handwritten Word Recognition using Multiple Features with SVM Classifier for Holistic Approach Offline Handwritten Word Recognition using Multiple Features with SVM Classifier for Holistic Approach Shruthi A 1, M S Patel 2 M.Tech Student, Department of Information Science and Engineering, DSCE,

More information

Geometry. Glossary. High School Level. English / Punjabi. Translation of Geometry terms based on the Coursework for Geometry Grades 9 to 12.

Geometry. Glossary. High School Level. English / Punjabi. Translation of Geometry terms based on the Coursework for Geometry Grades 9 to 12. High School Level Glossary Geometry Glossary English / Punjabi Translation of Geometry terms based on the Coursework for Geometry Grades 9 to 12. Word-for-word glossaries are used for testing accommodations

More information

ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM

ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM RAMZI AHMED HARATY and HICHAM EL-ZABADANI Lebanese American University P.O. Box 13-5053 Chouran Beirut, Lebanon 1102 2801 Phone: 961 1 867621 ext.

More information

Mobile Application with Optical Character Recognition Using Neural Network

Mobile Application with Optical Character Recognition Using Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 1, January 2015,

More information

Recognition of Handwritten Numerals of Manipuri Script

Recognition of Handwritten Numerals of Manipuri Script Recognition of Handwritten Numerals of Manipuri Script Chandan Jyoti Kumar Department of Computer Science and Engineering Assam Don Bosco University Sanjib Kumar Kalita Department of Computer Science Gauhati

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Introduction Pattern recognition is a set of mathematical, statistical and heuristic techniques used in executing `man-like' tasks on computers. Pattern recognition plays an

More information

Handwritten Hindi Numerals Recognition System

Handwritten Hindi Numerals Recognition System CS365 Project Report Handwritten Hindi Numerals Recognition System Submitted by: Akarshan Sarkar Kritika Singh Project Mentor: Prof. Amitabha Mukerjee 1 Abstract In this project, we consider the problem

More information

Hand Written Character Recognition using VNP based Segmentation and Artificial Neural Network

Hand Written Character Recognition using VNP based Segmentation and Artificial Neural Network International Journal of Emerging Engineering Research and Technology Volume 4, Issue 6, June 2016, PP 38-46 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Hand Written Character Recognition using VNP

More information

Summary. Corpus Collection and Topic Identification for Punjabi

Summary. Corpus Collection and Topic Identification for Punjabi Summary The aim of this project is to create a corpus of Punjabi news topics and then create a topic identification algorithm that can be applied to the corpus. This has involved the creation of: Web spider

More information

Gabor Features Based Script Identification of Lines within a Bilingual/Trilingual Document

Gabor Features Based Script Identification of Lines within a Bilingual/Trilingual Document , pp.1-12 http://dx.doi.org/10.14257/ijast.2014.66.01 Gabor Features Based Script Identification of Lines within a Bilingual/Trilingual Document Rajneesh Rani 1, Renu Dhir 1 and Gurpreet Singh Lehal 2

More information

HANDWRITTEN CHARACTER RECOGNITION USINGNAÏVE BAYESCLASSIFIER METHOD FOR DESKTOP AND MOBILE APPLICATION. Introduction

HANDWRITTEN CHARACTER RECOGNITION USINGNAÏVE BAYESCLASSIFIER METHOD FOR DESKTOP AND MOBILE APPLICATION. Introduction Enriching the Novel Scientific Research for the Development of the Nation HANDWRITTEN CHARACTER RECOGNITION USINGNAÏVE BAYESCLASSIFIER METHOD FOR DESKTOP AND MOBILE APPLICATION S. Priyanthy and HMM. Naleer

More information

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES

INTERNATIONAL RESEARCH JOURNAL OF MULTIDISCIPLINARY STUDIES STUDIES & SPPP's, Karmayogi Engineering College, Pandharpur Organize National Conference Special Issue March 2016 Neuro-Fuzzy System based Handwritten Marathi System Numerals Recognition 1 Jayashri H Patil(Madane),

More information

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation

A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation A System for Joining and Recognition of Broken Bangla Numerals for Indian Postal Automation K. Roy, U. Pal and B. B. Chaudhuri CVPR Unit; Indian Statistical Institute, Kolkata-108; India umapada@isical.ac.in

More information

Optical Character Recognition of Gurmukhi Script using Multiple Classifiers Gurpreet Singh lehal Punjabi University, Patiala India.

Optical Character Recognition of Gurmukhi Script using Multiple Classifiers Gurpreet Singh lehal Punjabi University, Patiala India. Optical Character Recognition of Gurmukhi Script using Multiple Classifiers Gurpreet Singh lehal Punjabi University, Patiala India. +91-98154-73767 ABSTRACT In this paper, we present a robust and font

More information

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network

Review on Methods of Selecting Number of Hidden Nodes in Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

Offline Signature verification and recognition using ART 1

Offline Signature verification and recognition using ART 1 Offline Signature verification and recognition using ART 1 R. Sukanya K.Malathy M.E Infant Jesus College of Engineering And Technology Abstract: The main objective of this project is signature verification

More information

Handwritten Character Recognition System using Chain code and Correlation Coefficient

Handwritten Character Recognition System using Chain code and Correlation Coefficient Handwritten Character Recognition System using Chain code and Correlation Coefficient Ravi Sheth1, N C Chauhan2, Mahesh M Goyani3, Kinjal A Mehta4 1Information Technology Dept., A.D Patel Institute of

More information

FRAGMENTATION OF HANDWRITTEN TOUCHING CHARACTERS IN DEVANAGARI SCRIPT

FRAGMENTATION OF HANDWRITTEN TOUCHING CHARACTERS IN DEVANAGARI SCRIPT International Journal of Information Technology, Modeling and Computing (IJITMC) Vol. 2, No. 1, February 2014 FRAGMENTATION OF HANDWRITTEN TOUCHING CHARACTERS IN DEVANAGARI SCRIPT Shuchi Kapoor 1 and Vivek

More information

Date Field Extraction from Gurmukhi Handwritten Documents

Date Field Extraction from Gurmukhi Handwritten Documents Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 6 (2017) pp. 1595-1606 Research India Publications http://www.ripublication.com Date Field Extraction from Gurmukhi Handwritten

More information

An Efficient Character Segmentation Based on VNP Algorithm

An Efficient Character Segmentation Based on VNP Algorithm Research Journal of Applied Sciences, Engineering and Technology 4(24): 5438-5442, 2012 ISSN: 2040-7467 Maxwell Scientific organization, 2012 Submitted: March 18, 2012 Accepted: April 14, 2012 Published:

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 4.542 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 4, Issue 4, April-2017 A Simple Effective Algorithm

More information

Handwritten Hindi Character Recognition System Using Edge detection & Neural Network

Handwritten Hindi Character Recognition System Using Edge detection & Neural Network Handwritten Hindi Character Recognition System Using Edge detection & Neural Network Tanuja K *, Usha Kumari V and Sushma T M Acharya Institute of Technology, Bangalore, India Abstract Handwritten recognition

More information

Multi-Layer Perceptron Network For Handwritting English Character Recoginition

Multi-Layer Perceptron Network For Handwritting English Character Recoginition Multi-Layer Perceptron Network For Handwritting English Character Recoginition 1 Mohit Mittal, 2 Tarun Bhalla 1,2 Anand College of Engg & Mgmt., Kapurthala, Punjab, India Abstract Handwriting recognition

More information

OFFLINE SIGNATURE VERIFICATION

OFFLINE SIGNATURE VERIFICATION International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 2, March - April 2017, pp. 120 128, Article ID: IJECET_08_02_016 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=8&itype=2

More information

Structural Feature Extraction to recognize some of the Offline Isolated Handwritten Gujarati Characters using Decision Tree Classifier

Structural Feature Extraction to recognize some of the Offline Isolated Handwritten Gujarati Characters using Decision Tree Classifier Structural Feature Extraction to recognize some of the Offline Isolated Handwritten Gujarati Characters using Decision Tree Classifier Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad

More information