Gujarati Character Recognition:Survey

Size: px
Start display at page:

Download "Gujarati Character Recognition:Survey"

Transcription

1 Gujarati Character Recognition:Survey Ms. Honey Patel Computer Engineering CHARUSAT,Changa Anand, India Ms. Rinku Bathani Computer Engineering CHARUSAT,Changa Anand, India Abstract Today most of people are e-reader. Gujarati documents are mostly in hardcopy; very less e-material is available. For converting those hardcopies into editable text form we need digitization. Optical Character Recognition is a technique for converting scanned documents into digitized text. So also for Gujarati language, optical character recognition system is required. For the recognition of printed characters of Indian languages like Gujarati, Marathi and many more; optical character recognition is required. Efforts of many researchers are going on for developing efficient OCR systems for Indian languages, especially for Gujarati, a popular language state Gujarat. There is very less material available for Gujarati script. Devnagari language is the base of Gujarati language. Only difference is shirorekha. Since 1999, efforts are going on for Gujarati character recognition but still that much accuracy cannot be obtained as compared to other Indic languages. Keywords Gujarati Character Recognition, Pre-processing, Segmentation, Feature Extraction, OCR I. INTRODUCTION Now a day, everything is going in the form of digital. Most of users are becoming e-users then all documents which are going to delivered them should be in digitized format. In recent years, the huge usage of internet had turned people to more usage to electronic documents compared to physical documents. The creation of electronic documents facilitate to easy communication and storage of documents. Thus, developing computer algorithms to identify the characters in the text is the principal task of OCR. Optical character recognition belongs to the family of techniques performing automatic identification. The overwhelming volume of paper-based data in corporations and offices challenges their ability to manage documents and records. Computers, working faster and more efficiently than human operators, can be used to perform many of the tasks required for efficient document and content management. Computers understand alphanumeric characters as ASCII code typed on a keyboard where each character or letter represents a recognizable code. However, computers cannot distinguish characters and words from scanned images of paper documents. Therefore, where alphanumeric information must be retrieved from scanned images such as commercial or government documents, tax returns, passport applications and.credit card applications, characters must first be converted to their ASCII equivalents before they can be recognized as readable text. Optical character recognition system (OCR) allows us to convert a document into electronic text, which we can edit and search etc. OCR is the machine replication of human reading and has been the subject of intensive research for more than five decades. A. Concept of Optical Character Recognition Normal way of entering data into computer is through key-board. This method is not so efficient and best. Some alternative automatic 459

2 process should be there. For converting printed or hand written scanned documents into digitized form optical character recognition is used. Text form generated at the end of OCR process can be edited; this is one of the advantages of using OCR. B. Types of OCR There are three types of OCR. 1. Offline Handwritten Text: In offline handwritten text, text is produced by a person by writing with a pen/pencil on a paper medium and which is then converted into digital format using scanner. 2. Online Handwritten Text: In online handwritten text, text is directly written in a digitizing tablet using stylus. The output is a sequence of x-y coordinates that express pen position as well as other information such as pressure and speed of writing. 3. Machine Printed Text: In daily use machine printed text is commonly found which is produced by offset processes such as laser printer, inkjet and many more. C. Introduction to Gujarati Script Gujarati script is derived from Devnagari script. It has very rich set of consonants and vowels. It has 34 consonants as shown in Table 1 and 12 vowels as in Table 2.. TABLE GUJARATI CONSONANTS ક ખ ગ ઘ ચ છ જ ઝ ટ ઠ ડ ઢ ણ ત થ દ ધ ન પ ફ બ ભ મ ય ર લ ળ વ શ ક ષ જ ઞ By combining consonants and vowels, compound characters are created. Compound characters are also known as conjuncts. Conjuncts are shown in Table 3. These conjuncts make Gujarati script more complex compared to other Latin language. Gujarati script is written from left to right. The basic difference between Devnagari script and Gujarati script is absence on shirorekha TABLE 2. GUJARATI VOWELS અ આ ઇ ઈ ઉ ઊ એ ઐ ઓ ઔ અ અ TABLE 3. EXAMPLE OF CONJUNCTS વ મ ત મ બ દ ભ મ ચ શ જ મ મય ડ ડ દ ધ હ ય ન ન શ વ D. Flow of Optical Character Recognition Scanning Pre-Processing Segmentation Post- Processing Digital Form Figure 1. Classification/ Recognition II. LITERATURE SURVEY A. Dataset Flow of OCR Feature Extraction For Gujarati script, there is no such unique dataset is available. For experimental purpose dataset is created as per requirement of author. Characters are cropped and stored in image form. Images are scanned on high-resolution for better result. For performing optical character recognition there are mainly below phases:

