SlideShare a Scribd company logo
1 of 2
Download to read offline
International Journal of Advanced Research in Technology, Engineering and Science (A Bimonthly Open 
Access Online Journal) Volume1, Issue2, Sept-Oct, 2014 ISSN: 2349-7173(Online) 
A Survey on Odia Handwritten Character 
Recognition 
Dhabal Prasad Sethi 
_____________________________________________ 
ABSTARCT 
In Image Processing, recognition of handwritten 
document or printed document is the challenging field. 
Optical character recognition is a type of document 
image analysis where scanned copies of machine 
printed or hand written documents are taken as input 
and the OCR software system translate it into an 
editable readable digital text. In this article I surveys 
the different work have done about odia optical 
/handwritten character recognition. 
_____________________________________________ 
Keywords: OCR, Odia OCR, Odia handwritten 
character recognition, Feature Extraction, 
Binarization, Inversion, Skeletonization. 
____________________________________________ 
I.INTRODUCTION 
Optical character recognition is a process which 
converts handwritten or typed text in to an electronics 
format which can be stored, interpreted and processed 
by a computer. Odia hand written document can be 
recognized as two methods. 
1) Matrix matching/Template Matching 
2) Feature extraction 
Template matching is the simplest method for 
classification. In template matching, each individual 
image pixels are used as features. Classification is done 
by comparing an input character image with a set of 
templates (or prototypes) from each character class 
.Each comparison results in a similarity measure 
between the input character and the template. 
In feature extraction methods, unique features of each 
character are taken .The features are taken based on 
vertical, horizational, right diagonals, left diagonal line 
segment of the character. The figure below shows the 
preprocessing of hand written character recognition. 
_____________________________________________ 
First Author Name: Dhabal Prasad Sethi, Lecturer in CSE, 
Govt. College of Engineering, Keonjhar, 
Odisha.,Email:excellent11@yahoo.in 
_____________________________________________ 
(Figure1 shows the OCR system works) 
a)The preprocessing step consist of Binarization, 
Inversion, Skeletonization.The binarization of image 
consist of four types of images .a) gray scale images) 
binary images) indexed images, 4) RGB images. 
The input images are taken is called as RGB images. 
The image having values in the range of [0,255] and [0, 
65535] respectively is called gray scale images. The 
input image which is converted into black and white 
images with a particular thresholding value is called 
binary images. Binary images are a combination of 0s 
and 1s.The brightness which is the average of the values 
of red, green and blue is found for each pixel is then 
compared with a threshold value. The pixels which have 
values less than the threshold value are set to 0 and the 
pixels which values are greater than threshold values are 
set to 1.The threshold value may predetermined or can 
be calculated from the image histogram. 
(Figure2 shows Steps to binarize the image) 
Inversion is the processes by which white pixels are 
converted into dark and dark pixels are converted into 
white. After binarization each image contains black 
pixels with white background. We know white pixels 
have the value1 and black pixel have 0. 
Skeletonization: The image obtained after inversion is 
skeletonised, where the foreground pixels are removed 
All Rights Reserved©2014 IJARTES Visit: www.ijartes.org Page 1
International Journal of Advanced Research in Technology, Engineering and Science (A Bimonthly Open 
Access Online Journal) Volume1, Issue2, Sept-Oct, 2014 ISSN: 2349-7173(Online) 
preserving the extent and connectivity of the original 
region. It is useful because it provides a simple and 
compact representation of the shape of the image 
b) In Feature extraction each character is represented 
as a feature vector, which is the identity of that 
character. The aim of the feature extraction is to extract 
a set of features, which maximizes the recognition rate 
with the least amount of elements. 
c) Classification: To classify the character various 
algorithms and methods can be used. The classification 
is done by various factors of the real world problem 
.Examples of the classifiers are hidden Markova model, 
Support vector machine, Artificial neural networks. 
II. LITERATURE SURVEY 
N Tripathy and U Pal[2]presented a paper named “ 
Handwriting segmentation of unconstrained Oriya text 
“.In this paper they propose a water reservoir concept 
based scheme for segmentation of unconstrained odia 
handwritten text into individual character. From 
experiments they have observed that the proposed 
“touching character” segmentation module has 
96.7%accuracy for two-character touching strings. 
Debananda Padhi[6] presented a paper named “novel 
hybrid approach for odia handwritten character 
recognition system”. His proposed system is based on 
the algorithm of feed forward back propagated neural 
network combined with genetic algorithm to perform the 
optimum feature extraction and recognition. The hand 
written odia characters are classified according to 
similarity of their shapes and features from the data set 
collected of different person’s handwritten notes using 
ANN. He proposed to use five ANN are feed into the 
GA which chooses the fittest and the best solution and 
provided us the recognition alphabets. 
Soumya Mishra, Debasish Nanda and Sanghamitra 
Mohanty[1] presented a paper named “odia character 
recognition using neural network.”They have used the 
back propagation Neural network for efficient 
recognition where the errors were corrected through 
back propagation and rectified neuron values were 
transmitted by feed-forward method in the neural 
network of multiple layers, e.g the input layer, the 
output layer and the middle layer or hidden layer. 
Debasish Basa, Sukadev Meher[3] presented a paper 
named “Handwritten odia character recognition”. In this 
work they have proposed robust structural solution for 
odia character recognition where a given text is 
segmented into lines and then each line is segmented 
into individual words and then each word is segmented 
into individual characters or basic symbols. Basic 
symbols are the identified as the fundamental units of 
segmentation used for recognition. Using unique 
structure of some characters they have got better results 
compared to other. 
Pradeepta Kumar Sarangi, P Ahmed [7] presented a 
paper named “recognition of Handwritten Odia 
Numerals using Artificial Intelligence Technique”. In 
this paper they implemented artificial neural network 
architecture with back propagation learning for 
recognition of isolated handwritten odia numerals. The 
recognition accuracy of test patterns was 85.30% and 
misclassification was 14.70%.The high percentage of 
misclassification could be due to the local minima 
problem of back propagation which indicates that some 
other technologies like better training algorithm or 
hybridization with genetic algorithm should be adapted 
to overcome the local minima problem. 
Bhagirathi Kumar [5]and his team presented a paper 
named Optical Character Recognition using Ant Miner 
Algorithm: A case study on odia character recognition. 
In this Paper they have used the Ant-miner algorithm 
(AMA) for offline OCR of handwritten odia scripts. The 
AMA is a rule-based approach. The rules are 
incrementally tuned during the training. 
III.CONCLUSION 
In this article we studied the different methods used for 
recognition of handwritten documents along with the 
different work have done by different people for odia 
hand written character recognition. 
REFERENCES 
[1]Oriya Character Recognition using Neural Networks by Soumya 
Mishara,Debasish Nanda,Sanghamitra Mohanty from P.G department 
of CSA,Utkal University. 
[2]Handwriting Segmentation of Unconstrained Oriya text by 
N.Tripathy and U pal from Computer Vision and Pattern Recognition 
unit, Indian statistical institute,203,BTRoad,kolkota 
[3] Handwritten Odia Character Recognition by Debasish Basa, 
Sukadev Meher from Department of Electronics and Communication 
Engineering, NIT, Rourkela, India at National Conference on Recent 
Advances in microwave tubes,March,2011 
[4]Recognition of Isolated Handwritten Oriya Numerals using 
Hopfield Neural Networks by Pradeepta Kumar Sarangi, Ashok 
Kumar Sahoo, P Ahmed at international journal of computer 
application,Feb2012,page36-42 
[5]Optical Character Recognition using ant miner Algorithm:A case 
study on Oriya Character Recognition by Bhagirathi kumar,Niraj 
Kumar,chaubalata Palai,Pradeep kumar jena,subhagata chsttsopsdhya 
at international journal of computer applications,jan,2013 page17-22 
[6] Novel Hybrid Approach for Odia Handwritten Character 
Recognition by Debananda Padhi from P.G Department of Computer 
Science and Application, Utkal University at International Journal of 
Advanced 
Research in Computer Science and Software Engineering.page150-157 
[7] Recognition of Handwritten Odia Numerals using Artificial 
Intelligence Technique by Pradeepta Kumar Sarangi and P Ahmed at 
International Journal of Computer Science and Application,page41-48 
[8]Hand written odia character recognition by Anuraag hota, 
Souramya pradhan department of electronics and communication 
engineering, national institute of technology, Rourkela 
All Rights Reserved©2014 IJARTES Visit: www.ijartes.org Page 2

