SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 513
FONT TYPE IDENTIFICATION OF HINDI PRINTED DOCUMENT
Yogendra Bagoriya1
, Nisha Sharma2
1
CDAC Noida, GGSIPU
2
CDAC Noida, GGSIPU
Abstract
Optical font type identification is one of the important but often neglected problem. Due to the use of different font types OCR engine
is not able to recognize the characters properly and accuracy of the system may decrease. It is not possible to reproduce old
documents without knowledge of font type. Major use of different font styles in documents is to emphasis on some part of document so
that any reader can notice them easily. In a document, font type changes may occur at particular points like titles, indexes, references,
etc. They may be done by choosing another typeface, or changing the style or the size of the same typeface. Major applications of font
type identification are document reproduction, creation of new font types, Document indexing and information retrieval, improving
the recognition rate of an OCR engine. This paper presents an approach for font type identification of 5 Hindi font types as Marathi-
Vakr, Shusha05, Devanagari New, Shusha02, Prem chand ki kahaniyan (Type writer written old book)
Keywords: Font identification, Typographic and Structural features, Line level Identification, Devnagari font type,
classifying font type.
-----------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
In machine-printed documents [1], the OCR systems can be
divided in three groups: Mono-font, Omni-font and Multi-font.
Mono-font OCR systems deal with documents written with one
specific font type so there accuracy is very high but they need a
specific module for each font. Omni font OCR systems allow
the recognition of characters of any font, and for this reason
their accuracy is typically lower. Finally, Multi-font OCR
systems handle a subset of the existing fonts. Their accuracy is
related to the number and the similarity of the fonts under
consideration. These systems achieve the best results when a
single letter has very similar features in each font and it is easy
to discriminate among different classes. On the other hand, the
recognition is very difficult when different letters have similar
features: for example the letter ’l’ in one font could be very
similar to the digit ’1’ in another font. Hence there is a need of
Optical font identification (OFI) before an input can be given
to OCR engine for recognition.
The OCR engine uses the information extracted through
OFI(optical font type identification) system to perform
character recognition and provide better efficiency .OFI is
useful and necessary in[4] Document reproduction where
knowledge of the font is necessary in order to reproduce
(reprint) the document, improving the recognition rate of OCR
systems because OCR with a known font may give better
efficiency than Omni-font OCR (OCR capable of recognizing
characters of any font and size),identification of logical
document structures where knowledge of the font used in a
word, line, or text block may be useful for defining its logical
label (chapter title, section title or paragraph), ,Document
indexing and information retrieval, where word indexes are
generally printed in fonts different from those of the running
text.Since we know that an OCR is trained for a particular type
of language or some standard font type or most widely using
font type, when we gives input textural image of trained font
type than the OCR can easily process that and can generate the
output as required, but if the input image to OCR of some un-
trained font type than it gives incorrect output, and the
accuracy of OCR gradually decreases. This approach identifies
five Hindi font types as Marathi-Vakra, Shusha05, Devanagari
New, Shusha02 and Pram chand ki kahaniyan (Type writer
written old book). A font type can be specified by five
attributes as Typeface (Times, Courier, Helvetica), Weight
(light, regular, bold, heavy), Slope (roman, italic) , Width
(normal, expanded, condensed), and Size. An example of
various font types identified through the given approach is
shown below
Table 1 Various Hindi fonts with their effects
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 514
The major steps involved in Optical font identification are
shown as follow:
Pre Processing may enhance a document image preparing it
for the next stage in a character recognition system.
Segmentation is a process that determines the constituents of
an image.
Feature Extraction captures the essential characteristics of the
font type.
Classification is the process of identifying each font type and
assigning to it the correct class.
Fig1 Steps involved in Font identification
Section II of this paper discusses the various pre-processing
steps performed before the input is forwarded for optical font
identification. Section III gives an overview of segmentation
technique used. Section IV discusses the feature extraction
techniques used to extract features which can uniquely identify
each font type. Section V discusses the classification of the
font types. Section VI and Section VII discuss the Testing
Results and the conclusion of the approach used respectively.
Section VIII provides the future work of the research carried
out.
Data Collection: Various Images has been collected written
in different font types for the training and testing purpose.40
images were collected for Marathi-Vakra font whereas 50
images each were collected for other four types of font i.e.
Shusha05 , Devanagari New, Shusha02 and PreamChand ki
kahaniyan(Type writer). One sample image of each type of
font is given as follow:
Fig 2 Sample Image for Shusha20
Fig 3 Sample Image for Devnagari new
Fig 4 Sample Image for Shusha 05
Fig 5 Sample Image for Marathi Vakra
Fig 6 Prem Chand ki Sampuran Kahaniya
2. PRE-PROCESSING
The collected font type documents are scanned using 300dpi
which usually provides a low noise and good quality image.
The digitized images are stored as binary images in BMP
format.Pre Processing is used enhance a document image
preparing it for the next stage of system. The three steps
involved in the approach are:
 Noise removal
 Binarization.
 Skew correction
 Shiro rekha removal
