A Review on Optical Character Recognition System

Size: px
Start display at page:

Download "A Review on Optical Character Recognition System"

Transcription

1 A Review on Optical Character Recognition System Alka Kumari Nirupama Tiwari Abstract Optical Character Recognition (OCR) is a process that converts textual images into editable text documents. Nowadays, these systems are widely used in dematerialization applications such as mail sorting, invoice management, etc. In this context, the objective of this thesis is to propose an OCR system which ensures a better compromise between the recognition rate and the processing speed which makes it possible to make documents dematerialization reliable and real-time. To ensure recognition, the text is first extracted from the background. Then it is segmented into disjoint characters which will be described later based on their structural characteristics. Finally, the characters are recognized following the mapping of their descriptors to those of a predefined database. Despite the efforts and intensive work done in the field of optical recognition of writing, no OCR system is considered 100% reliable. The objective of this paper is to present a theoretical review on optical character recognition. Keywords GIF, JPF, JPG, LBP, OCR, PDF, TIF. I. INTRODUCTION The dematerialization of documents is a key process and widely used in the corporate world. It is defined as a form of exchange or preservation of information without physical support such as a paper mail, a check, a paper document from a book, a newspaper, or a magazine, etc. [1]. Optical Character Recognition (OCR) technology is a fundamental pillar for the dematerialization of documents. Once the document is scanned by a scanner, the text is extracted from the background and then segmented into disjoint characters. Subsequently, these characters are described and finally recognized. In heterogeneous documents, characters can be included in text regions with a seamless background, or in graphics, photographs, figures, tables, and so on [2]. A unique approach to extract the text regardless of the area of the document, homogeneous or complex, has problems. Thus, each type of zone has different characteristics which are similar to very specific image processing algorithms. These algorithms themselves have difficulties to isolate the text properly because of its complexity or the poor quality of the document (noise, brightness variation) [3]. Once the text is extracted, it is segmented into disjoint characters. Then, the similarities of each letter to a set of letters in a database are calculated. Recognition is done by selecting the smallest of similarities. This similarity requires an effective description of the characters not influenced by possible deformations such as the variation of scales, fonts, etc. [4]. OCR is a technology that converts different types of documents such as scanned paper documents, PDF files or digital photos into editable and actionable formats. Methodologically, the OCR proposes different approaches according to the mode of writing: manuscript or printed [5]. Two distinct domains are considered, this is the static recognition, still called "off-line", which works on a digital ink snapshot (on an image) and on-line dynamic recognition where the symbols are recognized as they are written by hand. OCR technology has been applied in recent years across the spectrum of industries revolutionizing the document management process [6]. OCR systems have enabled digitized documents to become fully searchable documents with text content that is recognized by computers. However, after more than two decades of research on the digitization of documents, these systems may still leave some imperfections to achieve a reissue of the document that it may be due to the various problems including the quality of the document and printing, discrimination of form, type of acquisition, variations in size, number of writers, size of vocabulary, etc. In the rest of the article, we define in section 2, the architecture of an OCR system and we present the approaches developed for each module of the system. Section 3 describes the approach taken to character recognition. Finally we finish in section 4 with a conclusion and perspectives.