3 1. Pre-processing 2. Feature extraction 3. Classification and recognition 4. Post-processing B. Pre-processing For converting image into a suitable form for later processing steps, pre-processing is required. It makes image better for further processing. Typical preprocessing includes the following stages: 1. Binarization: Binarization converts the gray scale image into binary image. From the reported work [1], there are mainly two approaches for converting image into binary image. Binarization separates the foreground and background information. This separation of text from background is a prerequisite to subsequent operations such as segmentation. Global algorithm Local Algorithm Global algorithm calculates one threshold for entire image whereas Local algorithm calculates different threshold values depending on the local regions of image. Prior is faster compared to later method. The major drawback of global thresholding techniques is that it cannot differentiate those pixels which share the same gray level but do not belong to the same group. In comparison with global technique, local thresholding techniques have better performance against noise and error. Examples of global algorithm are Otsu s method, Histogram peaks, and K-mean clustering based method. Examples of local algorithm are Niblack s method, Sauvola s method, Bernsen s Method. The most commonly used method is Otsu s method [2]. 2. Noise removal: Due to printer, scanner, print quality, age of the document, the documents which are scanned may have noise. So, it is pre-requisite to filter this noise before processing the image. Commonly used approach is to process the image through a low-pass filter and use it for later processing. Median filter is best suitable for salt and pepper kind of noise. Maximum filter is used for removing negative outlier noise. Minimum filter is used for removing dark values in image [3]. 3. Skew detection and correction: Lines of text in the digital image make an angle with the horizontal direction is called skew angle. When document is put on the scanner, by human or machine error skew is generated. Techniques for skew detection and correction are Radon Transform, Hough Transform, Moments, nearest neighbor, Fast Fourier Transform, Projection profile analysis, Scan line method, Base point method [4-5]. Radon Transform is used for finding skew angle. Here radon transform calculate on image with 0 to 179 degree of rotation angle around the center of image [6]. The radon based skew estimation method is ideal for document images containing pictures. It can be applied to document images containing text as well. 4. Segmentation: An image which is passed from the preprocessing phase is ready for the segmentation process. Commonly used segmentation algorithms are connected component labeling, Projection profile, Run-length smearing, Hough transforms [7]. Segmentation contains three steps: Line Segmentation Word Segmentation Character Segmentation A. Line segmentation: Projection and Hough-based methods are suitable for clearly separated lines [7]. 461