Noise Removal: Noise is the result of errors in the image
acquisition process that result in pixel values that do not reflect
the true intensities of the real scene. Connected components are
used to remove the noise from the image.
Binarization: Binarization is a process of converting color or
grey-scale image into binary. Otsu method is applied to convert
the image into binary image. Otsu’s method selects the
threshold by minimizing the within-class variance of the two
groups of pixels separated by the thresholding operator.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 515
Skew Correction: Due to the possibility of rotation of the
input image and the sensitivity of many document image
analysis methods to rotation of the image, document skew
should be corrected.
Shiro Rekha Removal: The Shiro rekha removal based on
horizontal projection. Where projection start from 1st row to
last row In the projection profile where we get the pixels
almost equal to the width of the word or above some threshold
value, than these row are considered as shiro rekha
3. SEGMENTATION
Segmentation is a process that determines the constituents of
an image.Applied to text; segmentation is the isolation of
characters or words. In the approach segmentation is
performed by isolating each connected component that is each
connected black area. This technique is easy to implement, but
problems occur if characters touch or if characters are
fragmented and consist of several parts. The two types of
segmentation done are:
Word Segmentation: Approach is based on the white space
separating the two adjacent words in the segmented lines.
Compute the vertical profile for each segmented line, find the
points from which the word starts and ends.
Character Segmentation: The character segmentation is
based on the labeling concept. In this each connected
component in shiro rekha removed image is labeled by
number. The labeling is done by using Recursion.
4. FEATURE EXTRACTION
Feature extraction is the identification of appropriate measures
to characterize the component images distinctly. The objective
of feature extraction is to capture the essential characteristics
of the symbols, and it is generally accepted that this is one of
the most difficult problems of pattern recognition.
Mainly two type of feature are used as typographical feature
and structural feature. The typographical are two types.
Global Typographical Feature:- The global feature are
extracted from text entity like word, line, paragraph or
complete page. These features are generally detected by non-
experts in typography. Some global features are
 Height of line.
 Word orientation.
 Word spacing.
 Word Height.
 Word width.
 Aspect ratio.
Local Feature Extraction:- The Local features are those that
need extra knowledge of previous global features .Local
feature extraction is done from individual letters. The features
are based on characters:
 Slope (roman, italic)
 Width (normal, expanded, condensed)
 Pixel Density (Vertical line, Shiro rekha)
 Based on Character Spacing.
 Thickness of Shiro rekha.
 Size of vertical line.