2 II. OCR SYSTEM The goal of an OCR system is to recognize the text and then convert it into an editable form. Optical Character Recognition involves translating text in the image into modifiable character codes such as ASCII. The OCR systems offered by the different researchers are composed of a set of modules. The architecture of the system varies from one system to another as needed. The following system can be a generalization of all the proposed systems. Acquisition Pre-processing Segmentation Feature Extraction Classification Decision Figure 1: The steps of character recognition The image has entered the system and has undergone a set of pre-processing. It is segmented first into lines and characters. Then, a body and diacritic extraction of a character is performed. This step will have as output the diacritic and the body as well as the position of the diacritic with respect to the body for the case of the character with diacritics and will return the image of entry in the case of a character without diacritics. The recognition step consists of recognizing the extracted elements. The postprocessing is composed of two stages: first a combination between the diacritic and the body recognized to form the final character based on the position of the diacritic and the verification step by the user [7]. A. Acquisition In the acquisition phase, we use an optical scanner to scan the pages of the document and put them in the form of an image in the format jpg, gif or tif (types supported by the system). B. Pre-processing In the pre-processing phase, we choose to apply four different processings on the image to improve its quality. These four processings are: Binarization: transforms the input image into a binary image. In this step we perform a thresholding by OTSU method [8], by the average of the histogram and by the value of 127 which represents the mid-value of the gray levels, then a binarization with respect to the resulting threshold. Management: This is a technique used to frame the character in an image to eliminate the empty part of the image. Thus, we have proposed an algorithm for the frame which consists in traversing the image and eliminating its empty part to return an image containing only the character [9]. Standardization: This technique aims to standardize the size of the image. The segmentation phase gives as output images of different size from where the interest of making a normalization allowing to have a fixed size for all the images. The size chosen for our system is pixels. On the other hand, we have developed a method that normalizes the character size from the framed image by adding white pixels to have images of the same size without affecting the shape of the character [10]. Correction of Inclination: It is a technique which aims to correct the inclination of writing. This problem usually occurs in the acquisition phase. C. Segmentation The segmentation phase, consists firstly of separating the lines and then extracting the characters. This framework uses a vertical histogram to segment the text image into lines, then a horizontal histogram to extract the words and characters. D. Feature Extraction The feature extraction phase is a very important step in the OCR system. In our system, we have chosen local characteristics of the numeric / statistical type. These characteristics are the moment of Hu [11], the transformation of walsh [12] and the histogram of LBP (Local Binary Patterns) [13]. E. Classification The approach corresponds to the extracted characteristics which are of the numerical / statistical type. Classification in an OCR system brings together two tasks: learning and recognition and decision. At this stage the characteristics of the previous step are used

3 to identify a text segment and assign it to a reference model. F. Post-Processing The first step in the post-processing phase is to form the character by combining the body and the diacritic and then compose the word. The second step in our system is manual. The user is responsible for confirming the result obtained. III. LITERATURE REVIEW Gauri Katiyar et al. presented a handwritten character recognition framework on the basis of assessment of neural network by conjoining various feature extraction methods (Mean and Gradient Operations, Box Approach and Diagonal Distance Approach). The CEDAR (Centre of Excellence for Document Analysis And Recognition) dataset was taken for proposed framework [14] Gaur et al. presented a three phase approach for recognition of characters. Pre-processing is performed in the initial phase which contains image binarization and characters separations. The second phase is feature extraction which is accomplished by k-means clustering and the feature vector is generated. Third and final phase is classification which is performed by support vector machine (SVM) [15]. These days character recognition has picked up a considerable measure of consideration in the arena of pattern recognition because of its usage in different aspects. Handwritten Character Recognition (HCR) and Optical Character Recognition (OCR) has particular space to relate. OCR framework is most reasonable for the uses like multi decision investigations, published mailing address determination and so on. While utilization of HCR is more extensive contrasted with OCR. HCR is helpful in a wide range of form processing frameworks and a great deal more. In future, character recognition framework may assist as a key component to make a paperless domain by digitizing and handling current paper forms. Sameeksha Barve gave a neural network based approach to deal with recognition of optical or visual characters. OCR (Optical Character Recognition) System or to enhance the accuracy of a current one. The utilization of artificial neural network rearranges advancement of an optical character recognition application, while accomplishing most elevated accuracy of recognition and great performance [16]. Sameeksha Barve exhibited an Optical character recognition framework in view of Artificial Neural Networks (ANNs). Training of neural network is accomplished by back propagation algorithm [17]. Handwritten character recognition is dependably an outskirts region of research in the field of pattern recognition and there is an expansive interest for Optical Character Recognition on hand written archives. Shabana et al. give an exhaustive survey of existing works in handwritten character recognition in light of soft computing strategy during the previous decade [18]. Patel et al. suggested a technique for the recognition of handwritten characters. The multiresolution approach is accomplished using DWT and Euclidean distance formula. This approach was found to be faster in the form of 26 patterns of characters. DWT features of handwritten characters are extracted with multiresolution approach, thereafter a mean vector is derived for every pattern class. Euclidean distance is measured between input vector and the mean vectors. The membership function for input vector is accomplished by the minimum distance. This technique gives great recognition precision of 90% [19]. R. K. Mandal et al. proposed another strategy to enhance the execution of the beforehand connected strategies. The input image matrix is compacted into a lower dimension matrix with a specific end goal to lessen non-significant features of the image matrix. The compressed matrix is segmented column-wise. Every segment of a specific image matrix is mapped to indistinguishable patterns for perceiving a specific character. The larger part of a known pattern chooses the presence of a specific character [20]. Pramod J Simha et al. exhibited the abilities of Artificial Neural Network usage in recognition of extended sets of optical language images. This paper portrays a propelled arrangement of classification utilizing probabilistic neural systems. Training of the classifier begins with the utilization of mutilation displayed characters from text styles. Factual measures are taken up against an arrangement of features figured from the twisted character [21]. Mitrakshi B. Patil et al. presented an offline recognition technique for characters using ANN systems. This approach is divided into two phases; the primary phase is the separation of characters into the line, word and characters while the secondary phase utilized the feed-forward neural network algorithm for recognition of chatacters [22]. Tirtharaj Dash et al. built up an Offline Hand Written English Character Recognition in light of Artificial Neural Network (ANN). The ANN executed in this work has single yield neuron which indicates whether the test character has a place with