4 Projection-based methods can cope with few overlapping or touching components. Projection-profiles are commonly used for printed document segmentation. The global horizontal projection is used to compute the sum of pixels in each row and construct corresponding histogram Find the rows which are not contain white pixel using histogram. Based on the peak/valley points of the histogram, individual lines are separated. As shown in Fig-2, each binarized line is separated. Figure 2. Example of Line Segmentation B. Word segmentation: For separate words from segmented line, line is scanned vertically. Number of black pixels in each column is calculated to construct column histogram. Vertical histogram is used for word segmentation [8]. Using the vertical Histogram, find the points from which the word starts and ends. Fig-3 shows the words segmented from Fig-2. Figure 3. Example of Word Segmentation C. Character segmentation: For segmenting characters, vertical histogram of segmented word is created. Using the histogram, find the points from which the character starts and ends [8]. In a word, spaces between characters are the separators between the characters. ગ, ણ, શ, લ are the major cause for over segmentation resulting into inaccuracy. It is thus necessary to combine the over segmented characters at letter stage to form a single character for recognition as shown in Fig-4. Figure 4. Example of over segmented character 462 C. Feature Extraction In feature extraction stage for every segmented character; feature vector is calculated. Feature vector is a least amount of elements which helps to increase identity rate of character. It also uniquely defines the character. There are mainly three types of feature extraction methods [9]: 1. Statistical 2. Structural 3. Global transformations and moments The major statistical features used for character representation are zoning, projection and profile, crossings and distances. The goal of zoning is to obtain the local characteristics instead of global characteristics. Projection histograms count the number of pixels in each column and row of a character image. The profiles describe well the external shapes of characters and allow distinguishing between a great numbers of letters. Crossings count the number of transitions from background to foreground pixels along vertical and horizontal lines through the character image and Distances calculate the distances of the first image pixel detected from the upper and lower boundaries, of the image, along vertical lines and from the left and right boundaries along horizontal lines [9]. Structural features are based on topological and geometrical properties of the character, such as aspect ratio, cross points, loops, branch points, strokes and their directions, inflection between two points, horizontal curves at top or bottom, etc [9]. Feature descriptors built from moment functions capture global features, and as such they are well suited for shape and character recognition. Central, Zernike moments that make the process of recognizing an object scale, translation, and rotation invariant. The original image can be completely reconstructed from the moment coefficients [9]. D. Classification and Recognition The classification stage is the decision making part of a recognition system and it uses the

5 features extracted in the previous stage. It is this part of the OCR which finally recognizes individual characters and outputs them in machine editable form. A number of approaches are possible for the design of classifier; and the choice often depends on which classifier is available. A number of classification methods were purposed by different researchers some of these are statistical methods, syntactic methods, template matching, artificial neural networks. In reported work [10], classifiers selected are the k Nearest Neighbor and the Euclidean Minimum Distance Classifier using Regular moments in 8 dimensions and Invariant moments in 6 dimensions and in the 600- dimensional binary space. A recognition rate of 67% is achieved. General Regression Neural Network was used in reported work [11] for the first time as being used by the classifier. The use of GRNN as a classifier for OCR is very good since it saves a lot of time for training. In reported work [12], they used a two-layer feedforward network, with sigmoid hidden and output neurons, that can classify vectors arbitrarily well. Average recognition rate of about % is obtained. In reported paper [13] they have proposed multilayer feed forward neural network with Back propagation learning for the handwritten Gujarati digit recognition for various image sizes. E. Post-processing Post processing for character recognition corrects errors that occurred in the character recognition unit. The outputs of the character recognition unit have several character candidates. Post processing determines the best combination of characters from those character candidates. So in post processing there are mainly two functions: Grouping: The process which performing association of symbols into strings is commonly known to as grouping. The grouping of the symbols into strings is based on the symbols location in the document. Error identification and correction: After groping of Characters we have to identify errors and correct them. One of the approaches is the use of dictionaries, which has proven to be the most efficient method for error identification and correction. Given a word, in which an error may be present, the word is looked up in the dictionary. If the word is not present in the dictionary, an error has been initialized, and may be corrected by changing the word into the most similar word. ACKNOWLEDGMENT I would like to thank my guide Prof. Ashwin Makwana who have guided and supported me throughout the survey work. I owe my deepest gratitude to Prof. Amit Ganatra(HOD), for his guidance, encouragement. I am grateful thank my institute, Chandubhai S. Patel Institute of Technology, for giving me this opportunity to work in the great environment. I would also like to thank my parents, my friends and well wishers who helped me to come out of woods whenever any difficulty was encountered. It was only due to their support, motivation and encouragement that I could steer through the project on an honest course to the splendor of success. REFERENCES [1] Pavlos Stathi, Ergina Kavallieratou, Nikos Papamarkos, An Evaluation Technique for Binarization Algorithms, Journal of Universal Computer Science, vol. 14, no. 18 (2008), [2] Venu Govindaraju,Srirangaraj Setlur, Guide to OCR for Indic Scripts, book published by springer, (pg no:73-96) [3] Yasser Alginahi, Preprocessing Techniques in Character Recognition [4] Deepak Kumar, Dalwinder Singh, A Review of Scanned Document Skew Detection 463