Various feature extracted are discussed as follow:
Vertical Line Identification: The vertical line identifies after
character segmentation. The vertical projection used for this.
The Colum in which the numbers of black pixels are greater
than threshold value or almost equal to the height of character
than that row considered as vertical line.
Number of Pixels before and after the vertical line: Number
of pixels after and before is calculated by vertical projection
profile. This information gives us that ether the vertical line is
full stop or vertical line of some character. This information
differentiates between full stop or character.
Thickness of vertical line: The thickness of vertical line is one
of typographical feature that is helpful to differentiate one font
type to another font type.
Word Space: The word space is another typographical feature
to identify the font type. The vertical projection can easily give
the word space.
5. CLASSIFICATION
The global and local features of the particular font type are
extracted, and then trained the system according to these
features. Next time when the input image gave to the system, it
again finds the feature and compare with the trained values.
The maximum matching gives the result. For un-trained font
type the system just gives output as non-recognized font type.
6. TESTING RESULTS
Testing is performed on different erroneous image on different
font type’s Images, i.e. single line containing image, paragraph
containing image and complete page containing image.
Accuracy achieved was 96%,for Marathi-Vakra and Prem
chand ki kahaniyan,98% for Shusha05 and Devanagri New and
100% for Shusha02.The final results are given below in table:
Table 2 Testing Table
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 516
Unrecognized Images: Example of unrecognized images is
given as follow. Image font type was unable to recognize due
to lots of noise present in it.
Figure 7 Unrecognized Sample Image
7. CONCLUSIONS
Font type Identification is an important aspect when analyzing
document for useful information extraction. In this paper
simple and fast technique is developed for detection of Font
Type for improving the recognition accuracy of Hindi OCR
system (without doing actual character recognition). The
technique developed was applied on various font types in
various different images with resolution 300 dpi. The Marathi-
Vakra font type identifies with 98 % accuracy, 96% accuracy
for Shusha05, 98% accuracy for Devanagari New, 100%
accuracy for Shusha02, and 96% accuracy achieved in
identification of Pream Chand Ki kahaniyan (Type writer
written old book). The proposed approach needs more analysis
and some constraints, for better result. These various methods
and strategies help us in determining the font type from
document images.
FUTURE WORK
The future work can be extensions up to word level font type
identification. By study we found that the work on the
improvement of the image can be the solution of this. As times
goes the original image becomes erroneous, and during scan
and binarization of image the actual feature or properties
degraded like pixels from the corners removes or shape of serif
or pixels lost from shiro rekha. This degradation of image can
be reverted by improvement of image.
REFERENCES
[1]. Abdelwahab zramdini and rolf ingold ― optical font
recognition using typographical features‖ IEEE transactions on
pattern analysis and machine intelligence, vol. 20, no. 8, august
1998.
[2]. B.v.dhandra, h.maliikarjun t, ravindra hegadi, and
v.s.malemath ― word- wose script identification based on
morphological reconstruction in printed bilingual document‖
IEEE transactions on pattern analysis and machine intelligence,
April 2000.
[3]. Vincent, l.," morphological gray scale reconstruction in
image analysis: applications and efficient algorithms," IEEE
trans. On image processing vol.2 no. 2. Pp. 176- 201, 1993
[4]. Abdelwahab Zramdini and Rolf Ingold “Optical font
recognition from projection profiles” electronic publishing,
vol. 6(3), 249–260 (September 1993)
BIOGRAPHIES
Mr Yogendra bagoriya received his B.tech
degree from Sobhasaria engineering collage
under Rajsthan technical university. He has
completed his M.Tech. in Information
technology from Centre for development of
advance computing (CDAC), Noida. His
interest area is Image processing. OOPS, Programming.
Currently he is working as a software engineer in Mindfire
Solutions.
Ms. .Nisha Sharma received her B.Tech.
Degree in honours from Punjab Technical
University .She has completed her M.Tech
in computer science from Centre for
development of advance computing
(CDAC), Noida. Her interest area is Image
processing. Database management Systems, OOPS, JAVA.
Currently she is working in E-Governance team of CDAC
Noida(R & D) and involved in SERB project.

More Related Content

What's hot

Off-Line Arabic Handwritten Words Segmentation using Morphological Operators
Off-Line Arabic Handwritten Words Segmentation using Morphological OperatorsOff-Line Arabic Handwritten Words Segmentation using Morphological Operators
Off-Line Arabic Handwritten Words Segmentation using Morphological Operatorssipij
 
Multitier holistic Approach for urdu Nastaliq Recognition
Multitier holistic Approach for urdu Nastaliq RecognitionMultitier holistic Approach for urdu Nastaliq Recognition
Multitier holistic Approach for urdu Nastaliq RecognitionDr. Syed Hassan Amin
 
The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...
The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...
The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...Waqas Tariq
 
A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...
A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...
A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...CSCJournals
 
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
 
Two Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi CharactersTwo Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi CharactersCSCJournals
 
Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...
Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...
Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...CSCJournals
 
offline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati textoffline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati textBhumika Patel
 
An OCR System for recognition of Urdu text in Nastaliq Font
An OCR System for recognition of Urdu text in Nastaliq FontAn OCR System for recognition of Urdu text in Nastaliq Font
An OCR System for recognition of Urdu text in Nastaliq FontDr. Syed Hassan Amin
 