4 a specific cluster or not. The execution is done totally in "C" language. Ten arrangements of English letter sets (little 26, capital-26) were utilized to prepare the ANN and 5 sets of English letter sets were utilized to test the system. The characters were gathered from several persons over a span of nearby 25 days. The approach was tested with the sets of having 5 small letters and 5 capital letters [23]. Amarjot Singh et al. depicted an overview of uses of OCR in various fields and further exhibits the experimentation for three essential applications, for example, Captcha, Institutional Repository and Optical Music Character Recognition. This paper makes utilization of an improved image segmentation approach in light of histogram equalization utilizing genetic algorithms for optical character recognition [24]. J. Pradeep et al. depicted an offline handwritten alphabetical character recognition framework utilizing multilayer feed forward neural network system. A strategy, called, diagonal based feature extraction is presented for separating the features of the manually written letter sets. Fifty information sets, each containing 26 letters in order composed by different individuals, are utilized for preparing the neural system and 570 diverse handwritten in order characters are utilized for testing [25]. IV. CONCLUSION This paper described OCR system and its modules including the steps of acquisition, pre-processing, segmentation, feature extraction, classification and post-processing as well as the approaches developed for each module. This procedure is done generally in the post-offices to automatically read the addresses and names and on wrappers and by the banks to peruse acknowledge the amount and number of checks. Likewise, different organizations and persons can utilize this technique to rapidly make an interpretation of paper reports to computer written documents. REFERENCE [1] Duda, R.O., Hart, P.E. and Stork, D.G., Pattern classification. John Wiley & Sons. [2] Jayadevan, R., Kolhe, S.R., Patil, P.M. and Pal, U., Offline recognition of Devanagari script: A survey. IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews), 41(6), pp [3] Levin, E. and Pieraccini, R., Planar hidden Markov modeling: From speech to optical character recognition. In Advances in Neural Information Processing Systems (pp ). [4] Lecolinet, E. and Baret, O., Cursive word recognition: Methods and strategies. In Fundamentals in Handwriting Recognition (pp ). Springer, Berlin, Heidelberg. [5] Al-Badr, B. and Mahmoud, S.A., Survey and bibliography of Arabic optical text recognition. Signal processing, 41(1), pp [6] Lallican, P.M., Viard-Gaudin, C. and Knerr, S., 2000, September. From off-line to on-line handwriting recognition. In Proceedings of the seventh international workshop on frontiers in handwriting recognition (pp ). [7] Trenkle, J., Schlosser, S. and Gillies, A., An offline Arabic recognition system for machine-printed documents. Ann Arbor, 1001, pp [8] Shanthi, N., and K. Duraiswamy. "A novel SVM-based handwritten Tamil character recognition system." Pattern Analysis and Applications 13, no. 2 (2010): [9] Sawant, S. and Baji, S., Handwritten character and word recognition using their geometrical features through neural networks. International Journal of Application or Innovation in Engineering & Management (IJAIEM), 5. [10] Casey, R.G. and Lecolinet, E., 1995, August. Strategies in character segmentation: A survey. In Document Analysis and Recognition, Proceedings of the Third International Conference on (Vol. 2, pp ). IEEE. [11] El Ayachi, Rachid, Mohamed Fakir, and Belaid Bouikhalene. "Recognition of Tifinaghe Characters Using Dynamic Programming & Neural Network." In Recent Advances in Document Recognition and Understanding. InTech, [12] El-Konyaly, El-Sayed H., Sabry Fouad Saraya, and Wael Wageeh Abd Almageed Al-Khazragy. "Point feature matching adopting Walsh transform." In Intelligent Robots and Computer Vision XVI: Algorithms, Techniques, Active Vision, and Materials Handling, vol. 3208, pp International Society for Optics and Photonics, [13] Pietikäinen, Matti, Abdenour Hadid, Guoying Zhao, and Timo Ahonen. "Local binary patterns for still images." In Computer vision using local binary patterns, pp Springer, London, [14] Gauri Katiyar, Shabana Mehfuz, MLPNN Based Handwritten Character Recognition Using Combined Feature Extraction, IEEE, International Conference on Computing, Communication and Automation (ICCCA2015), pp , July [15] Gaur, A. and Yadav, S., 2015, January. Handwritten Hindi character recognition using k-means clustering and SVM. In Emerging Trends and Technologies in Libraries and Information Services (ETTLIS), th International Symposium on (pp ). IEEE. [16] Sameeksha Barve, Artificial Neural Network Based On Optical Character Recognition, International Journal of Engineering Research & Technology (IJERT), ISSN: , Vol. 1, Issue 4, June [17] Sameeksha Barve, Optical Character Recognition Using Artificial Neural Network, International Journal of Advanced Technology & Engineering Research (IJATER), ISSN NO: Volume 2, Issue 2, May [18] Shabana Mehfuz, Gauri katiyar, Intelligent Systems for Off-Line Handwritten Character Recognition: A Review, International Journal of Emerging Technology and Advanced Engineering, ISSN , Volume 2, Issue 4, April [19] Dileep Kumar Patel, Tanmoy Som, Sushil Kumar Yadav, Manoj Kumar Singh, Handwritten Character Recognition Using Multiresolution Technique and