More Related Content

What's hot

An Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptAn Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptIJERA Editor
 
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...
S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...ijcsit
 
A Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition SystemA Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition Systemiosrjce
 
CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...
CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...
CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...Editor IJMTER
 
Handwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionHandwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionNaiyan Noor
 
Project report - Bengali digit recongnition using SVM
Project report - Bengali digit recongnition using SVMProject report - Bengali digit recongnition using SVM
Project report - Bengali digit recongnition using SVMMohammad Saiful Islam
 
Devanagari Character Recognition
Devanagari Character RecognitionDevanagari Character Recognition
Devanagari Character RecognitionPulkit Goyal
 
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...ijaia
 
Artificial Neural Network / Hand written character Recognition
Artificial Neural Network / Hand written character RecognitionArtificial Neural Network / Hand written character Recognition
Artificial Neural Network / Hand written character RecognitionDr. Uday Saikia
 
IRJET - A Review on Text Recognition for Visually Blind People
IRJET - A Review on Text Recognition for Visually Blind PeopleIRJET - A Review on Text Recognition for Visually Blind People
IRJET - A Review on Text Recognition for Visually Blind PeopleIRJET Journal
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...csandit
 

What's hot (16)

An Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari ScriptAn Optical Character Recognition for Handwritten Devanagari Script
An Optical Character Recognition for Handwritten Devanagari Script
 
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...
S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...S TRUCTURAL  F EATURES  F OR  R ECOGNITION O F  H AND  W RITTEN  K ANNADA  C ...
S TRUCTURAL F EATURES F OR R ECOGNITION O F H AND W RITTEN K ANNADA C ...
 
A Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition SystemA Comprehensive Study On Handwritten Character Recognition System
A Comprehensive Study On Handwritten Character Recognition System
 
CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...
CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...
CHARACTER RECOGNITION USING NEURAL NETWORK WITHOUT FEATURE EXTRACTION FOR KAN...
 
Handwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer VersionHandwriting Recognition Using Deep Learning and Computer Version
Handwriting Recognition Using Deep Learning and Computer Version
 
20120140502008
2012014050200820120140502008
20120140502008
 
Project report - Bengali digit recongnition using SVM
Project report - Bengali digit recongnition using SVMProject report - Bengali digit recongnition using SVM
Project report - Bengali digit recongnition using SVM
 
Devanagari Character Recognition
Devanagari Character RecognitionDevanagari Character Recognition
Devanagari Character Recognition
 
Co4201605611
Co4201605611Co4201605611
Co4201605611
 
Seminar5
Seminar5Seminar5
Seminar5
 
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
OCR-THE 3 LAYERED APPROACH FOR DECISION MAKING STATE AND IDENTIFICATION OF TE...
 
Handwritten Character Recognition
Handwritten Character RecognitionHandwritten Character Recognition
Handwritten Character Recognition
 
Artificial Neural Network / Hand written character Recognition
Artificial Neural Network / Hand written character RecognitionArtificial Neural Network / Hand written character Recognition
Artificial Neural Network / Hand written character Recognition
 
E123440
E123440E123440
E123440
 
IRJET - A Review on Text Recognition for Visually Blind People
IRJET - A Review on Text Recognition for Visually Blind PeopleIRJET - A Review on Text Recognition for Visually Blind People
IRJET - A Review on Text Recognition for Visually Blind People
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
 

Similar to Ijartes v1-i2-001

Character recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural NetworkCharacter recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural Networkijceronline
 
08 8879 10060-1-sm (ijict sj) edit iqbal
08 8879 10060-1-sm (ijict sj) edit iqbal08 8879 10060-1-sm (ijict sj) edit iqbal
08 8879 10060-1-sm (ijict sj) edit iqbalIAESIJEECS
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...cscpconf
 
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITIONA SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITIONIJCIRAS Journal
 
Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)Sudipto Krishna Dutta
 
A Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition TechniquesA Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition Techniquesijsrd.com
 
Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...
Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...
Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...IJAAS Team
 
Optical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocrOptical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocrcsandit
 
Recognition of compound characters in Kannada language
Recognition of compound characters in Kannada languageRecognition of compound characters in Kannada language
Recognition of compound characters in Kannada languageIJECEIAES
 