Recognition of Offline Handwritten Hindi Text Using SVM
Recognition of Offline Handwritten Hindi Text Using SVMRecognition of Offline Handwritten Hindi Text Using SVM
Recognition of Offline Handwritten Hindi Text Using SVMCSCJournals
 
Review of research on devnagari character recognition
Review of research on devnagari character recognitionReview of research on devnagari character recognition
Review of research on devnagari character recognitionVikas Dongre
 
Fuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindiFuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindiIAEME Publication
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)IJERA Editor
 
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTSEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTcscpconf
 
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...iosrjce
 
Devanagari Character Recognition
Devanagari Character RecognitionDevanagari Character Recognition
Devanagari Character RecognitionPulkit Goyal
 

What's hot (17)

Off-Line Arabic Handwritten Words Segmentation using Morphological Operators
Off-Line Arabic Handwritten Words Segmentation using Morphological OperatorsOff-Line Arabic Handwritten Words Segmentation using Morphological Operators
Off-Line Arabic Handwritten Words Segmentation using Morphological Operators
 
Multitier holistic Approach for urdu Nastaliq Recognition
Multitier holistic Approach for urdu Nastaliq RecognitionMultitier holistic Approach for urdu Nastaliq Recognition
Multitier holistic Approach for urdu Nastaliq Recognition
 
The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...
The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...
The Heuristic Extraction Algorithms for Freeman Chain Code of Handwritten Cha...
 
A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...
A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...
A Novel Approach for Bilingual (English - Oriya) Script Identification and Re...
 
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
 
Two Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi CharactersTwo Methods for Recognition of Hand Written Farsi Characters
Two Methods for Recognition of Hand Written Farsi Characters
 
Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...
Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...
Optical Character Recognition System for Urdu (Naskh Font)Using Pattern Match...
 
offline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati textoffline character recognition for handwritten gujarati text
offline character recognition for handwritten gujarati text
 
An OCR System for recognition of Urdu text in Nastaliq Font
An OCR System for recognition of Urdu text in Nastaliq FontAn OCR System for recognition of Urdu text in Nastaliq Font
An OCR System for recognition of Urdu text in Nastaliq Font
 
Recognition of Offline Handwritten Hindi Text Using SVM
Recognition of Offline Handwritten Hindi Text Using SVMRecognition of Offline Handwritten Hindi Text Using SVM
Recognition of Offline Handwritten Hindi Text Using SVM
 
Review of research on devnagari character recognition
Review of research on devnagari character recognitionReview of research on devnagari character recognition
Review of research on devnagari character recognition
 
Fuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindiFuzzy rule based classification and recognition of handwritten hindi
Fuzzy rule based classification and recognition of handwritten hindi
 
Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)Character Recognition (Devanagari Script)
Character Recognition (Devanagari Script)
 
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXTSEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
SEGMENTATION OF CHARACTERS WITHOUT MODIFIERS FROM A PRINTED BANGLA TEXT
 
Handwritten Character Recognition
Handwritten Character RecognitionHandwritten Character Recognition
Handwritten Character Recognition
 
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
An Efficient Segmentation Technique for Machine Printed Devanagiri Script: Bo...
 
Devanagari Character Recognition
Devanagari Character RecognitionDevanagari Character Recognition
Devanagari Character Recognition
 

Similar to Font type identification of hindi printed document

FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...acijjournal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015Editor IJARCET
 
Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015Editor IJARCET
 
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
 
Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...eSAT Journals
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...iosrjce
 
Mprovement of telugu ocr by segmentation of touching characters
Mprovement of telugu ocr by segmentation of touching charactersMprovement of telugu ocr by segmentation of touching characters
Mprovement of telugu ocr by segmentation of touching characterseSAT Journals
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSijujournal
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSijujournal
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSijujournal
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSijujournal
 
Performance comparison of ocr tools
Performance comparison of ocr toolsPerformance comparison of ocr tools
Performance comparison of ocr toolsijujournal
 
Optical character recognition an encompassing review
Optical character recognition   an encompassing reviewOptical character recognition   an encompassing review
Optical character recognition an encompassing revieweSAT Journals
 
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...rahulmonikasharma
 

Similar to Font type identification of hindi printed document (20)