5 Euclidean Distance Metric, Journal of Signal and Information Processing, PP , [20] Rakesh Kumar Mandal, N. R. Manna, Hand Written English Character Recognition using Column-wise Segmentation of Image Matrix (CSIM), WSEAS Transactions On Computers, E-ISSN: , Issue 5, Volume 11, May [21] Pramod J Simha & Suraj K. V., Unicode Optical Character Recognition and Translation Using Artificial Neural Network, International Conference on Software Technology and Computer Engineering (STACE-2012), ISBN : , 22nd July [22] Mitrakshi B. Patil, Vaibhav Narawade, Recognition of Handwritten Devnagari Characters through Segmentation and Artificial neural networks, International Journal of Engineering Research & Technology (IJERT), ISSN: , Vol. 1 Issue 6, August, [23] Tirtharaj Dash, Tanistha Nayak, English Character Recognition using Artificial Neural Network, Proceedings of National Conference on AIRES, Andhra University, [24] Amarjot Singh, Ketan Bacchuwar, and Akshay Bhasin, A Survey of OCR Applications, International Journal of Machine Learning and Computing, Vol. 2, No. 3, June [25] J. Pradeep, E. Srinivasan, S. Himavathi, Diagonal Based Feature Extraction For Handwritten Alphabets Recognition System Using Neural Network, International Journal of Computer Science & Information Technology (IJCSIT), Vol 3, No 1, Feb 2011.

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

Handwritten Character Recognition with Feedback Neural Network

Handwritten Character Recognition with Feedback Neural Network Apash Roy et al / International Journal of Computer Science & Engineering Technology (IJCSET) Handwritten Character Recognition with Feedback Neural Network Apash Roy* 1, N R Manna* *Department of Computer

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

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

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

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

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

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

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

