RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK

Size: px
Start display at page:

Download "RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK"

Transcription

1 RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK ABSTRACT: Sonali G. Oval and R. V. Dagade Department of Computer Engineering MMCOE Savitraibai Phule Pune University, India Word Recognition is an important problem of Pattern Recognition. Online recognition system for words is still in developing stage and becoming challenging due to the large complexity involvement. In India, more than 300 million people use script for documentation. There has been a significant improvement in the research related to the recognition of printed as well as text in the past few years. Though is the script for Hindi, which is the official language of India, its character and word recognition pose great challenges due to large variety of symbols and their proximity in appearance. We have developed an offline recognition system to recognize the Legal Amount words using neural network. First we have applied preprocessing techniques on scanned image, such as grayscale, binarization, and thinning techniques. For performing thinning, we used Stentiford algorithm. Then we have performed segmentation on thinned image. Finally we used recurrent neural network classifier as a recognition method. We have used database containing 26,720 legal amount words written in Hindi and Marathi languages i.e. ( Script) by different writers. Out of these, we have trained 500 words as a one dataset for our proposed system. Result graph was plot, these training dataset against recognized word by the system. Keywords: Words, offline handwriting recognition, Pre processing, Recurrent Neural Network, Segmentation. [1] INTRODUCTION Handwriting recognition can be divided into two categories: Offline and Online shown in [Figure 1] [1]. This division is done on the basis of representing data to the system. For the first kind of recognition system user's handwriting is digitized by a scanner or a camera at a later time and the data is presented to the system as an image while for the second kind, handwriting is digitized by a tablet and stylus at the time of writing and strokes are captured as they are being formed by sampling the pen's position at evenly spaced time intervals. A pressure sensitive switch on the tip of the pen detects pen-up/pen-down position and discriminates stroke segmentation. HMMs are able to segment and recognize at the same time, which is one reason for their popularity in handwriting recognition [1]. The idea of applying HMMs to handwriting recognition was originally motivated by their success in speech recognition, where a similar conflict exists between recognition and segmentation. Over the years, numerous refinements of the basic HMM approach has been proposed, such as the writer-independent system. HMMs have several well-known Sonali G Oval and R V Dagade 89

2 RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK drawbacks. One of these is that they assume that the probability of each observation depends only on the current state, which makes contextual effects difficult to model. Another is that HMMs are generative, while discriminative models generally give better performance in labeling and classification tasks. Recurrent neural networks (RNNs) do not suffer from these limitations and would therefore seem a promising alternative to HMMs. Figure: 1. Types of Recognition. [1.1] Literature Survey Sr. Author s No. Name 1 S. Arora, D. Bhattacharjee, M. Nasipuri, D.K. Basu2, M.Kundu, L.Malik 2 G. G. Rajput, S. M. Mali 3 Pooja Agrawal, M. Hanmandlu, Brejesh Lall 4 U. Pal, N. Sharma, T. Wakabayashi and F. Kimura Title of Paper Data Set Used Methods Results (%) Study of Different Features on Character Fourier Descriptor based Isolated Marathi Numeral Recognition Coarse Classification of Hindi Characters Off-Line Character Recognition of Script 1500 basic characters samples of Marathi numerals basic characters MLP 98.61% NN KNN SVM Coarse classificatio n 97.05% 97.04% 97.85% 97.25% MQDF 94.24% 5 Umapada Pal, Sukalpa Chanda Tetsushi Accuracy Improvement of samples of MQDF SVM 94.24% 94.15% 90