6 and Correction Techniques, IJCST Vol. 3, Issue 2, April - June 2012 [5] Naazia Makkar,Sukhjit Singh, A Brief tour to various Skew Detection and Correction Techniques, International Journal for Science and Emerging Technologies with Latest Trends 4(1): (2012) [6] Mandar Chaudhary, Gitam Shikkenawis, Suman K. Mitra, Mukesh Goswami, Similar looking Gujarati printed character recognition using Locality Preserving Projection and Artificial Neural Networks, Third International Conference on Emerging Applications of Information Technology (EAIT),2012 [7] K.V.Kale, S.V.Chavan, M.M.Kazi, Y.S.Rode, Handwritten Devanagari Compound Character Recognition using Legendre Moment an Artificial Neural Network Approach, International Symposium on Computational and Business Intelligence,2013 [8] Vijay Kumar, Pankaj K. Sengar, Segmentation of Printed Text in Devanagari Script and Gurmukhi Script, International Journal of Computer Applications ( ) Volume 3 No.8, June 2010 [9] Laurence Likforman-Sulem, Abderrazak Zahour, Bruno Taconet, Text Line Segmentation of Historical Documents: a Survey, International Journal on Document Analysis and Recognition, Springer, 2006 [10] Sameer Antani and Lalitha Agnihotri, Gujarati Character Recognition,Document Analysis and Recognition, ICDAR '99. Proceedings of the Fifth International Conference on [11] Jignesh Dholakia, S. Rama Mohan And Atul Negi, Zone Identification in the Printed Gujarati Text, Document Analysis and Recognition, pp Vol. 1 [12] Jignesh Dholakia, Archit Yajnik and Atul Negi, Wavelet Feature Based Confusion Character Sets for Gujarati Script, International Conference on Computational Intelligence and Multimedia Applications,2007 [13] Mrs. Chhaya Patel, Mr. Apurva Desai, Segmentation of Text Lines into Words for Gujarati Handwritten Text, Second International Conference on Emerging Trends in Engineering and Technology,

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

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

It is an entirely new way of typing and hence please go through the instructions to experience the best usability.

It is an entirely new way of typing and hence please go through the instructions to experience the best usability. Panini Keypad allows you to write in all languages of India on the phone, fast and easily without the need of printed characters on the keypad. It is based on a patented invention of statistical predictive

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

A Study to Recognize Printed Gujarati Characters Using Tesseract OCR

A Study to Recognize Printed Gujarati Characters Using Tesseract OCR A Study to Recognize Printed Gujarati Characters Using Tesseract OCR Milind Kumar Audichya 1, Jatinderkumar R. Saini 2 1, 2 Computer Science, Gujarat Technological University Abstract: Optical Character

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

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

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

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

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

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

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

Darshan Institute of Engineering & Technology for Diploma Studies Unit 6

Darshan Institute of Engineering & Technology for Diploma Studies Unit 6 1 File Management શ છ? Real life મ, આપણ data ન parmenetly store કરવ મ ગ એ છ એ અન ત થ ત data ન retrive અન reuse કર શક એ છ એ. File એ bytes ન સમ હ છ જ secondary storage મ stored હ ય છ જ મ ક hard disk, pen

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

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

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

Character Segmentation for Telugu Image Document using Multiple Histogram Projections