Handwritten Script Recognition
Handwritten Script RecognitionHandwritten Script Recognition
Handwritten Script Recognitionijsrd.com
 
A STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUES
A STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUESA STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUES
A STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUESijcsitcejournal
 
IRJET- Review on Optical Character Recognition
IRJET- Review on Optical Character RecognitionIRJET- Review on Optical Character Recognition
IRJET- Review on Optical Character RecognitionIRJET Journal
 
Paper id 24201433
Paper id 24201433Paper id 24201433
Paper id 24201433IJRAT
 
Optical Character Recognition (OCR) System
Optical Character Recognition (OCR) SystemOptical Character Recognition (OCR) System
Optical Character Recognition (OCR) Systemiosrjce
 
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionComparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionIOSR Journals
 
Design and Development of a 2D-Convolution CNN model for Recognition of Handw...
Design and Development of a 2D-Convolution CNN model for Recognition of Handw...Design and Development of a 2D-Convolution CNN model for Recognition of Handw...
Design and Development of a 2D-Convolution CNN model for Recognition of Handw...CSCJournals
 

Similar to Ijartes v1-i2-001 (20)

L017116064
L017116064L017116064
L017116064
 
Character recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural NetworkCharacter recognition of Devanagari characters using Artificial Neural Network
Character recognition of Devanagari characters using Artificial Neural Network
 
08 8879 10060-1-sm (ijict sj) edit iqbal
08 8879 10060-1-sm (ijict sj) edit iqbal08 8879 10060-1-sm (ijict sj) edit iqbal
08 8879 10060-1-sm (ijict sj) edit iqbal
 
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
OCR-THE 3 LAYERED APPROACH FOR CLASSIFICATION AND IDENTIFICATION OF TELUGU HA...
 
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITIONA SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
A SURVEY ON DEEP LEARNING METHOD USED FOR CHARACTER RECOGNITION
 
Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)Character Recognition using Data Mining Technique (Artificial Neural Network)
Character Recognition using Data Mining Technique (Artificial Neural Network)
 
A Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition TechniquesA Survey of Modern Character Recognition Techniques
A Survey of Modern Character Recognition Techniques
 
Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...
Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...
Angular Symmetric Axis Constellation Model for Off-line Odia Handwritten Char...
 
Optical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocrOptical character recognition performance analysis of sif and ldf based ocr
Optical character recognition performance analysis of sif and ldf based ocr
 
Recognition of compound characters in Kannada language
Recognition of compound characters in Kannada languageRecognition of compound characters in Kannada language
Recognition of compound characters in Kannada language
 
Handwritten Script Recognition
Handwritten Script RecognitionHandwritten Script Recognition
Handwritten Script Recognition
 
A STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUES
A STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUESA STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUES
A STUDY ON OPTICAL CHARACTER RECOGNITION TECHNIQUES
 
IRJET- Review on Optical Character Recognition
IRJET- Review on Optical Character RecognitionIRJET- Review on Optical Character Recognition
IRJET- Review on Optical Character Recognition
 
Ijetcas14 371
Ijetcas14 371Ijetcas14 371
Ijetcas14 371
 
Paper id 24201433
Paper id 24201433Paper id 24201433
Paper id 24201433
 
Optical Character Recognition (OCR) System
Optical Character Recognition (OCR) SystemOptical Character Recognition (OCR) System
Optical Character Recognition (OCR) System
 
D017222226
D017222226D017222226
D017222226
 
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral RecognitionComparative study of two methods for Handwritten Devanagari Numeral Recognition
Comparative study of two methods for Handwritten Devanagari Numeral Recognition
 
Design and Development of a 2D-Convolution CNN model for Recognition of Handw...
Design and Development of a 2D-Convolution CNN model for Recognition of Handw...Design and Development of a 2D-Convolution CNN model for Recognition of Handw...
Design and Development of a 2D-Convolution CNN model for Recognition of Handw...
 
Ijetcas14 399
Ijetcas14 399Ijetcas14 399
Ijetcas14 399
 

More from IJARTES

Security Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A SurveySecurity Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A SurveyIJARTES
 
Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...
Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...
Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...IJARTES
 
Ijartes v2-i4-001
Ijartes v2-i4-001Ijartes v2-i4-001
Ijartes v2-i4-001IJARTES
 
Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...
Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...
Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...IJARTES
 