ADVANCES in NATURAL and APPLIED SCIENCES

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

More information

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

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

CHAPTER 1 INTRODUCTION

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

More information

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

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

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

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

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

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

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

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

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

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

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

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

Neural Network Classifier for Isolated Character Recognition

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

More information

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

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

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

Spotting Words in Latin, Devanagari and Arabic Scripts

Spotting Words in Latin, Devanagari and Arabic Scripts Spotting Words in Latin, Devanagari and Arabic Scripts Sargur N. Srihari, Harish Srinivasan, Chen Huang and Shravya Shetty {srihari,hs32,chuang5,sshetty}@cedar.buffalo.edu Center of Excellence for Document

More information

Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate

Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate Surekha.R.Gondkar 1, C.S Mala 2, Alina Susan George 3, Beauty Pandey 4, Megha H.V 5 Associate Professor, Department of Telecommunication

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

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

Text Extraction from Images

Text Extraction from Images International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 9 (2014), pp. 979-985 International Research Publication House http://www.irphouse.com Text Extraction from

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

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

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

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

More information

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

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

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

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

Invarianceness for Character Recognition Using Geo-Discretization Features

Invarianceness for Character Recognition Using Geo-Discretization Features Computer and Information Science; Vol. 9, No. 2; 2016 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Invarianceness for Character Recognition Using Geo-Discretization

More information

ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM

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

More information

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

Handwritten English Alphabet Recognition Using Bigram Cost Chengshu (Eric) Li Fall 2015, CS229, Stanford University

Handwritten English Alphabet Recognition Using Bigram Cost Chengshu (Eric) Li Fall 2015, CS229, Stanford University Handwritten English Alphabet Recognition Using Bigram Cost Chengshu (Eric) Li chengshu@stanford.edu Fall 2015, CS229, Stanford University Abstract: This paper describes a new approach to handwritten English

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

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

Mono-font Cursive Arabic Text Recognition Using Speech Recognition System

Mono-font Cursive Arabic Text Recognition Using Speech Recognition System Mono-font Cursive Arabic Text Recognition Using Speech Recognition System M.S. Khorsheed Computer & Electronics Research Institute, King AbdulAziz City for Science and Technology (KACST) PO Box 6086, Riyadh

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

2009 International Conference on Emerging Technologies

2009 International Conference on Emerging Technologies 2009 International Conference on Emerging Technologies A Self Organizing Map Based Urdu Nasakh Character Recognition Syed Afaq Hussain *, Safdar Zaman ** and Muhammad Ayub ** afaq.husain@mail.au.edu.pk,

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

2. Basic Task of Pattern Classification

2. Basic Task of Pattern Classification 2. Basic Task of Pattern Classification Definition of the Task Informal Definition: Telling things apart 3 Definition: http://www.webopedia.com/term/p/pattern_recognition.html pattern recognition Last

More information

International Journal of Advance Engineering and Research Development OPTICAL CHARACTER RECOGNITION USING ARTIFICIAL NEURAL NETWORK

International Journal of Advance Engineering and Research Development OPTICAL CHARACTER RECOGNITION USING ARTIFICIAL NEURAL NETWORK Scientific Journal of Impact Factor(SJIF): 4.14 International Journal of Advance Engineering and Research Development Special Issue for ICPCDECT 2016,Volume 3 Issue 1 e-issn(o): 2348-4470 p-issn(p): 2348-6406

More information

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

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

More information

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

Keywords Document Image Analysis(DIA), electronic format, Text recognition, storage disk, font characteristics.

Keywords Document Image Analysis(DIA), electronic format, Text recognition, storage disk, font characteristics. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Text Recognition

More information

Measuring similarities in contextual maps as a support for handwritten classification using recurrent neural networks. Pilar Gómez-Gil, PhD ISCI 2012

Measuring similarities in contextual maps as a support for handwritten classification using recurrent neural networks. Pilar Gómez-Gil, PhD ISCI 2012 Measuring similarities in contextual maps as a support for handwritten classification using recurrent neural networks Pilar Gómez-Gil, PhD National Institute of Astrophysics, Optics and Electronics (INAOE)

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