Character Segmentation for Telugu Image Document using Multiple Histogram Projections Global Journal of Computer Science and Technology Graphics & Vision Volume 13 Issue 5 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc.

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

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering Semester VI Examination Dec

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering Semester VI Examination Dec Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIERSITY Diploma Engineering Semester I Examination Dec. - 2011 Subject code: 3602 Date: /12/2011 Subject Name: Database Programming with B.Net Time: 02.30 pm

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

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

વષ ૨૦૧૮ દર ય ન સ ધ થન ર હ ર ત ન ક ય મ

વષ ૨૦૧૮ દર ય ન સ ધ થન ર હ ર ત ન ક ય મ જર ત હ ર સ વ આય ગ વષ ૨૦૧૮ દર ય ન સ ધ થન ર હ ર ત ન ક ય મ જર ત હ ર સ વ આય ગ ર વ વધ જ ય ઓ મ ટ સ ધ ભરત / પધ મક પર ર ભરત મ ટ વષ ૨૦૧૮ દર મય ન સ ધ કરવ ન હ ર ત અ વય ચત ક ય મ ન ચ જબ છ. વ મ હત મ ટ ઉમ દવ ર ન આય ગન

More information

Quarterly Programmatic Report (November, 2013 to February, 2014)

Quarterly Programmatic Report (November, 2013 to February, 2014) Quarterly Programmatic Report (November, 2013 to February, 2014) Contents Summary... 4 NVDA... 4 ESpeak... 4 Other Languages... 6 Beta testing... 6 2 Highlights During this quarter (November to February),

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

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

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

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

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

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

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

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

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

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA ENGINEERING SEMESTER 2(C2D) EXAMINATION SUMMER

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA ENGINEERING SEMESTER 2(C2D) EXAMINATION SUMMER Seat No.: Enrolment No. GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA ENGINEERING SEMESTER 2(C2D) EXAMINATION SUMMER - 2018 Subject Code: C320702 Date: 21-May-2018 Subject Name: ADVANCED COMPUTER PROGRAMMING

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 POSSIBLE USE OF OCR FOR RECOGNITION OF KORKU LANGUAGE TEXT ARVIND ARJUNRAO TAYADE,

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

DATABASE DEVELOPMENT OF HISTORICAL DOCUMENTS: SKEW DETECTION AND CORRECTION

DATABASE DEVELOPMENT OF HISTORICAL DOCUMENTS: SKEW DETECTION AND CORRECTION DATABASE DEVELOPMENT OF HISTORICAL DOCUMENTS: SKEW DETECTION AND CORRECTION S P Sachin 1, Banumathi K L 2, Vanitha R 3 1 UG, Student of Department of ECE, BIET, Davangere, (India) 2,3 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

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

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

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

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

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

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

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

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

Segmentation and Recognition of Gujarati Printed Numerals from Image

Segmentation and Recognition of Gujarati Printed Numerals from Image Segmentation and Recognition of Gujarati Printed Numerals from Image Jagin M. Patel M. K. Institute of Computer Studies, Bharuch, Gujarat, India. Apurva A. Desai Dept. of Computer Science, Veer Narmad

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

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

STYLE AND CONVENTIONS GUIDE FOR COMPUTER TRANSLATIONS INTO GUJARATI

STYLE AND CONVENTIONS GUIDE FOR COMPUTER TRANSLATIONS INTO GUJARATI STYLE AND CONVENTIONS GUIDE FOR COMPUTER TRANSLATIONS INTO GUJARATI S W E TA K O T H A R I Publisher: FUEL Project India Tel: Web Site: https://fedorahosted.org/fuel Mailing List: fuel-discuss@lists.fedorahosted.org

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

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

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

Line and Word Segmentation Approach for Printed Documents

Line and Word Segmentation Approach for Printed Documents Line and Word Segmentation Approach for Printed Documents Nallapareddy Priyanka Computer Vision and Pattern Recognition Unit Indian Statistical Institute, 203 B.T. Road, Kolkata-700108, India Srikanta

More information