Integration of Other Software Components with the Agricultural Expert Systems...
Integration of Other Software Components with the Agricultural Expert Systems...Integration of Other Software Components with the Agricultural Expert Systems...
Integration of Other Software Components with the Agricultural Expert Systems...IJARTES
 
Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...
Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...
Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...IJARTES
 
Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...
Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...
Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...IJARTES
 
Integrated Air Conditioning Unit for Automobiles
Integrated Air Conditioning Unit for AutomobilesIntegrated Air Conditioning Unit for Automobiles
Integrated Air Conditioning Unit for AutomobilesIJARTES
 
Power Generation from Speed Breaker Using Crank Shaft
Power Generation from Speed Breaker Using Crank ShaftPower Generation from Speed Breaker Using Crank Shaft
Power Generation from Speed Breaker Using Crank ShaftIJARTES
 
Influence of Process Parameters on AA7075 in TIG Welding
Influence of Process Parameters on AA7075 in TIG WeldingInfluence of Process Parameters on AA7075 in TIG Welding
Influence of Process Parameters on AA7075 in TIG WeldingIJARTES
 
Ijartes v2-i2-003
Ijartes v2-i2-003Ijartes v2-i2-003
Ijartes v2-i2-003IJARTES
 
Ijartes v2-i2-002
Ijartes v2-i2-002Ijartes v2-i2-002
Ijartes v2-i2-002IJARTES
 
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...IJARTES
 
Ijartes v1-i3-002
Ijartes v1-i3-002Ijartes v1-i3-002
Ijartes v1-i3-002IJARTES
 
Ijartes v1-i3-001
Ijartes v1-i3-001Ijartes v1-i3-001
Ijartes v1-i3-001IJARTES
 
Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...
Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...
Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...IJARTES
 
Ijartes v1-i2-008
Ijartes v1-i2-008Ijartes v1-i2-008
Ijartes v1-i2-008IJARTES
 
Ijartes v1-i2-007
Ijartes v1-i2-007Ijartes v1-i2-007
Ijartes v1-i2-007IJARTES
 
Ijartes v1-i2-006
Ijartes v1-i2-006Ijartes v1-i2-006
Ijartes v1-i2-006IJARTES
 
Ijartes v1-i2-005
Ijartes v1-i2-005Ijartes v1-i2-005
Ijartes v1-i2-005IJARTES
 

More from IJARTES (20)

Security Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A SurveySecurity Issues in Biomedical Wireless Sensor Networks Applications: A Survey
Security Issues in Biomedical Wireless Sensor Networks Applications: A Survey
 
Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...
Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...
Surface Traping in Silicon Nanowire Dual material engineered Cylindrical gate...
 
Ijartes v2-i4-001
Ijartes v2-i4-001Ijartes v2-i4-001
Ijartes v2-i4-001
 
Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...
Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...
Study and Analysis on Heat Treatment Process and Microstructure of Low Carbon...
 
Integration of Other Software Components with the Agricultural Expert Systems...
Integration of Other Software Components with the Agricultural Expert Systems...Integration of Other Software Components with the Agricultural Expert Systems...
Integration of Other Software Components with the Agricultural Expert Systems...
 
Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...
Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...
Short term Multi Chain Hydrothermal Scheduling Using Modified Gravitational S...
 
Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...
Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...
Investigation of Heat Dissipation in Petrol Engine Cylinder during Explosion ...
 
Integrated Air Conditioning Unit for Automobiles
Integrated Air Conditioning Unit for AutomobilesIntegrated Air Conditioning Unit for Automobiles
Integrated Air Conditioning Unit for Automobiles
 
Power Generation from Speed Breaker Using Crank Shaft
Power Generation from Speed Breaker Using Crank ShaftPower Generation from Speed Breaker Using Crank Shaft
Power Generation from Speed Breaker Using Crank Shaft
 
Influence of Process Parameters on AA7075 in TIG Welding
Influence of Process Parameters on AA7075 in TIG WeldingInfluence of Process Parameters on AA7075 in TIG Welding
Influence of Process Parameters on AA7075 in TIG Welding
 
Ijartes v2-i2-003
Ijartes v2-i2-003Ijartes v2-i2-003
Ijartes v2-i2-003
 
Ijartes v2-i2-002
Ijartes v2-i2-002Ijartes v2-i2-002
Ijartes v2-i2-002
 
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
 