O45018291
O45018291O45018291
O45018291
 
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
FREEMAN CODE BASED ONLINE HANDWRITTEN CHARACTER RECOGNITION FOR MALAYALAM USI...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Ijetcas14 619
Ijetcas14 619Ijetcas14 619
Ijetcas14 619
 
Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015
 
Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015Volume 2-issue-6-2009-2015
Volume 2-issue-6-2009-2015
 
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
 
A017240107
A017240107A017240107
A017240107
 
Isolated Kannada Character Recognition using Chain Code Features
Isolated Kannada Character Recognition using Chain Code FeaturesIsolated Kannada Character Recognition using Chain Code Features
Isolated Kannada Character Recognition using Chain Code Features
 
Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...Design and implementation of optical character recognition using template mat...
Design and implementation of optical character recognition using template mat...
 
L017248388
L017248388L017248388
L017248388
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
 
Mprovement of telugu ocr by segmentation of touching characters
Mprovement of telugu ocr by segmentation of touching charactersMprovement of telugu ocr by segmentation of touching characters
Mprovement of telugu ocr by segmentation of touching characters
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLS
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLS
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLS
 
PERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLSPERFORMANCE COMPARISON OF OCR TOOLS
PERFORMANCE COMPARISON OF OCR TOOLS
 
Performance comparison of ocr tools
Performance comparison of ocr toolsPerformance comparison of ocr tools
Performance comparison of ocr tools
 