HANDWRITTEN SIGNATURE VERIFICATION USING NEURAL NETWORK & ECLUDEAN APPROACH

HANDWRITTEN SIGNATURE VERIFICATION USING NEURAL NETWORK & ECLUDEAN APPROACH http:// HANDWRITTEN SIGNATURE VERIFICATION USING NEURAL NETWORK & ECLUDEAN APPROACH Shalu Saraswat 1, Prof. Sitesh Kumar Sinha 2, Prof. Mukesh Kumar 3 1,2,3 Department of Computer Science, AISECT University

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

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 3, March-2018 IMPLEMENTING ON OPTICAL CHARACTER

More information

Sinhala Handwriting Recognition Mechanism Using Zone Based Feature Extraction

Sinhala Handwriting Recognition Mechanism Using Zone Based Feature Extraction Sinhala Handwriting Recognition Mechanism Using Zone Based Feature Extraction 10 K.A.K.N.D. Dharmapala 1, W.P.M.V. Wijesooriya 2, C.P. Chandrasekara 3, U.K.A.U. Rathnapriya 4, L. Ranathunga 5 Department

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

Skew Angle Detection of Bangla Script using Radon Transform

Skew Angle Detection of Bangla Script using Radon Transform Skew Angle Detection of Bangla Script using Radon Transform S. M. Murtoza Habib, Nawsher Ahamed Noor and Mumit Khan Center for Research on Bangla Language Processing, BRAC University, Dhaka, Bangladesh.

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

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 3.632 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 (Special Issue for ITECE 2016) Analysis and Implementation

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

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

Time Stamp Detection and Recognition in Video Frames

Time Stamp Detection and Recognition in Video Frames Time Stamp Detection and Recognition in Video Frames Nongluk Covavisaruch and Chetsada Saengpanit Department of Computer Engineering, Chulalongkorn University, Bangkok 10330, Thailand E-mail: nongluk.c@chula.ac.th

More information