3 Wakabayashi, Fumitaka Kimura Character Recognition Combining SVM and MQDF 6 Satish Kumar Performance Comparison of Features on Handprinted Dataset 7 Sandhya Arora, Debotosh Bhattacharjee, Mita Nasipuri, Dipak Kumar Basu, Mahantapas Kundu 8 Sandhya Arora, Debotosh Bhatcharjee, Mita Nasipuri, Latesh Malik 9 Alex Graves, Marcus Liwicki, Santiago Fernandez, Roman Bertolami, Horst Bunke, and Jurgen Schmidhuber 10 Bikash Shaw, Swapan Kumar Parui, Malayappan Shridhar 11 Marcus Liwicki, Horst Bunke, James A. Pittman, Stefan Knerr 12 Bikash Shaw, Swapan Kumar Combining Multiple Feature Extraction Techniques for Character Recognition. A Two Stage Classification Approach for Characters A Novel Connectionist System for Unconstrained Handwriting Recognition A Segmentation Based Approach to Offline Word Recognition Combining diverse systems for text line recognition Offline basic characters characters basic characters samples of characters. IAM-DB consists of lines, containing 86,272 instances of 11,050 distinct words and images of words of 100 word classes. IAM-OnDB-t2 Benchmark. 39,700 samples of MLP SVM 91.9% 94.1% MLP 92.80% NN 89.12% HMM Word accuracy RNN Word accuracy 64.5% 74.1% 81.8% RNN Character accuracy HMM 81.63% BLSTM HMM 81.2% 79.2% HMM 80.2% Sonali G Oval and R V Dagade 91

4 RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK Parui, Malayappan Shridhar 13 Marcus Liwicki, Alex Graves, Horst Bunke Jurgen, Schmidhuber Word Recognition: A holistic approach based on directional chain code feature and HMM A Novel Approach to On- Line Handwriting Recognition Based on Bidirectional Long Short-Term Memory Networks town names IAM-OnDB-t2 Benchmark RNN 74.0% From the literature survey we came to know that neural network gives better results than other techniques. Also there are different techniques for feature extraction. Lots of work has been done on numerals, characters and very few were done on words. Recognition rate of numerals is very good, but for words it is less. [2]DEVANAGARI SCRIPT script came into existence at around AD This script emerged out of Siddham script an immediate descendant of Gupta script ultimately deriving from the Brahmi Script. It follows left to right fashion for writing [8]. This script is cursive in nature. has 13 independent vowels or svara, 33 independent consonants or vyajana and 12 dependent vowel signs shown in [Figure.2]. Figure: 2 Isolated Character Set. 92

5 Most of the consonants can be joined to one or two other consonants so that the inherent vowel is suppressed. The resulting conjunct form is called a ligature or a compound character. Commonly used compound characters appearing in our lexicon of words are shown in [Figure.3.] another distinctive feature of is the presence of a horizontal line on the top of all characters. This line is known as header line or shirorekha [see Figure.3.]. The words can typically be divided into three strips: top, core, and bottom, as shown in [Figure.3] the header line separates the top and core strips and a virtual base line separates the core and lower strips [4]. Figure: 3 Three strips of a word in script. [3] SYSTEM ARCHITECTURE The proposed system can be implemented an architecture where pre-processing, segmentation and classification are as shown in [Figure 4]. Preprocessing first perform gray scale on scanned input image. It generates grayscale image as a result. The next step is to perform binarization on grayscale image. Thresholding algorithm is used Binarize the gray scale image and generate binarized image as an output. On binarized output perform thinning. The result of thinning gives as an input to shirorekha detection and removal operation. For detecting and removing shirorekha of word from the image we have used scan line algorithm. The removed shirorekha image gives as an input to segmentation. Segmentation divides word into characters. Extract the features from segmented word and generate the template. The generated template gives as an input to recognition operation. In the recognition operation it compare generated template to the training dataset and produce the closest match as a result. Figure: 4 System Architecture Diagram [4] MATHEMATICAL MODELLING System S can be defined as: Sonali G Oval and R V Dagade 93

6 RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK S = {Input, Output} The mathematical relation between input I and output O can be stated as: Where, m= W. Pi >= pt (default T (Threshold)) W- Number of characters present in the word. [4.1] ALGORITHM The handwriting recognition process includes the following steps: 1. Scan the word image and convert that image into grayscale. 2. Binarize the gray scale image by applying Thresholding algorithm to obtain binary image with word representing binary 1 and background Perform thinning (Stentiford algorithm) on binarized image. 4. Detect the shirorekha from the image and Remove that shirorekha. 5. Perform segmentation on that image. 6. Create the training dataset for recognition. 7. Recognize the input image using RNN classifier. [4.2] PREPROCESSING ALGORITHM Grayscale A grayscale or grayscale digital image is an image in which the value of each pixel is a single sample, that is, it carries only intensity information. Images of this sort, also known as black-and-white, are composed exclusively of shades of gray, varying from black at the weakest intensity to white at the strongest. Algorithm: Gray scale Conversion Input: Scanned Image Output: Gray scaled image 1. Get the red, green, and blue values of a pixel. 2. Use fancy math to turn those numbers into a single gray value. Gray = (Red + Green + Blue) / 3 3. Replace the original red, green, and blue values with the new gray value. Binarization The next step is to binarize the grayscale image. In Binarization, color or gray-scale image is converted into binary image with the help of Thresholding. Algorithm: Thresholding algorithm Input: gray scale image Output: binarized image 1. Initialize fgcount = 0,bgCount = 0 2. Scan the image vertically and horizontally i.e. 3. for(int y = 0; y < h; y + +) 94