Optical character recognition an encompassing review
Optical character recognition   an encompassing reviewOptical character recognition   an encompassing review
Optical character recognition an encompassing review
 
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
Design and Implementation Recognition System for Handwritten Hindi/Marathi Do...
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana 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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
★ 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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Font type identification of hindi printed document

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 513 FONT TYPE IDENTIFICATION OF HINDI PRINTED DOCUMENT Yogendra Bagoriya1 , Nisha Sharma2 1 CDAC Noida, GGSIPU 2 CDAC Noida, GGSIPU Abstract Optical font type identification is one of the important but often neglected problem. Due to the use of different font types OCR engine is not able to recognize the characters properly and accuracy of the system may decrease. It is not possible to reproduce old documents without knowledge of font type. Major use of different font styles in documents is to emphasis on some part of document so that any reader can notice them easily. In a document, font type changes may occur at particular points like titles, indexes, references, etc. They may be done by choosing another typeface, or changing the style or the size of the same typeface. Major applications of font type identification are document reproduction, creation of new font types, Document indexing and information retrieval, improving the recognition rate of an OCR engine. This paper presents an approach for font type identification of 5 Hindi font types as Marathi- Vakr, Shusha05, Devanagari New, Shusha02, Prem chand ki kahaniyan (Type writer written old book) Keywords: Font identification, Typographic and Structural features, Line level Identification, Devnagari font type, classifying font type. -----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION In machine-printed documents [1], the OCR systems can be divided in three groups: Mono-font, Omni-font and Multi-font. Mono-font OCR systems deal with documents written with one specific font type so there accuracy is very high but they need a specific module for each font. Omni font OCR systems allow the recognition of characters of any font, and for this reason their accuracy is typically lower. Finally, Multi-font OCR systems handle a subset of the existing fonts. Their accuracy is related to the number and the similarity of the fonts under consideration. These systems achieve the best results when a single letter has very similar features in each font and it is easy to discriminate among different classes. On the other hand, the recognition is very difficult when different letters have similar features: for example the letter ’l’ in one font could be very similar to the digit ’1’ in another font. Hence there is a need of Optical font identification (OFI) before an input can be given to OCR engine for recognition. The OCR engine uses the information extracted through OFI(optical font type identification) system to perform character recognition and provide better efficiency .OFI is useful and necessary in[4] Document reproduction where knowledge of the font is necessary in order to reproduce (reprint) the document, improving the recognition rate of OCR systems because OCR with a known font may give better efficiency than Omni-font OCR (OCR capable of recognizing characters of any font and size),identification of logical document structures where knowledge of the font used in a word, line, or text block may be useful for defining its logical label (chapter title, section title or paragraph), ,Document indexing and information retrieval, where word indexes are generally printed in fonts different from those of the running text.Since we know that an OCR is trained for a particular type of language or some standard font type or most widely using font type, when we gives input textural image of trained font type than the OCR can easily process that and can generate the output as required, but if the input image to OCR of some un- trained font type than it gives incorrect output, and the accuracy of OCR gradually decreases. This approach identifies five Hindi font types as Marathi-Vakra, Shusha05, Devanagari New, Shusha02 and Pram chand ki kahaniyan (Type writer written old book). A font type can be specified by five attributes as Typeface (Times, Courier, Helvetica), Weight (light, regular, bold, heavy), Slope (roman, italic) , Width (normal, expanded, condensed), and Size. An example of various font types identified through the given approach is shown below Table 1 Various Hindi fonts with their effects
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 514 The major steps involved in Optical font identification are shown as follow: Pre Processing may enhance a document image preparing it for the next stage in a character recognition system. Segmentation is a process that determines the constituents of an image. Feature Extraction captures the essential characteristics of the font type. Classification is the process of identifying each font type and assigning to it the correct class. Fig1 Steps involved in Font identification Section II of this paper discusses the various pre-processing steps performed before the input is forwarded for optical font identification. Section III gives an overview of segmentation technique used. Section IV discusses the feature extraction techniques used to extract features which can uniquely identify each font type. Section V discusses the classification of the font types. Section VI and Section VII discuss the Testing Results and the conclusion of the approach used respectively. Section VIII provides the future work of the research carried out. Data Collection: Various Images has been collected written in different font types for the training and testing purpose.40 images were collected for Marathi-Vakra font whereas 50 images each were collected for other four types of font i.e. Shusha05 , Devanagari New, Shusha02 and PreamChand ki kahaniyan(Type writer). One sample image of each type of font is given as follow: Fig 2 Sample Image for Shusha20 Fig 3 Sample Image for Devnagari new Fig 4 Sample Image for Shusha 05 Fig 5 Sample Image for Marathi Vakra Fig 6 Prem Chand ki Sampuran Kahaniya 2. PRE-PROCESSING The collected font type documents are scanned using 300dpi which usually provides a low noise and good quality image. The digitized images are stored as binary images in BMP format.Pre Processing is used enhance a document image preparing it for the next stage of system. The three steps involved in the approach are:  Noise removal  Binarization.  Skew correction  Shiro rekha removal Noise Removal: Noise is the result of errors in the image acquisition process that result in pixel values that do not reflect the true intensities of the real scene. Connected components are used to remove the noise from the image. Binarization: Binarization is a process of converting color or grey-scale image into binary. Otsu method is applied to convert the image into binary image. Otsu’s method selects the threshold by minimizing the within-class variance of the two groups of pixels separated by the thresholding operator.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 515 Skew Correction: Due to the possibility of rotation of the input image and the sensitivity of many document image analysis methods to rotation of the image, document skew should be corrected. Shiro Rekha Removal: The Shiro rekha removal based on horizontal projection. Where projection start from 1st row to last row In the projection profile where we get the pixels almost equal to the width of the word or above some threshold value, than these row are considered as shiro rekha 3. SEGMENTATION Segmentation is a process that determines the constituents of an image.Applied to text; segmentation is the isolation of characters or words. In the approach segmentation is performed by isolating each connected component that is each connected black area. This technique is easy to implement, but problems occur if characters touch or if characters are fragmented and consist of several parts. The two types of segmentation done are: Word Segmentation: Approach is based on the white space separating the two adjacent words in the segmented lines. Compute the vertical profile for each segmented line, find the points from which the word starts and ends. Character Segmentation: The character segmentation is based on the labeling concept. In this each connected component in shiro rekha removed image is labeled by number. The labeling is done by using Recursion. 4. FEATURE EXTRACTION Feature extraction is the identification of appropriate measures to characterize the component images distinctly. The objective of feature extraction is to capture the essential characteristics of the symbols, and it is generally accepted that this is one of the most difficult problems of pattern recognition. Mainly two type of feature are used as typographical feature and structural feature. The typographical are two types. Global Typographical Feature:- The global feature are extracted from text entity like word, line, paragraph or complete page. These features are generally detected by non- experts in typography. Some global features are  Height of line.  Word orientation.  Word spacing.  Word Height.  Word width.  Aspect ratio. Local Feature Extraction:- The Local features are those that need extra knowledge of previous global features .Local feature extraction is done from individual letters. The features are based on characters:  Slope (roman, italic)  Width (normal, expanded, condensed)  Pixel Density (Vertical line, Shiro rekha)  Based on Character Spacing.  Thickness of Shiro rekha.  Size of vertical line. Various feature extracted are discussed as follow: Vertical Line Identification: The vertical line identifies after character segmentation. The vertical projection used for this. The Colum in which the numbers of black pixels are greater than threshold value or almost equal to the height of character than that row considered as vertical line. Number of Pixels before and after the vertical line: Number of pixels after and before is calculated by vertical projection profile. This information gives us that ether the vertical line is full stop or vertical line of some character. This information differentiates between full stop or character. Thickness of vertical line: The thickness of vertical line is one of typographical feature that is helpful to differentiate one font type to another font type. Word Space: The word space is another typographical feature to identify the font type. The vertical projection can easily give the word space. 5. CLASSIFICATION The global and local features of the particular font type are extracted, and then trained the system according to these features. Next time when the input image gave to the system, it again finds the feature and compare with the trained values. The maximum matching gives the result. For un-trained font type the system just gives output as non-recognized font type. 6. TESTING RESULTS Testing is performed on different erroneous image on different font type’s Images, i.e. single line containing image, paragraph containing image and complete page containing image. Accuracy achieved was 96%,for Marathi-Vakra and Prem chand ki kahaniyan,98% for Shusha05 and Devanagri New and 100% for Shusha02.The final results are given below in table: Table 2 Testing Table
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 03 | Mar-2014, Available @ http://www.ijret.org 516 Unrecognized Images: Example of unrecognized images is given as follow. Image font type was unable to recognize due to lots of noise present in it. Figure 7 Unrecognized Sample Image 7. CONCLUSIONS Font type Identification is an important aspect when analyzing document for useful information extraction. In this paper simple and fast technique is developed for detection of Font Type for improving the recognition accuracy of Hindi OCR system (without doing actual character recognition). The technique developed was applied on various font types in various different images with resolution 300 dpi. The Marathi- Vakra font type identifies with 98 % accuracy, 96% accuracy for Shusha05, 98% accuracy for Devanagari New, 100% accuracy for Shusha02, and 96% accuracy achieved in identification of Pream Chand Ki kahaniyan (Type writer written old book). The proposed approach needs more analysis and some constraints, for better result. These various methods and strategies help us in determining the font type from document images. FUTURE WORK The future work can be extensions up to word level font type identification. By study we found that the work on the improvement of the image can be the solution of this. As times goes the original image becomes erroneous, and during scan and binarization of image the actual feature or properties degraded like pixels from the corners removes or shape of serif or pixels lost from shiro rekha. This degradation of image can be reverted by improvement of image. REFERENCES [1]. Abdelwahab zramdini and rolf ingold ― optical font recognition using typographical features‖ IEEE transactions on pattern analysis and machine intelligence, vol. 20, no. 8, august 1998. [2]. B.v.dhandra, h.maliikarjun t, ravindra hegadi, and v.s.malemath ― word- wose script identification based on morphological reconstruction in printed bilingual document‖ IEEE transactions on pattern analysis and machine intelligence, April 2000. [3]. Vincent, l.," morphological gray scale reconstruction in image analysis: applications and efficient algorithms," IEEE trans. On image processing vol.2 no. 2. Pp. 176- 201, 1993 [4]. Abdelwahab Zramdini and Rolf Ingold “Optical font recognition from projection profiles” electronic publishing, vol. 6(3), 249–260 (September 1993) BIOGRAPHIES Mr Yogendra bagoriya received his B.tech degree from Sobhasaria engineering collage under Rajsthan technical university. He has completed his M.Tech. in Information technology from Centre for development of advance computing (CDAC), Noida. His interest area is Image processing. OOPS, Programming. Currently he is working as a software engineer in Mindfire Solutions. Ms. .Nisha Sharma received her B.Tech. Degree in honours from Punjab Technical University .She has completed her M.Tech in computer science from Centre for development of advance computing (CDAC), Noida. Her interest area is Image processing. Database management Systems, OOPS, JAVA. Currently she is working in E-Governance team of CDAC Noida(R & D) and involved in SERB project.