Ijartes v1-i3-002
Ijartes v1-i3-002Ijartes v1-i3-002
Ijartes v1-i3-002
 
Ijartes v1-i3-001
Ijartes v1-i3-001Ijartes v1-i3-001
Ijartes v1-i3-001
 
Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...
Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...
Higher Order Mutant Generation to Decrease the Cost of Mutation Testing Sudhi...
 
Ijartes v1-i2-008
Ijartes v1-i2-008Ijartes v1-i2-008
Ijartes v1-i2-008
 
Ijartes v1-i2-007
Ijartes v1-i2-007Ijartes v1-i2-007
Ijartes v1-i2-007
 
Ijartes v1-i2-006
Ijartes v1-i2-006Ijartes v1-i2-006
Ijartes v1-i2-006
 
Ijartes v1-i2-005
Ijartes v1-i2-005Ijartes v1-i2-005
Ijartes v1-i2-005
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 

Ijartes v1-i2-001

  • 1. International Journal of Advanced Research in Technology, Engineering and Science (A Bimonthly Open Access Online Journal) Volume1, Issue2, Sept-Oct, 2014 ISSN: 2349-7173(Online) A Survey on Odia Handwritten Character Recognition Dhabal Prasad Sethi _____________________________________________ ABSTARCT In Image Processing, recognition of handwritten document or printed document is the challenging field. Optical character recognition is a type of document image analysis where scanned copies of machine printed or hand written documents are taken as input and the OCR software system translate it into an editable readable digital text. In this article I surveys the different work have done about odia optical /handwritten character recognition. _____________________________________________ Keywords: OCR, Odia OCR, Odia handwritten character recognition, Feature Extraction, Binarization, Inversion, Skeletonization. ____________________________________________ I.INTRODUCTION Optical character recognition is a process which converts handwritten or typed text in to an electronics format which can be stored, interpreted and processed by a computer. Odia hand written document can be recognized as two methods. 1) Matrix matching/Template Matching 2) Feature extraction Template matching is the simplest method for classification. In template matching, each individual image pixels are used as features. Classification is done by comparing an input character image with a set of templates (or prototypes) from each character class .Each comparison results in a similarity measure between the input character and the template. In feature extraction methods, unique features of each character are taken .The features are taken based on vertical, horizational, right diagonals, left diagonal line segment of the character. The figure below shows the preprocessing of hand written character recognition. _____________________________________________ First Author Name: Dhabal Prasad Sethi, Lecturer in CSE, Govt. College of Engineering, Keonjhar, Odisha.,Email:excellent11@yahoo.in _____________________________________________ (Figure1 shows the OCR system works) a)The preprocessing step consist of Binarization, Inversion, Skeletonization.The binarization of image consist of four types of images .a) gray scale images) binary images) indexed images, 4) RGB images. The input images are taken is called as RGB images. The image having values in the range of [0,255] and [0, 65535] respectively is called gray scale images. The input image which is converted into black and white images with a particular thresholding value is called binary images. Binary images are a combination of 0s and 1s.The brightness which is the average of the values of red, green and blue is found for each pixel is then compared with a threshold value. The pixels which have values less than the threshold value are set to 0 and the pixels which values are greater than threshold values are set to 1.The threshold value may predetermined or can be calculated from the image histogram. (Figure2 shows Steps to binarize the image) Inversion is the processes by which white pixels are converted into dark and dark pixels are converted into white. After binarization each image contains black pixels with white background. We know white pixels have the value1 and black pixel have 0. Skeletonization: The image obtained after inversion is skeletonised, where the foreground pixels are removed All Rights Reserved©2014 IJARTES Visit: www.ijartes.org Page 1
  • 2. International Journal of Advanced Research in Technology, Engineering and Science (A Bimonthly Open Access Online Journal) Volume1, Issue2, Sept-Oct, 2014 ISSN: 2349-7173(Online) preserving the extent and connectivity of the original region. It is useful because it provides a simple and compact representation of the shape of the image b) In Feature extraction each character is represented as a feature vector, which is the identity of that character. The aim of the feature extraction is to extract a set of features, which maximizes the recognition rate with the least amount of elements. c) Classification: To classify the character various algorithms and methods can be used. The classification is done by various factors of the real world problem .Examples of the classifiers are hidden Markova model, Support vector machine, Artificial neural networks. II. LITERATURE SURVEY N Tripathy and U Pal[2]presented a paper named “ Handwriting segmentation of unconstrained Oriya text “.In this paper they propose a water reservoir concept based scheme for segmentation of unconstrained odia handwritten text into individual character. From experiments they have observed that the proposed “touching character” segmentation module has 96.7%accuracy for two-character touching strings. Debananda Padhi[6] presented a paper named “novel hybrid approach for odia handwritten character recognition system”. His proposed system is based on the algorithm of feed forward back propagated neural network combined with genetic algorithm to perform the optimum feature extraction and recognition. The hand written odia characters are classified according to similarity of their shapes and features from the data set collected of different person’s handwritten notes using ANN. He proposed to use five ANN are feed into the GA which chooses the fittest and the best solution and provided us the recognition alphabets. Soumya Mishra, Debasish Nanda and Sanghamitra Mohanty[1] presented a paper named “odia character recognition using neural network.”They have used the back propagation Neural network for efficient recognition where the errors were corrected through back propagation and rectified neuron values were transmitted by feed-forward method in the neural network of multiple layers, e.g the input layer, the output layer and the middle layer or hidden layer. Debasish Basa, Sukadev Meher[3] presented a paper named “Handwritten odia character recognition”. In this work they have proposed robust structural solution for odia character recognition where a given text is segmented into lines and then each line is segmented into individual words and then each word is segmented into individual characters or basic symbols. Basic symbols are the identified as the fundamental units of segmentation used for recognition. Using unique structure of some characters they have got better results compared to other. Pradeepta Kumar Sarangi, P Ahmed [7] presented a paper named “recognition of Handwritten Odia Numerals using Artificial Intelligence Technique”. In this paper they implemented artificial neural network architecture with back propagation learning for recognition of isolated handwritten odia numerals. The recognition accuracy of test patterns was 85.30% and misclassification was 14.70%.The high percentage of misclassification could be due to the local minima problem of back propagation which indicates that some other technologies like better training algorithm or hybridization with genetic algorithm should be adapted to overcome the local minima problem. Bhagirathi Kumar [5]and his team presented a paper named Optical Character Recognition using Ant Miner Algorithm: A case study on odia character recognition. In this Paper they have used the Ant-miner algorithm (AMA) for offline OCR of handwritten odia scripts. The AMA is a rule-based approach. The rules are incrementally tuned during the training. III.CONCLUSION In this article we studied the different methods used for recognition of handwritten documents along with the different work have done by different people for odia hand written character recognition. REFERENCES [1]Oriya Character Recognition using Neural Networks by Soumya Mishara,Debasish Nanda,Sanghamitra Mohanty from P.G department of CSA,Utkal University. [2]Handwriting Segmentation of Unconstrained Oriya text by N.Tripathy and U pal from Computer Vision and Pattern Recognition unit, Indian statistical institute,203,BTRoad,kolkota [3] Handwritten Odia Character Recognition by Debasish Basa, Sukadev Meher from Department of Electronics and Communication Engineering, NIT, Rourkela, India at National Conference on Recent Advances in microwave tubes,March,2011 [4]Recognition of Isolated Handwritten Oriya Numerals using Hopfield Neural Networks by Pradeepta Kumar Sarangi, Ashok Kumar Sahoo, P Ahmed at international journal of computer application,Feb2012,page36-42 [5]Optical Character Recognition using ant miner Algorithm:A case study on Oriya Character Recognition by Bhagirathi kumar,Niraj Kumar,chaubalata Palai,Pradeep kumar jena,subhagata chsttsopsdhya at international journal of computer applications,jan,2013 page17-22 [6] Novel Hybrid Approach for Odia Handwritten Character Recognition by Debananda Padhi from P.G Department of Computer Science and Application, Utkal University at International Journal of Advanced Research in Computer Science and Software Engineering.page150-157 [7] Recognition of Handwritten Odia Numerals using Artificial Intelligence Technique by Pradeepta Kumar Sarangi and P Ahmed at International Journal of Computer Science and Application,page41-48 [8]Hand written odia character recognition by Anuraag hota, Souramya pradhan department of electronics and communication engineering, national institute of technology, Rourkela All Rights Reserved©2014 IJARTES Visit: www.ijartes.org Page 2