7 4. for(int x = 0; x < w; x + +) 5. Get the value of pixel i.e. col = p2[y][x] 6. Get the value of blue value of pixel i.e b = col& 0xff 7. Get the value of green value of pixel i.e. g = (col >> 8)& 0xff 8. Get the value of red value of pixel i.e r = (col >> 16)& 0xff 9. Calculate the average of that pixel i.e. gs = (r + g + b)\3 10. if (gs < 128) then 11. Increment the background value count. i.e. bgcount Change the value of that pixel i.e. p2[y][x] = end if 14. else 15. Increment the foreground value count. i.e. fgcount Change the value of that pixel. i.e. p2[y][x] = end for 18. end for Thinning The next step is thin the binarized image. For performing thinning we have used Stentiford algorithm. Algorithm: Stentiford Thinning Algorithm Input: Binarized image Output: Thinned image 1. Find a pixel location (i, j) where the pixels in the image match those in template T1. With this template all pixels along the top of the image are removed moving from left to right and from top to bottom. 2. If the central pixel is not an endpoint, and has connectivity number = 1, then mark this pixel for deletion. Endpoint pixel: A pixel is considered an endpoint if it is connected to just one other pixel. That is, if a black pixel has only one black neighbor out of the eight possible neighbors. 3. Repeat steps 1 and 2 for all pixel locations matching T1. 4. Repeat steps 1-3 for the rest of the templates: T2, T3, and T4. T2 will match pixels on the left side of the object, moving from bottom to top and from left to right. T3 will select pixels along the bottom of the image and move from right to left and from bottom to top. T4 locates pixels on the right side of the object, moving from top to bottom and right to left. 5. Set to white the pixels marked for deletion. Shirorekha Detection & Removal Algorithm: Algorithm for Shirorekha Detection & Removal Input: Thinned image Output: Shirorekha removed image Sonali G Oval and R V Dagade 95

8 RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK 1. Initialize ysum=0, ytotal=0, yavg 2. Scan the image both vertically and horizontally i.e. 3. for(x=0; x<=w; x++) 4. for(y=0; y<=h; y++) 5. Check each value stored in matrix p2. i.e. 6. If(p2[y][x]!=0) then 7. ysum+=y, ytotal++ 8. break 9. calculate yavg=ysum/ytotal 10. Remove the first pixel belonging to average i.e. 11. If(y<=yavg) 12. Change the value of that pixel i.e. p2[y][x]=0 13. Elseif (y-yavg < 2) then 14. Change the value of that pixel i.e. p2[y][x]=0 15. Repaint the image Segmentation Algorithm: Algorithm for Segmentation Input: Shirorekha removed image Output: Segmented word image 1. Initialize found, foundfirst. 2. Scan image vertically i.e. 3. for(y=0;y<h;y++) 4. Select the first white pixel value, which appear vertically. 5. Set found = false and Scan image horizontally 6. Set p2[y][x]==1 single white pixel is found 7. found =true 8. Store the pixel value which is found in array. 9. Again scan the image horizontally. 10. Repeat step 1 to 5 till p2[y][x]==0 11. Cluster white pixels found in pervious step. 12. Check for the white space. 13. If white space is occurred draw a rectangle outside the character. 14. Extract the features of character and store in the template. 15. Repeat step 1-14 till not found last white pixel in image [4.3]CLASSIFICATION ALGORITHM A recurrent neural network (RNNs) is a connectionist model containing a selfconnected hidden layer [1]. RNN's provide a very elegant way of dealing with (time) sequential data that embodies correlations between data points that are close in the sequence. [Figure 5] shows a basic RNN architecture with a delay line and unfolded in time for two 96