Machine Learning: Handwritten Character Recognition

Machine Learning: Handwritten Character Recognition Machine Learning: Handwritten Character Recognition Ayush Bharti, Shivani Srivastava, Jyoti Singh, Swarnima Pandey (Research Scholar, Department of Computer Science & Engineering, Sagar Institute of Technology

More information

IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW: OPTICAL CHARACTER RECOGNITION Swati Tomar *1 & Amit Kishore 2 *1

IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW: OPTICAL CHARACTER RECOGNITION Swati Tomar *1 & Amit Kishore 2 *1 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW: OPTICAL CHARACTER RECOGNITION Swati Tomar *1 & Amit Kishore 2 *1 M. Tech Scholar, Cyber Security, Site, Subharti University

More information

Simplifying Handwritten Characters Recognition Using a Particle Swarm Optimization Approach

Simplifying Handwritten Characters Recognition Using a Particle Swarm Optimization Approach ISSN 2286-4822, www.euacademic.org IMPACT FACTOR: 0.485 (GIF) Simplifying Handwritten Characters Recognition Using a Particle Swarm Optimization Approach MAJIDA ALI ABED College of Computers Sciences and

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

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

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

More information

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

A Statistical approach to line segmentation in handwritten documents

A Statistical approach to line segmentation in handwritten documents A Statistical approach to line segmentation in handwritten documents Manivannan Arivazhagan, Harish Srinivasan and Sargur Srihari Center of Excellence for Document Analysis and Recognition (CEDAR) University

More information

An Improved Zone Based Hybrid Feature Extraction Model for Handwritten Alphabets Recognition Using Euler Number

An Improved Zone Based Hybrid Feature Extraction Model for Handwritten Alphabets Recognition Using Euler Number International Journal of Soft Computing and Engineering (IJSCE) An Improved Zone Based Hybrid Feature Extraction Model for Handwritten Alphabets Recognition Using Euler Number Om Prakash Sharma, M. K.

More information

Multi-Layer Perceptron Network For Handwritting English Character Recoginition

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

More information

PRINTED ARABIC CHARACTERS CLASSIFICATION USING A STATISTICAL APPROACH

PRINTED ARABIC CHARACTERS CLASSIFICATION USING A STATISTICAL APPROACH PRINTED ARABIC CHARACTERS CLASSIFICATION USING A STATISTICAL APPROACH Ihab Zaqout Dept. of Information Technology Faculty of Engineering & Information Technology Al-Azhar University Gaza ABSTRACT In this

More information

One Dim~nsional Representation Of Two Dimensional Information For HMM Based Handwritten Recognition

One Dim~nsional Representation Of Two Dimensional Information For HMM Based Handwritten Recognition One Dim~nsional Representation Of Two Dimensional Information For HMM Based Handwritten Recognition Nafiz Arica Dept. of Computer Engineering, Middle East Technical University, Ankara,Turkey nafiz@ceng.metu.edu.

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

Anale. Seria Informatică. Vol. XVII fasc Annals. Computer Science Series. 17 th Tome 1 st Fasc. 2019

Anale. Seria Informatică. Vol. XVII fasc Annals. Computer Science Series. 17 th Tome 1 st Fasc. 2019 EVALUATION OF AN OPTICAL CHARACTER RECOGNITION MODEL FOR YORUBA TEXT 1 Abimbola Akintola, 2 Tunji Ibiyemi, 3 Amos Bajeh 1,3 Department of Computer Science, University of Ilorin, Nigeria 2 Department of

More information

A Neural Network Based Bank Cheque Recognition system for Malaysian Cheques

A Neural Network Based Bank Cheque Recognition system for Malaysian Cheques A Neural Network Based Bank Cheque Recognition system for Malaysian Cheques Ahmad Ridhwan Wahap 1 Marzuki Khalid 1 Abd. Rahim Ahmad 3 Rubiyah Yusof 1 1 Centre for Artificial Intelligence and Robotics,

More information

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor

[Gaikwad *, 5(11): November 2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES LBP AND PCA BASED ON FACE RECOGNITION SYSTEM Ashok T. Gaikwad Institute of Management Studies and Information Technology, Aurangabad, (M.S), India ABSTRACT

More information

An ICA based Approach for Complex Color Scene Text Binarization

An ICA based Approach for Complex Color Scene Text Binarization An ICA based Approach for Complex Color Scene Text Binarization Siddharth Kherada IIIT-Hyderabad, India siddharth.kherada@research.iiit.ac.in Anoop M. Namboodiri IIIT-Hyderabad, India anoop@iiit.ac.in

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

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

OFF-LINE HANDWRITTEN JAWI CHARACTER SEGMENTATION USING HISTOGRAM NORMALIZATION AND SLIDING WINDOW APPROACH FOR HARDWARE IMPLEMENTATION

OFF-LINE HANDWRITTEN JAWI CHARACTER SEGMENTATION USING HISTOGRAM NORMALIZATION AND SLIDING WINDOW APPROACH FOR HARDWARE IMPLEMENTATION OFF-LINE HANDWRITTEN JAWI CHARACTER SEGMENTATION USING HISTOGRAM NORMALIZATION AND SLIDING WINDOW APPROACH FOR HARDWARE IMPLEMENTATION Zaidi Razak 1, Khansa Zulkiflee 2, orzaily Mohamed or 3, Rosli Salleh

More information

Offline Signature verification and recognition using ART 1

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

More information

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

Handwritten Character Recognition A Review

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

More information

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

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 Multimodal Framework for the Recognition of Ancient Tamil Handwritten Characters in Palm Manuscript Using Boolean Bitmap Pattern of Image Zoning

A Multimodal Framework for the Recognition of Ancient Tamil Handwritten Characters in Palm Manuscript Using Boolean Bitmap Pattern of Image Zoning A Multimodal Framework for the Recognition of Ancient Tamil Handwritten s in Palm Manuscript Using Boolean Bitmap Pattern of Zoning E.K.Vellingiriraj, Asst. Professor and Dr.P.Balasubramanie, Professor

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

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition

Linear Discriminant Analysis in Ottoman Alphabet Character Recognition Linear Discriminant Analysis in Ottoman Alphabet Character Recognition ZEYNEB KURT, H. IREM TURKMEN, M. ELIF KARSLIGIL Department of Computer Engineering, Yildiz Technical University, 34349 Besiktas /

More information

Learning to Recognize Faces in Realistic Conditions

Learning to Recognize Faces in Realistic Conditions 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

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

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

Historical Handwritten Document Image Segmentation Using Background Light Intensity Normalization

Historical Handwritten Document Image Segmentation Using Background Light Intensity Normalization Historical Handwritten Document Image Segmentation Using Background Light Intensity Normalization Zhixin Shi and Venu Govindaraju Center of Excellence for Document Analysis and Recognition (CEDAR), State

More information

HMM-Based Handwritten Amharic Word Recognition with Feature Concatenation

HMM-Based Handwritten Amharic Word Recognition with Feature Concatenation 009 10th International Conference on Document Analysis and Recognition HMM-Based Handwritten Amharic Word Recognition with Feature Concatenation Yaregal Assabie and Josef Bigun School of Information Science,

More information

An Integrated Skew Detection And Correction Using Fast Fourier Transform And DCT

An Integrated Skew Detection And Correction Using Fast Fourier Transform And DCT An Integrated Skew Detection And Correction Using Fast Fourier Transform And DCT Mandip Kaur, Simpel Jindal Abstract: Skew detection and correction is very important task before pre-processing of an image

More information

A Content Based Image Retrieval System Based on Color Features

A Content Based Image Retrieval System Based on Color Features A Content Based Image Retrieval System Based on Features Irena Valova, University of Rousse Angel Kanchev, Department of Computer Systems and Technologies, Rousse, Bulgaria, Irena@ecs.ru.acad.bg Boris

More information

A New Technique for Segmentation of Handwritten Numerical Strings of Bangla Language

A New Technique for Segmentation of Handwritten Numerical Strings of Bangla Language I.J. Information Technology and Computer Science, 2013, 05, 38-43 Published Online April 2013 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijitcs.2013.05.05 A New Technique for Segmentation of Handwritten

More information