a,f[u:5f[8df\ a,f[u S[JL ZLT[ AGFJXF[m

a,f[u:5f[8df\ a,f[u S[JL ZLT[ AGFJXF[m zl DCF,äDL lh(,f lx16 VG[ TF,LD EJG4 VDNFJFN U FdI a,f[u:5f[8df\ a,f[u S[JL ZLT[ AGFJXF[m RF{CF6 EZTS]DFZ V[,P D]bIlX1S4 (HTAT) U]\ Z 5 FYlDS XF/F4 TFPW\W]SF4 lhpvdnfjfn DFU"NX"SzL o G}TGA[G ZFJ, 5 FRFI"zL4

More information

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering - SEMESTER VI EXAMINATION SUMMER 2013

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering - SEMESTER VI EXAMINATION SUMMER 2013 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Engineering - SEMESTER VI EXMINTION SUMMER 2013 Subject Code: 361901 Date: 09/05/2013 Subject Name: Computer ided Design and Computer ided

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

Word-wise Hand-written Script Separation for Indian Postal automation

Word-wise Hand-written Script Separation for Indian Postal automation Word-wise Hand-written Script Separation for Indian Postal automation K. Roy U. Pal Dept. of Comp. Sc. & Engg. West Bengal University of Technology, Sector 1, Saltlake City, Kolkata-64, India Abstract

More information

SKEW DETECTION AND CORRECTION

SKEW DETECTION AND CORRECTION CHAPTER 3 SKEW DETECTION AND CORRECTION When the documents are scanned through high speed scanners, some amount of tilt is unavoidable either due to manual feed or auto feed. The tilt angle induced during

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

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Semester V th Examination December

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Semester V th Examination December Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Semester V th Examination December - 2010 Date: 28 /12 /2010 Subject code: 3503 Subject Name: Java Programming Instructions: 1. ttempt all

More information

Multi-Oriented Gujarati Characters Recognition: A Review

Multi-Oriented Gujarati Characters Recognition: A Review Multi-Oriented Gujarati Characters Recognition: A Review Nikisha B. Jariwala Asst. Professor Smt. Tanuben & Dr. Manubhai Trivedi College of Information Science, Surat, Gujarat, India nikisha_jariwala@yahoo.co.in

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

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

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

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries 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

DATA EMBEDDING IN TEXT FOR A COPIER SYSTEM

DATA EMBEDDING IN TEXT FOR A COPIER SYSTEM DATA EMBEDDING IN TEXT FOR A COPIER SYSTEM Anoop K. Bhattacharjya and Hakan Ancin Epson Palo Alto Laboratory 3145 Porter Drive, Suite 104 Palo Alto, CA 94304 e-mail: {anoop, ancin}@erd.epson.com Abstract

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

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

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

Cloud Based Mobile Business Card Reader in Tamil

Cloud Based Mobile Business Card Reader in Tamil Cloud Based Mobile Business Card Reader in Tamil Tamizhselvi. S.P, Vijayalakshmi Muthuswamy, S. Abirami Department of Information Science and Technology, CEG Campue, Anna University tamizh8306@gmail.com,

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

Mixture of Printed and Handwritten Kannada Numeral Recognition Using Normalized Chain Code and Wavelet Transform

Mixture of Printed and Handwritten Kannada Numeral Recognition Using Normalized Chain Code and Wavelet Transform Mixture Printed and Handwritten Numeral Recognition Using Normalized Chain Code and Wavelet Transform Shashikala Parameshwarappa 1, B.V.Dhandra 2 1 Department Computer Science and Engineering College,

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

Optical Character Recognition

Optical Character Recognition Optical Character Recognition Jagruti Chandarana 1, Mayank Kapadia 2 1 Department of Electronics and Communication Engineering, UKA TARSADIA University 2 Assistant Professor, Department of Electronics

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

Enhancing the Character Segmentation Accuracy of Bangla OCR using BPNN

Enhancing the Character Segmentation Accuracy of Bangla OCR using BPNN Enhancing the Character Segmentation Accuracy of Bangla OCR using BPNN Shamim Ahmed 1, Mohammod Abul Kashem 2 1 M.S. Student, Department of Computer Science and Engineering, Dhaka University of Engineering

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

Automatic Detection of Change in Address Blocks for Reply Forms Processing

Automatic Detection of Change in Address Blocks for Reply Forms Processing Automatic Detection of Change in Address Blocks for Reply Forms Processing K R Karthick, S Marshall and A J Gray Abstract In this paper, an automatic method to detect the presence of on-line erasures/scribbles/corrections/over-writing

More information

Classification of Printed Chinese Characters by Using Neural Network

Classification of Printed Chinese Characters by Using Neural Network Classification of Printed Chinese Characters by Using Neural Network ATTAULLAH KHAWAJA Ph.D. Student, Department of Electronics engineering, Beijing Institute of Technology, 100081 Beijing, P.R.CHINA ABDUL

More information

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015 Offline Handwritten Signature Verification using Neural Network Pallavi V. Hatkar Department of Electronics Engineering, TKIET Warana, India Prof.B.T.Salokhe Department of Electronics Engineering, TKIET

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

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

K S Prasanna Kumar et al,int.j.computer Techology & Applications,Vol 3 (1),

K S Prasanna Kumar et al,int.j.computer Techology & Applications,Vol 3 (1), Optical Character Recognition (OCR) for Kannada numerals using Left Bottom 1/4 th segment minimum features extraction K.S. Prasanna Kumar Research Scholar, JJT University, Jhunjhunu, Rajasthan, India prasannakumarks@acharya.ac.in

More information

Online Feature Extraction Technique for Optical Character Recognition System

Online Feature Extraction Technique for Optical Character Recognition System Online Feature Extraction Technique for Optical Character Recognition System Khairun Saddami 1,2, Khairul Munadi 1,2,3 and Fitri Arnia 1,2,3,* 1 Doctoral Program of Engineering, Faculty of Engineering,

More information