9 time steps. In this structure, the input vectors are fed one at a time into the RNN [1]. One of the key benefits of RNNs is their ability to make use of previous context [2]. Figure: 5 Structure of RNN Algorithm: Algorithm for Recognition Input: Segmented image Output: recognize word image 1. Initialize the variable count=0. 2. Select the rectangles which are present in the input segmented image. 3. If rectangle is found then 4. Compare the generated template p[y][x] to template from training set t[y][x]. 5. If pixel p[y][x]==t[y][x] i.e. pixel value is match 6. then count++; 7. Else 8. count--; 9. Store count value in result array r[ ]. 10. get.next.t[y][x] 11. Repeat step 1 to 10 to match all templates of training data set. Till get.last.t[y][x] 12. Compare the values result array to select maximum count. i.e. 13. If (r[i] >= r[i-1]) 14. Then select template having count value r[i], i++; 15. Else 16. Repeat step 13till r[i]==r[i-1]. 17. Select these templates, which count is high and show recognized output. Sonali G Oval and R V Dagade 97

10 RECOGNITION OF HANDWRITTEN DEVANAGARI WORDS USING NEURAL NETWORK [5] RESULT AND DATASETS Figure: 6 Results [Figure 6] Show the output of the system. Figure: 7 Graph of result From this graph we come to know that without modifiers i.e. kana, Marta we get better result than with modifiers i.e. kana, Marta s. Datasets The database is used a legal amount words. A database contained 26,720 legal amount words written in Hindi and Marathi languages. The database was constructed by taking data from ninety writers. [6] CONCLUSION As Script Recognition has a huge scope in many areas, the researchers should use the most efficient techniques to get the desired results. For recognizing the word is difficult task. In this system we have used grayscale method, Thresholding algorithm & Stentiford thinning algorithm as a pre- processing techniques. Scan line an algorithm is used for detecting the shirorekha & then remove that detected shirorekha. For Segmentation of words into characters we have used the scan line algorithm. After segmentation of words into characters we have extracted the features of those characters. The training dataset was generated using the features of the characters which we extracted. Finally we build the classifier to recognize the input word. The future scope of this project is to use the complex words from the database for recognition. Apply 98

11 more preprocessing techniques, feature extraction techniques to improve the result. Also recognize the multiple lines. REFERENCES [1] Graves, M. Liwicki, S. Fernandez, R. Bertolami, H. Bunke, and J. Schmidhuber: A novel connectionist system for unconstrained handwriting recognition, IEEE Transactions on Pattern Analysis and Machine Intelligence 31, , May [2] Graves, S. Fernandez, M. Liwicki, H. Bunke, and J. Schmidhuber: Unconstrained Online Handwriting Recognition with Recurrent Neural Networks, Advances in Neural Information Processing Systems 20,1-7, [3] Shaw, S. K. Parui, and M. Shridhar: A segmentation based approach to offline word recognition, in Proc. IEEE Int. Conf. Inf. Technol., pp , [4] Shaw, S. K. Parui, and M. Shridhar: Offline word recognition: A holistic approach based on directional chain code feature and HMM, in Proc. Int. Conf. Inf. Technol., pp , [5] G. G. Rajput and S. M. Mali: Fourier descriptor based isolated Marathi numeral recognition, Int. J. Comput. Appl., vol. 3, no. 4, pp. 9-13, [6] Marcus Liwicki, Alex Graves, Horst Bunke, Jurgen Schmidhuber: A Novel Approach to On- Line Handwriting Recognition Based on Bidirectional Long Short-Term Memory Networks, , ICDAR [7] M. Hanmandlu, P. Agrawal, and B. Lall: Segmentation of Hindi text: A structural approach, Int. J. Comput. Process. Lang., vol. 22, no. 1, pp. 1-20, [8] Olivier Morillot, Laurence Likforman-Sulem, Emmanu'ele Grosicki: Comparative study of HMM and BLSTM segmentation-free approaches for the recognition of text-lines, IEEE [9] P. Agrawal, M. Hanmandlu, and B. Lall: Coarse classification of Hindi characters, Int. J. Advanced Sci. Technol., vol. 10, pp , [10] S. Arora, D. Bhatcharjee, M. Nasipuri, and L. Malik: A two stage classification approach for characters, in Proc. Int. Conf. Comput. Intell. Multimedia Appl., pp , [11] S. Kaur: Recognition of script using features based on Zernike moments, zoning and neural network classifier, M.Tech Thesis, Dept. Comput. Sci. Eng., Punjabi University, Patiala, India, [12] S. Kumar: Performance comparison of features on hand printed dataset, Int. J. Recent Trends, vol. 1, no. 2, pp , [13] U. Pal, N. Sharma, T. Wakabayashi, and F. Kimura: Offline character recognition of script, in Proc. 9th Conf. Document Anal. Recognit., pp , [14] U. Pal, S. Chanda, T. Wakabayashi, and F. Kimura: Accuracy improvement of character recognition combining SVM and MQDF, in Proc. 11th Int. Conf. Frontiers Handwrit. Recognit., pp , Sonali G Oval and R V Dagade 99

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 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

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

TEXT DETECTION AND RECOGNITION FROM IMAGES OF NATURAL SCENE

TEXT DETECTION AND RECOGNITION FROM IMAGES OF NATURAL SCENE TEXT DETECTION AND RECOGNITION FROM IMAGES OF NATURAL SCENE Arti A. Gawade and R. V. Dagade Department of Computer Engineering MMCOE Savitraibai Phule Pune University, India ABSTRACT: Devanagari is the

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

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

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

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

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

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

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

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

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

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

A HYBRID FEATURE EXTRACTION AND RECOGNITION TECHNIQUE FOR OFFLINE DEVNAGRI HADWRITING

A HYBRID FEATURE EXTRACTION AND RECOGNITION TECHNIQUE FOR OFFLINE DEVNAGRI HADWRITING A HYBRID FEATURE EXTRACTION AND RECOGNITION TECHNIQUE FOR OFFLINE DEVNAGRI HADWRITING Poonam Sharma Department of Computer Science The NorthCap University Email-Id: poonamsharma@ncuindia.edu Shivani Sihmar

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

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

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

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 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

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

A two-stage approach for segmentation of handwritten Bangla word images

A two-stage approach for segmentation of handwritten Bangla word images A two-stage approach for segmentation of handwritten Bangla word images Ram Sarkar, Nibaran Das, Subhadip Basu, Mahantapas Kundu, Mita Nasipuri #, Dipak Kumar Basu Computer Science & Engineering Department,

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

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

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

Multiple Classifier Combination for Off-line Handwritten Devnagari Character Recognition

Multiple Classifier Combination for Off-line Handwritten Devnagari Character Recognition Multiple Combination for Off-line Handwritten Devnagari Character Recognition Sandhya Arora Department of CSE & T Meghnad Saha nstitute of Technology Kolkata-700107 sandhyabhagat@yahoo.com Debotosh Bhattacharjee,

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

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

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

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

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

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

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

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

A Novel Approach: Recognition of Devanagari Handwritten Numerals

A Novel Approach: Recognition of Devanagari Handwritten Numerals INTERNATIONAL JOURNAL OF ELECTRICAL, ELECTRONICS AND COMPUTER SYSTEMS, VOLUME X, ISSUE X, MONTH 20XX A Novel Approach: Recognition of Devanagari Handwritten Numerals Mahesh Jangid, Renu Dhir and Rajneesh

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

ISSN: [Mukund* et al., 6(4): April, 2017] Impact Factor: 4.116

ISSN: [Mukund* et al., 6(4): April, 2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ENGLISH CURSIVE SCRIPT RECOGNITION Miss.Yewale Poonam Mukund*, Dr. M.S.Deshpande * Electronics and Telecommunication, TSSM's Bhivarabai

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

HAND-WRITTEN CHARCTER RECOGNITION

HAND-WRITTEN CHARCTER RECOGNITION HAND-WRITTEN CHARCTER RECOGNITION Using Artificial Neural Network A thesis submitted in partial fulfillment of under graduate program of Bachelor of Technology IN ELECTRONICS & INSTRUMENTATION ENGINEERING

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

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

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

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

A Novel Approach to On-Line Handwriting Recognition Based on Bidirectional Long Short-Term Memory Networks

A Novel Approach to On-Line Handwriting Recognition Based on Bidirectional Long Short-Term Memory Networks A Novel Approach to n-line Handwriting Recognition Based on Bidirectional Long Short-Term Memory Networks Marcus Liwicki 1 Alex Graves 2 Horst Bunke 1 Jürgen Schmidhuber 2,3 1 nst. of Computer Science

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

MARATHI CHARACTER RECOGNITION USING ANT MINER ALGORITHM

MARATHI CHARACTER RECOGNITION USING ANT MINER ALGORITHM MARATHI CHARACTER RECOGNITION USING ANT MINER ALGORITHM 1 URMILA SHINDE, 2 VANITA MANE, 3 RAJASHREE SHEDGE 1,2,3 Computer Department, RAIT, Nerul, Navi Mumbai, Maharashtra, India. E-mail: urmigd@gmail.com,

More information

Image Normalization and Preprocessing for Gujarati Character Recognition

Image Normalization and Preprocessing for Gujarati Character Recognition 334 Image Normalization and Preprocessing for Gujarati Character Recognition Jayashree Rajesh Prasad Department of Computer Engineering, Sinhgad College of Engineering, University of Pune, Pune, Mahaashtra

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

Recognition of Unconstrained Malayalam Handwritten Numeral

Recognition of Unconstrained Malayalam Handwritten Numeral Recognition of Unconstrained Malayalam Handwritten Numeral U. Pal, S. Kundu, Y. Ali, H. Islam and N. Tripathy C VPR Unit, Indian Statistical Institute, Kolkata-108, India Email: umapada@isical.ac.in Abstract

More information

Offline Handwriting Recognition on Devanagari using a new Benchmark Dataset

Offline Handwriting Recognition on Devanagari using a new Benchmark Dataset Offline Handwriting Recognition on Devanagari using a new Benchmark Dataset Kartik Dutta, Praveen Krishnan, Minesh Mathew and C.V. Jawahar CVIT, IIIT Hyderabad, India Email:{kartik.dutta, praveen.krishnan,

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

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

Text Recognition in Videos using a Recurrent Connectionist Approach

Text Recognition in Videos using a Recurrent Connectionist Approach Author manuscript, published in "ICANN - 22th International Conference on Artificial Neural Networks, Lausanne : Switzerland (2012)" DOI : 10.1007/978-3-642-33266-1_22 Text Recognition in Videos using

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

CHAPTER 2 LITERATURE REVIEW

CHAPTER 2 LITERATURE REVIEW CHAPTER 2 LITERATURE REVIEW 2.1 Introduction There is a great need for OCR related research in Indian languages, even though there are many technical challenges as well as the lack of a commercial market

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

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

Review of Automatic Handwritten Kannada Character Recognition Technique Using Neural Network

Review of Automatic Handwritten Kannada Character Recognition Technique Using Neural Network Review of Automatic Handwritten Kannada Character Recognition Technique Using Neural Network 1 Mukesh Kumar, 2 Dr.Jeeetendra Sheethlani 1 Department of Computer Science SSSUTMS, Sehore Abstract Data processing

More information

arxiv: v1 [cs.cv] 11 Sep 2017

arxiv: v1 [cs.cv] 11 Sep 2017 Recurrent neural networks based Indic word-wise script identification using character-wise training arxiv:1709.03209v1 [cs.cv] 11 Sep 2017 Rohun Tripathi IBM Research rohun.tripathi.5@gmail.com Abstract

More information

Word-wise Script Identification from Video Frames

Word-wise Script Identification from Video Frames Word-wise Script Identification from Video Frames Author Sharma, Nabin, Chanda, Sukalpa, Pal, Umapada, Blumenstein, Michael Published 2013 Conference Title Proceedings 12th International Conference on

More information

A New Approach to Detect and Extract Characters from Off-Line Printed Images and Text

A New Approach to Detect and Extract Characters from Off-Line Printed Images and Text Available online at www.sciencedirect.com Procedia Computer Science 17 (2013 ) 434 440 Information Technology and Quantitative Management (ITQM2013) A New Approach to Detect and Extract Characters from

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

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

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

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

A Novel Approach of Handwritten Devanagari Character Recognition through Feed Forward Back Propagation Neural Network

A Novel Approach of Handwritten Devanagari Character Recognition through Feed Forward Back Propagation Neural Network Novel pproach of Handwritten evanagari haracter Recognition through Feed Forward ack Propagation Neural Network Shubhra Saxena Jaipur National University, Jaipur, Rajasthan, India P.. Gupta epartment of

More information

Marathi Handwritten Numeral Recognition using Fourier Descriptors and Normalized Chain Code

Marathi Handwritten Numeral Recognition using Fourier Descriptors and Normalized Chain Code Marathi Handwritten Numeral Recognition using Fourier Descriptors and Normalized Chain Code G. G. Rajput Department of Computer Science Gulbarga University, Gulbarga 585106 Karnataka, India S. M. Mali

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

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

Preprocessing of Gurmukhi Strokes in Online Handwriting Recognition

Preprocessing of Gurmukhi Strokes in Online Handwriting Recognition 2012 3rd International Conference on Information Security and Artificial Intelligence (ISAI 2012) IPCSIT vol. 56 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V56.30 Preprocessing of Gurmukhi

More information

Offline Tamil Handwritten Character Recognition using Chain Code and Zone based Features

Offline Tamil Handwritten Character Recognition using Chain Code and Zone based Features Offline Tamil Handwritten Character Recognition using Chain Code and Zone based Features M. Antony Robert Raj 1, S. Abirami 2 Department of Information Science and Technology Anna University, Chennai 600

More information

Recognition of handwritten Bangla basic characters and digits using convex hull based feature set

Recognition of handwritten Bangla basic characters and digits using convex hull based feature set Recognition of handwritten Bangla basic characters and digits using convex hull based feature set Nibaran Das *, Sandip Pramanik *, Subhadip Basu *, Punam Kumar Saha +, Ram Sarkar *, Mahantapas Kundu *,

More information

A Novel Word Spotting Algorithm Using Bidirectional Long Short-Term Memory Neural Networks

A Novel Word Spotting Algorithm Using Bidirectional Long Short-Term Memory Neural Networks A Novel Word Spotting Algorithm Using Bidirectional Long Short-Term Memory Neural Networks Volkmar Frinken, Andreas Fischer, and Horst Bunke Institute of Computer Science and Applied Mathematics, University

More information

with Profile's Amplitude Filter

with Profile's Amplitude Filter Arabic Character Segmentation Using Projection-Based Approach with Profile's Amplitude Filter Mahmoud A. A. Mousa Dept. of Computer and Systems Engineering, Zagazig University, Zagazig, Egypt mamosa@zu.edu.eg

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

II. WORKING OF PROJECT

II. WORKING OF PROJECT Handwritten character Recognition and detection using histogram technique Tanmay Bahadure, Pranay Wekhande, Manish Gaur, Shubham Raikwar, Yogendra Gupta ABSTRACT : Cursive handwriting recognition is a

More information

Towards a Robust OCR System for Indic Scripts

Towards a Robust OCR System for Indic Scripts Towards a Robust OCR System for Indic Scripts Praveen Krishnan, Naveen Sankaran, Ajeet Kumar Singh, C. V. Jawahar Center for Visual Information Technology, IIIT Hyderabad, India. Abstract The current Optical

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

SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT

SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT ABSTRACT Rupak Bhattacharyya et al. (Eds) : ACER 2013, pp. 11 24, 2013. CS & IT-CSCP 2013 Fakruddin Ali Ahmed Department of Computer

More information

A Simplistic Way of Feature Extraction Directed towards a Better Recognition Accuracy

A Simplistic Way of Feature Extraction Directed towards a Better Recognition Accuracy International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 7 (September 2012), PP. 43-49 A Simplistic Way of Feature Extraction Directed

More information

Automatic Recognition and Verification of Handwritten Legal and Courtesy Amounts in English Language Present on Bank Cheques

Automatic Recognition and Verification of Handwritten Legal and Courtesy Amounts in English Language Present on Bank Cheques Automatic Recognition and Verification of Handwritten Legal and Courtesy Amounts in English Language Present on Bank Cheques Ajay K. Talele Department of Electronics Dr..B.A.T.U. Lonere. Sanjay L Nalbalwar

More information

A Comparison of Sequence-Trained Deep Neural Networks and Recurrent Neural Networks Optical Modeling For Handwriting Recognition

A Comparison of Sequence-Trained Deep Neural Networks and Recurrent Neural Networks Optical Modeling For Handwriting Recognition A Comparison of Sequence-Trained Deep Neural Networks and Recurrent Neural Networks Optical Modeling For Handwriting Recognition Théodore Bluche, Hermann Ney, Christopher Kermorvant SLSP 14, Grenoble October

More information

Handwritten Text Recognition

Handwritten Text Recognition Handwritten Text Recognition M.J. Castro-Bleda, Joan Pasto Universidad Politécnica de Valencia Spain Zaragoza, March 2012 Text recognition () TRABHCI Zaragoza, March 2012 1 / 1 The problem: Handwriting

More information

Handwritten Text Recognition

Handwritten Text Recognition Handwritten Text Recognition M.J. Castro-Bleda, S. España-Boquera, F. Zamora-Martínez Universidad Politécnica de Valencia Spain Avignon, 9 December 2010 Text recognition () Avignon Avignon, 9 December

More information

Recognition of Devanagari Handwritten Numerals using Gradient Features and SVM

Recognition of Devanagari Handwritten Numerals using Gradient Features and SVM Recognition of Devanagari Handwritten Numerals using Gradient Features and SVM Ashutosh Aggarwal Rajneesh Rani RenuDhir Department of Computer Science and Engineering Dr B.R. Ambedkar National Institute

More information

HAND WRITTEN ODIA CHARACTER RECOGNITION

HAND WRITTEN ODIA CHARACTER RECOGNITION HAND WRITTEN ODIA CHARACTER RECOGNITION A THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENTS FOR THE DEGREE OF BACHELOR OF TECHNOLOGY IN ELECTRONICS AND INSTRUMENTATION ENGINERING BY ANURAAG HOTA

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

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

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

Off-line Character Recognition using On-line Character Writing Information

Off-line Character Recognition using On-line Character Writing Information Off-line Character Recognition using On-line Character Writing Information Hiromitsu NISHIMURA and Takehiko TIMIKAWA Dept. of Information and Computer Sciences, Kanagawa Institute of Technology 1030 Shimo-ogino,

More information

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition Dinesh Mandalapu, Sridhar Murali Krishna HP Laboratories India HPL-2007-109 July

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

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

A Comparison of Feature and Pixel-based Methods for Recognizing Handwritten Bangla Digits

A Comparison of Feature and Pixel-based Methods for Recognizing Handwritten Bangla Digits 2013 12th International Conference on Document Analysis and Recognition A Comparison of Feature and Pixel-based Methods for Recognizing Handwritten Bangla Digits Olarik Surinta, Lambert Schomaker and Marco

More information

Handwritten Arabic Digits Recognition Using Bézier Curves

Handwritten Arabic Digits Recognition Using Bézier Curves www.ijcsi.org 57 Handwritten Arabic Digits Recognition Using Bézier Curves Aissa Kerkour El Miad and Azzeddine Mazroui University Mohammed First, Faculty of Sciences, Oujda, Morocco Abstract In this paper

More information

A Novel Feature Extraction and Classification Methodology for the Recognition of Historical Documents

A Novel Feature Extraction and Classification Methodology for the Recognition of Historical Documents 2009 10th International Conference on Document Analysis and Recognition A Novel Feature Eraction and Classification Methodology for the Recognition of Historical Documents G. Vamvakas, B. Gatos and S.

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

RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE

RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE K. Kaviya Selvi 1 and R. S. Sabeenian 2 1 Department of Electronics and Communication Engineering, Communication Systems, Sona College

More information

A Document Image Analysis System on Parallel Processors

A Document Image Analysis System on Parallel Processors A Document Image Analysis System on Parallel Processors Shamik Sural, CMC Ltd. 28 Camac Street, Calcutta 700 016, India. P.K.Das, Dept. of CSE. Jadavpur University, Calcutta 700 032, India. Abstract This

More information