SlideShare a Scribd company logo
1 of 8
Download to read offline
@ IJTSRD | Available Online @ www.ijtsrd.com
ISSN No: 2456
International
Research
Text Extraction from Image using Python
T. Gnana Prakash
Assistant Professor, CSE Department,
VNR VJIET, Hyderabad, India
ABSTRACT
With so much of our lives computerized, it is vitally
important that machines and humans can understand
one another and pass information back and forth.
Mostly computers have things their way we have to &
talk to them through relatively crude devices such
keyboards and mice so they can figure out what we
want them to do. However, when it comes to
processing more human kinds of information, like an
old-fashioned printed book or a letter scribbled with a
fountain pen, computers have to work much harder.
That is where optical character recognition (OCR)
comes in. Here we process the image, where we apply
various pre-processing techniques like desk wing,
binarization etc. and algorithms like Tesseract to
recognize the characters and give us the final
document.
Keywords: Open CV- Python; Image Processing; Text
Extraction; Image threshold; Virtual Image
I. INTRODUCTION
Text data present in images contain useful
information for automatic annotation, indexing, and
structuring of images. Extraction of this information
involves detection, localization, tracking, extraction,
enhancement, and recognition of the text from a giv
image. However, variations of text due to differences
in size, style, orientation, and alignment, as well as
low image contrast and complex background make
the problem of automatic text extraction extremely
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017
ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume
International Journal of Trend in Scientific
Research and Development (IJTSRD)
International Open Access Journal
Text Extraction from Image using Python
Professor, CSE Department,
India
K. Anush
Assistant Professor, CSE Department,
Vardhaman College of Engineering, Hyderabad, I
With so much of our lives computerized, it is vitally
important that machines and humans can understand
one another and pass information back and forth.
Mostly computers have things their way we have to &
talk to them through relatively crude devices such as
keyboards and mice so they can figure out what we
want them to do. However, when it comes to
processing more human kinds of information, like an
fashioned printed book or a letter scribbled with a
fountain pen, computers have to work much harder.
at is where optical character recognition (OCR)
comes in. Here we process the image, where we apply
processing techniques like desk wing,
binarization etc. and algorithms like Tesseract to
recognize the characters and give us the final
Python; Image Processing; Text
Extraction; Image threshold; Virtual Image
Text data present in images contain useful
information for automatic annotation, indexing, and
structuring of images. Extraction of this information
involves detection, localization, tracking, extraction,
enhancement, and recognition of the text from a given
image. However, variations of text due to differences
in size, style, orientation, and alignment, as well as
low image contrast and complex background make
the problem of automatic text extraction extremely
challenging. While comprehensive surveys o
problems such as face detection, document analysis,
and image indexing can be found, the problem of text
information extraction is not well surveyed. A large
number of techniques have been proposed to address
this problem, and the purpose of this
classify and review these algorithms, discuss
benchmark data and performance evaluation, and to
point out promising directions for future research.
Content-based image indexing refers to the process of
attaching labels to images based on the
Image content can be divided into two main
categories: perceptual content and semantic content.
Perceptual content includes attributes such as color,
intensity, shape, texture, and their temporal changes,
whereas semantic content means objects,
their relations. A number of studies on the use of
relatively low-level perceptual content for image and
video indexing have already been reported. Studies on
semantic image content in the form of text, face,
vehicle, and human action have als
recent interest. Among them, text within an image is
of particular interest as
 It is very useful for describing the contents of
an image;
 It can be easily extracted compared to other
semantic contents, and
 It enables applications such
image search, automatic video logging, and
text-based image indexing.
Oct 2017 Page: 310
www.ijtsrd.com | Volume - 1 | Issue – 6
Scientific
(IJTSRD)
International Open Access Journal
Text Extraction from Image using Python
Anusha
Professor, CSE Department,
ngineering, Hyderabad, India
challenging. While comprehensive surveys of related
problems such as face detection, document analysis,
and image indexing can be found, the problem of text
information extraction is not well surveyed. A large
number of techniques have been proposed to address
this problem, and the purpose of this paper is to
classify and review these algorithms, discuss
benchmark data and performance evaluation, and to
point out promising directions for future research.
based image indexing refers to the process of
attaching labels to images based on their content.
Image content can be divided into two main
categories: perceptual content and semantic content.
Perceptual content includes attributes such as color,
intensity, shape, texture, and their temporal changes,
whereas semantic content means objects, events, and
their relations. A number of studies on the use of
level perceptual content for image and
video indexing have already been reported. Studies on
semantic image content in the form of text, face,
vehicle, and human action have also attracted some
recent interest. Among them, text within an image is
t is very useful for describing the contents of
t can be easily extracted compared to other
semantic contents, and
It enables applications such as keyword-based
image search, automatic video logging, and
based image indexing.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 311
II. TEXT IN IMAGES
A variety of approaches to text information extraction
(TIE) from images have been proposed for specific
applications including page segmentation, address
block location, license plate location, and content-
based image indexing.
Fig. 1: Grayscale document images
Fig. 2: Multi-color document images
Fig. 3: Images with caption text
Fig. 4: Scene text images
Text in images can exhibit many variations with
respect to the properties like geometry, color, motion,
edge and compression.
Table 1: Properties of text in images
Properties Variants or sub-
classes
Geometry
Size Regularity in size of
text
Alignment
Horizontal/vertical
Straight line with
skew (implies vertical
direction)
Curves
3D perspective
distortion
Inter-
character
distance
Aggregation of
characters with
uniform distance
Colour
Gray
Colour (monochrome,
polychrome)
Motion
Static
Linear Movement
2D rigid constrained
movement
3D rigid constrained
movement
Free Movement
Edge Strong edges
(contrast) at text
boundaries
Compression
Un-compressed image
JPEG, MPEG-
compressed image
The problem of Text Information Extraction TIE
system receives an input in the form of a still image or
a sequence of images. The images can be in gray scale
or color, compressed or un-compressed, and the text
in the images may or may not move. The TIE problem
can be divided into the following sub-problems: (i)
detection, (ii) localization, (iii) tracking, (iv)
extraction and enhancement (v) Optical Character
recognition (OCR).
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com
III. IMAGE THRESHOLDING
A. Threshold Binary
Fig.5: Threshold Binary
This thresholding operation can be expressed as:
So, if the intensity of the pixel
, then the new pixel intensity is set to a
. Otherwise, the pixels are set to
B. Threshold Binary, Inverted
Fig. 5: Threshold Binary, Inverted
This thresholding operation can be expressed as:
If the intensity of the pixel
, then the new pixel intensity is set to a
Otherwise, it is set to .
C. Truncate
Fig. 6: Truncate
This thresholding operation can be expressed as:
The maximum intensity value for the pixels is
is greater, then its value is
truncated. See figure below:
, if
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017
Fig.5: Threshold Binary
This thresholding operation can be expressed as:
is higher than
, then the new pixel intensity is set to a
. Otherwise, the pixels are set to .
Fig. 5: Threshold Binary, Inverted
This thresholding operation can be expressed as:
is higher than
, then the new pixel intensity is set to a .
This thresholding operation can be expressed as:
The maximum intensity value for the pixels is
is greater, then its value is
D. Threshold to Zero
Fig. 7: Threshold to Zero
This operation can be expressed as:
If is lower than
be set to .
E. Threshold to Zero, Inverted
Fig. 8: Threshold to Zero, Inverted
This operation can be expressed as:
If is greater than
will be set to .
F. Simple Thresholding
If pixel value is greater than a threshold value, it is
assigned one value (may be white), else it is assigned
another value (may be black). The function used is
cv2.threshold. First argument is the source image,
which should be a grayscale image
is the threshold value which is used to classify the pixel
values. Third argument is the maxVal which represents
the value to be given if pixel value is more than
(sometimes less than) the threshold value. OpenCV
provides different styles of thresh
decided by the fourth parameter of the function.
Different types are:
 cv2.THRESH_BINARY
 cv2.THRESH_BINARY_INV
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
Oct 2017 Page: 312
Fig. 7: Threshold to Zero
This operation can be expressed as:
, the new pixel value will
ero, Inverted
Fig. 8: Threshold to Zero, Inverted
This operation can be expressed as:
, the new pixel value
If pixel value is greater than a threshold value, it is
assigned one value (may be white), else it is assigned
another value (may be black). The function used is
. First argument is the source image,
should be a grayscale image. Second argument
is the threshold value which is used to classify the pixel
values. Third argument is the maxVal which represents
the value to be given if pixel value is more than
(sometimes less than) the threshold value. OpenCV
provides different styles of thresholding and it is
decided by the fourth parameter of the function.
cv2.THRESH_BINARY_INV
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com
 cv2.THRESH_TRUNC
 cv2.THRESH_TOZERO
 cv2.THRESH_TOZERO_INV
Two outputs are obtained. First one is a
output is our thresholded image.
Fig. 9: Image Describing outputs of different
Thresholding techniques
IV. PYTHON ANYWHERE
Python Anywhere is an online Integrated
Development Environment (IDE) and Web hosting
service based on the Python programmi
provides in browser access to server-based Python and
Bash Command-line interfaces, along with a code
editor with Syntax highlighting. One striking different
between Python Anywhere and the usual Python Cloud
Computing solution that we know of, is that you can
totally work on it online using internet browser in
developing your Python application. With this, you can
bypass the usual delicacies on preparing a local
workstation that meet cloud hosting service
environment requirement and directly work inside
your browser that connected to many consoles
provided by Python anywhere, such as : Bash,
Python/iPython 2.6/2.7/3.3 and MySQL.
This provides a step-by-step guide on how to deploy
your Django applications. The service provides in
browser access to the server-based Python and Bash
command line interfaces, meaning you can interact
with Python Anywhere’s servers just like you would
with a regular terminal instance on your own
computer. Currently, Python Anywhere are offering a
free account which sets you up with an adequate
amount of storage space and CPU time to get a Django
application up and running.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017
Two outputs are obtained. First one is a retval . Second
Fig. 9: Image Describing outputs of different
Thresholding techniques
is an online Integrated
Development Environment (IDE) and Web hosting
service based on the Python programming language. It
based Python and
line interfaces, along with a code
editor with Syntax highlighting. One striking different
between Python Anywhere and the usual Python Cloud
of, is that you can
totally work on it online using internet browser in
developing your Python application. With this, you can
bypass the usual delicacies on preparing a local
workstation that meet cloud hosting service
y work inside
your browser that connected to many consoles
provided by Python anywhere, such as : Bash,
Python/iPython 2.6/2.7/3.3 and MySQL.
step guide on how to deploy
your Django applications. The service provides in-
based Python and Bash
command line interfaces, meaning you can interact
with Python Anywhere’s servers just like you would
with a regular terminal instance on your own
computer. Currently, Python Anywhere are offering a
h sets you up with an adequate
amount of storage space and CPU time to get a Django
A. Creating a Python Anywhere Account
First sign up for a Beginner Python Anywhere
account. If your application takes off and becomes
popular, you can always upgrade your account at a
later stage to gain more storage space and CPU time
along with a number of other benefits (like hosting
specific domains and ssh abilities).
Once your account has been created, you will have
your own little slice of the World Wide Web at
http://<username>.pythonanywhere.com, where
<username> is your Python Anywhere username. It is
from this URL that your hosted a
available from.
B. The Python Anywhere Web Interface
The Python Anywhere web interface contains a
dashboard, which in turn provides a series of tabs
allowing you to manage your application. The tabs as
illustrated in Fig. 10 include:
 a consoles tab, allowing you to create and
interact with Python and Bash console
instances;
 a files tab, which allows you to upload to and
organize files within your disk quota;
 a web tab, allowing you to configure settings
for your hosted web applicatio
 a schedule tab, allowing you to setup tasks to
be executed at particular times; and
 a databases tab, which allows you to configure
a MySQL instance for your applications should
you require it.
Of the five tabs provided, we’ll be working primarily
with the consoles and web tabs. The Python Anywhere
help pages provide a series of detailed explanations on
how to use the other tabs.
Fig. 10: The Python Anywhere dashboard, showing
the Consoles
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
Oct 2017 Page: 313
A. Creating a Python Anywhere Account
First sign up for a Beginner Python Anywhere
account. If your application takes off and becomes
popular, you can always upgrade your account at a
later stage to gain more storage space and CPU time
along with a number of other benefits (like hosting
ic domains and ssh abilities).
Once your account has been created, you will have
your own little slice of the World Wide Web at
http://<username>.pythonanywhere.com, where
<username> is your Python Anywhere username. It is
from this URL that your hosted application will be
B. The Python Anywhere Web Interface
The Python Anywhere web interface contains a
, which in turn provides a series of tabs
allowing you to manage your application. The tabs as
tab, allowing you to create and
interact with Python and Bash console
tab, which allows you to upload to and
organize files within your disk quota;
tab, allowing you to configure settings
for your hosted web application;
tab, allowing you to setup tasks to
be executed at particular times; and
tab, which allows you to configure
a MySQL instance for your applications should
Of the five tabs provided, we’ll be working primarily
tabs. The Python Anywhere
provide a series of detailed explanations on
Fig. 10: The Python Anywhere dashboard, showing
Consoles tab.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 314
C. Python Anywhere to upload the image
Fig. 11: Python Anywhere IDE to upload image
In the Python Anywhere IDE, the user can upload the
image from which he or she wishes to extract the text.
After logging into Python Anywhere account, a user
has to go to the working directory where one can find
“Upload a File” option. Clicking on it lets user chose
the desired image and then uploads it to Python
Anywhere cloud.
D. The Bash Console
Fig. 12: Finding Bash Console in Python Anywhere
Python Anywhere allows a user to have two consoles
for a free trial. On upgrading the account, a user can
increase this number. To run the python files one must
open the bash console.
Fig. 13: Running Files in Bash Console
Here we specify the file we wish to run. Python is the
keyword to specify that we are running a python file
and testest.py is the file name.
E. Result File
Fig. 14: Text files containing extracted text
The text extracted from the images is pipelined to a
text file where the user can view, edit and modify its
contents. User can thus save the obtained text file and
download it from Python Anywhere.
V. SYSTEM ANALYSIS
A. System Architecture
The entire process can be depicted using these basic
steps:
Fig. 15: Workflow in the system
The three basic steps involved in this process are
detection, enhancement and extraction. This diagram
defines the structure of the system.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 315
Fig. 16: Detailed Architecture of system
VI. Test cases
Table 2: Test Cases
S.
No
Test Case Expected
Result
Actual Result
1 Image with
plain Text and
plain
background
Text
extracted
Text
extracted
Passed
2 Image with
luminance
Text
extracted
Text
extracted
Passed
3 Tabular data
which contains
the rows and
columns
Text
extracted
Text
extracted
Passed
4 Letter head Text
extracted
Text
extracted
Passed
5 Bond paper
with the text
content which
is in colour
Text
extracted
Text
extracted
Passed
6 Signboard
containing text
Text
extracted
Text
extracted
Passed
7 Text with
varying font
size
Text
extracted
Text
extracted
Passed
8 Handwritten
text
Text
extracted
Partiall
y
passed
9 Image with
high text data
of low details
Text
extracted
Text
extracted
Failed
10 Complex
background
image with
tilted text
containing
mixed colours
Text
extracted
Text
extracted
Failed
11 Label on water
bottle
Text
extracted
Text
extracted
Failed
Below are the results of few test cases performed. The
original image and the extracted text are shown
below.
A. Example 1:
Fig.17: Image
Fig. 18: Image with plain background
B. Example 2:
Fig. 19: Bond Paper
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 316
Fig. 20: Bond Paper with plain background
C. Example 3:
Fig. 21: Hand writing Image
Fig. 22: Image with plain background
D. Example 4:
Fig. 23: Image with high text data of low details
Fig. 24: Image with high text data of low details
E. Example 5:
Fig. 25: Complex background image with tilted text
containing mixed colors
Fig. 25: Complex background image with tilted text
containing mixed colors with plain background
CONCLUSION
Even though a large number of algorithms have been
proposed in the literature, no single method can
provide satisfactory performance in all the
applications due to the large variations in character
font, size, texture, color, etc. Through this paper we
are in the stream of deriving the satisfactory results
by enhancing the input by fine tuning the image and
deriving the optimum levels of accuracy from
TESSERACT.
International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470
@ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 317
FUTURE SCOPE
With machine learning algorithms constantly being
developed and improved, massive amounts of
computational power becoming readily available both
locally and on the cloud, and unfathomable amounts
of data can be extracted not only in the domain of
image but also in terms of scene, video frames and
scrolling types of data.
REFERENCES
1) M. Flickner, H. Sawney et al., Query by
Image and Video Content: The QBIC System,
IEEE Computer 28 (9) (1995) 23-32.
2) J. Zhang, Y. Gong, S. W. Smoliar, and S. Y.
Tan, Automatic Parsing of News Video, Proc.
of IEEE Conference on Multimedia
Computing and Systems, 1994, pp. 45-54.
3) M. H. Yang, D. J. Kriegman, and N. Ahuja,
Detecting faces in Images: A Survey, IEEE
Transactions on Pattern Analysis and Machine
Intelligence, 24 (1) (2002) 34-58.
4) Y. Cui and Q. Huang, Character Extraction of
License Plates from Video, Proc. of IEEE
Conference on Computer Vision and Pattern
Recognition, 1997, pp. 502 –507.
5) C. Colombo, A. D. Bimbo, and P. Pala,
Semantics in Visual Information Retrieval,
IEEE Multimedia, 6 (3) (1999) 38-53.
6) T. Sato, T. Kanade, E. K. Hughes, and M. A.
Smith, Video OCR for Digital News Archive,
Proc. of IEEE Workshop on Content based
Access of Image and Video Databases, 1998,
pp. 52-60.
7) Atsuo Yoshitaka and Tadao Ichikawa, A
Survey on Content-based Retrieval for
Multimedia Databases, IEEE Transactions on
Knowledge and Data Engineering, 11(1999)
81-93.
8) W. Qi, L. Gu, H. Jiang, X. Chen, and H.
Zhang, Integrating Visual, Audio, and Text
Analysis for News Video, Proc. of IEEE
International Conference on Image
Processing, 2000, pp. 10-13.
9) D.Wactlar, T. Kanade, M. A. Smith, and S. M.
Stevens, Intelligent Access to Digital Video:
The Informedia Project, IEEE Computer, 29
(5) (1996) 46-52.
10) H. Rein-Lien, M. Abdel-Mottaleb, A. K. Jain,
Face Detection in Color Images, IEEE
Transactions on Pattern Analysis and Machine
Intelligence, 24 (5) (2002) 696-706.

More Related Content

What's hot

Text detection and recognition from natural scenes
Text detection and recognition from natural scenesText detection and recognition from natural scenes
Text detection and recognition from natural sceneshemanthmcqueen
 
Image Representation & Descriptors
Image Representation & DescriptorsImage Representation & Descriptors
Image Representation & DescriptorsPundrikPatel
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technologyranjit banshpal
 
Character Recognition using Machine Learning
Character Recognition using Machine LearningCharacter Recognition using Machine Learning
Character Recognition using Machine LearningRitwikSaurabh1
 
Simultaneous Smoothing and Sharpening of Color Images
Simultaneous Smoothing and Sharpening of Color ImagesSimultaneous Smoothing and Sharpening of Color Images
Simultaneous Smoothing and Sharpening of Color ImagesCristina Pérez Benito
 
Image degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem AshrafImage degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem AshrafMD Naseem Ashraf
 
Image Enhancement - Point Processing
Image Enhancement - Point ProcessingImage Enhancement - Point Processing
Image Enhancement - Point ProcessingGayathri31093
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationMostafa G. M. Mostafa
 
Features image processing and Extaction
Features image processing and ExtactionFeatures image processing and Extaction
Features image processing and ExtactionAli A Jalil
 
Introduction to object detection
Introduction to object detectionIntroduction to object detection
Introduction to object detectionBrodmann17
 
Content based image retrieval(cbir)
Content based image retrieval(cbir)Content based image retrieval(cbir)
Content based image retrieval(cbir)paddu123
 

What's hot (20)

Text detection and recognition from natural scenes
Text detection and recognition from natural scenesText detection and recognition from natural scenes
Text detection and recognition from natural scenes
 
Image Representation & Descriptors
Image Representation & DescriptorsImage Representation & Descriptors
Image Representation & Descriptors
 
Sharpening spatial filters
Sharpening spatial filtersSharpening spatial filters
Sharpening spatial filters
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
Image recognition
Image recognitionImage recognition
Image recognition
 
Character Recognition using Machine Learning
Character Recognition using Machine LearningCharacter Recognition using Machine Learning
Character Recognition using Machine Learning
 
Image captioning
Image captioningImage captioning
Image captioning
 
Simultaneous Smoothing and Sharpening of Color Images
Simultaneous Smoothing and Sharpening of Color ImagesSimultaneous Smoothing and Sharpening of Color Images
Simultaneous Smoothing and Sharpening of Color Images
 
Image degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem AshrafImage degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem Ashraf
 
Image Enhancement - Point Processing
Image Enhancement - Point ProcessingImage Enhancement - Point Processing
Image Enhancement - Point Processing
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
Features image processing and Extaction
Features image processing and ExtactionFeatures image processing and Extaction
Features image processing and Extaction
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Image Encryption in java ppt.
Image Encryption in java ppt.Image Encryption in java ppt.
Image Encryption in java ppt.
 
image compression ppt
image compression pptimage compression ppt
image compression ppt
 
Introduction to object detection
Introduction to object detectionIntroduction to object detection
Introduction to object detection
 
Content based image retrieval(cbir)
Content based image retrieval(cbir)Content based image retrieval(cbir)
Content based image retrieval(cbir)
 
Image processing ppt
Image processing pptImage processing ppt
Image processing ppt
 
Pattern recognition
Pattern recognitionPattern recognition
Pattern recognition
 
Data Redundacy
Data RedundacyData Redundacy
Data Redundacy
 

Similar to Text Extraction from Image using Python

CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...Editor IJMTER
 
Multilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal AnalysisMultilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal Analysisijtsrd
 
Techniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesTechniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesJill Crawford
 
Handwritten Text Recognition and Digital Text Conversion
Handwritten Text Recognition and Digital Text ConversionHandwritten Text Recognition and Digital Text Conversion
Handwritten Text Recognition and Digital Text Conversionijtsrd
 
A Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueA Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueIOSR Journals
 
Anatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionAnatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionIJEACS
 
IRJET- Photo Optical Character Recognition Model
IRJET- Photo Optical Character Recognition ModelIRJET- Photo Optical Character Recognition Model
IRJET- Photo Optical Character Recognition ModelIRJET Journal
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image ClassificationIRJET Journal
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paperCharlie716895
 
Text Mining with Automatic Annotation from Unstructured Content
Text Mining with Automatic Annotation from Unstructured ContentText Mining with Automatic Annotation from Unstructured Content
Text Mining with Automatic Annotation from Unstructured ContentIIRindia
 
IRJET- Information Retrieval & Text Analytics using Artificial Intelligence
IRJET- Information Retrieval & Text Analytics using Artificial IntelligenceIRJET- Information Retrieval & Text Analytics using Artificial Intelligence
IRJET- Information Retrieval & Text Analytics using Artificial IntelligenceIRJET Journal
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using TesseractIRJET Journal
 
Imagically Image Forensic Tool
Imagically Image Forensic ToolImagically Image Forensic Tool
Imagically Image Forensic Toolijtsrd
 
IRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine LearningIRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine LearningIRJET Journal
 
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfHandwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfSachin414679
 
Deep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A ReviewDeep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A ReviewIRJET Journal
 
IRJET- Intelligent Character Recognition of Handwritten Characters
IRJET- Intelligent Character Recognition of Handwritten CharactersIRJET- Intelligent Character Recognition of Handwritten Characters
IRJET- Intelligent Character Recognition of Handwritten CharactersIRJET Journal
 

Similar to Text Extraction from Image using Python (20)

CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
CONTENT RECOVERY AND IMAGE RETRIVAL IN IMAGE DATABASE CONTENT RETRIVING IN TE...
 
Multilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal AnalysisMultilabel Image Annotation using Multimodal Analysis
Multilabel Image Annotation using Multimodal Analysis
 
Techniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From ImagesTechniques Used For Extracting Useful Information From Images
Techniques Used For Extracting Useful Information From Images
 
Handwritten Text Recognition and Digital Text Conversion
Handwritten Text Recognition and Digital Text ConversionHandwritten Text Recognition and Digital Text Conversion
Handwritten Text Recognition and Digital Text Conversion
 
A Review on Matching For Sketch Technique
A Review on Matching For Sketch TechniqueA Review on Matching For Sketch Technique
A Review on Matching For Sketch Technique
 
Anatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern DetectionAnatomical Survey Based Feature Vector for Text Pattern Detection
Anatomical Survey Based Feature Vector for Text Pattern Detection
 
IRJET- Photo Optical Character Recognition Model
IRJET- Photo Optical Character Recognition ModelIRJET- Photo Optical Character Recognition Model
IRJET- Photo Optical Character Recognition Model
 
Ts2 c topic
Ts2 c topicTs2 c topic
Ts2 c topic
 
Ts2 c topic (1)
Ts2 c topic (1)Ts2 c topic (1)
Ts2 c topic (1)
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image Classification
 
A review on digital image processing paper
A review on digital image processing paperA review on digital image processing paper
A review on digital image processing paper
 
16 ijcse-01237
16 ijcse-0123716 ijcse-01237
16 ijcse-01237
 
Text Mining with Automatic Annotation from Unstructured Content
Text Mining with Automatic Annotation from Unstructured ContentText Mining with Automatic Annotation from Unstructured Content
Text Mining with Automatic Annotation from Unstructured Content
 
IRJET- Information Retrieval & Text Analytics using Artificial Intelligence
IRJET- Information Retrieval & Text Analytics using Artificial IntelligenceIRJET- Information Retrieval & Text Analytics using Artificial Intelligence
IRJET- Information Retrieval & Text Analytics using Artificial Intelligence
 
IRJET- Image to Text Conversion using Tesseract
IRJET-  	  Image to Text Conversion using TesseractIRJET-  	  Image to Text Conversion using Tesseract
IRJET- Image to Text Conversion using Tesseract
 
Imagically Image Forensic Tool
Imagically Image Forensic ToolImagically Image Forensic Tool
Imagically Image Forensic Tool
 
IRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine LearningIRJET- A Survey on Image Retrieval using Machine Learning
IRJET- A Survey on Image Retrieval using Machine Learning
 
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfHandwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
 
Deep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A ReviewDeep Learning in Text Recognition and Text Detection : A Review
Deep Learning in Text Recognition and Text Detection : A Review
 
IRJET- Intelligent Character Recognition of Handwritten Characters
IRJET- Intelligent Character Recognition of Handwritten CharactersIRJET- Intelligent Character Recognition of Handwritten Characters
IRJET- Intelligent Character Recognition of Handwritten Characters
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 

Text Extraction from Image using Python

  • 1. @ IJTSRD | Available Online @ www.ijtsrd.com ISSN No: 2456 International Research Text Extraction from Image using Python T. Gnana Prakash Assistant Professor, CSE Department, VNR VJIET, Hyderabad, India ABSTRACT With so much of our lives computerized, it is vitally important that machines and humans can understand one another and pass information back and forth. Mostly computers have things their way we have to & talk to them through relatively crude devices such keyboards and mice so they can figure out what we want them to do. However, when it comes to processing more human kinds of information, like an old-fashioned printed book or a letter scribbled with a fountain pen, computers have to work much harder. That is where optical character recognition (OCR) comes in. Here we process the image, where we apply various pre-processing techniques like desk wing, binarization etc. and algorithms like Tesseract to recognize the characters and give us the final document. Keywords: Open CV- Python; Image Processing; Text Extraction; Image threshold; Virtual Image I. INTRODUCTION Text data present in images contain useful information for automatic annotation, indexing, and structuring of images. Extraction of this information involves detection, localization, tracking, extraction, enhancement, and recognition of the text from a giv image. However, variations of text due to differences in size, style, orientation, and alignment, as well as low image contrast and complex background make the problem of automatic text extraction extremely @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 ISSN No: 2456 - 6470 | www.ijtsrd.com | Volume International Journal of Trend in Scientific Research and Development (IJTSRD) International Open Access Journal Text Extraction from Image using Python Professor, CSE Department, India K. Anush Assistant Professor, CSE Department, Vardhaman College of Engineering, Hyderabad, I With so much of our lives computerized, it is vitally important that machines and humans can understand one another and pass information back and forth. Mostly computers have things their way we have to & talk to them through relatively crude devices such as keyboards and mice so they can figure out what we want them to do. However, when it comes to processing more human kinds of information, like an fashioned printed book or a letter scribbled with a fountain pen, computers have to work much harder. at is where optical character recognition (OCR) comes in. Here we process the image, where we apply processing techniques like desk wing, binarization etc. and algorithms like Tesseract to recognize the characters and give us the final Python; Image Processing; Text Extraction; Image threshold; Virtual Image Text data present in images contain useful information for automatic annotation, indexing, and structuring of images. Extraction of this information involves detection, localization, tracking, extraction, enhancement, and recognition of the text from a given image. However, variations of text due to differences in size, style, orientation, and alignment, as well as low image contrast and complex background make the problem of automatic text extraction extremely challenging. While comprehensive surveys o problems such as face detection, document analysis, and image indexing can be found, the problem of text information extraction is not well surveyed. A large number of techniques have been proposed to address this problem, and the purpose of this classify and review these algorithms, discuss benchmark data and performance evaluation, and to point out promising directions for future research. Content-based image indexing refers to the process of attaching labels to images based on the Image content can be divided into two main categories: perceptual content and semantic content. Perceptual content includes attributes such as color, intensity, shape, texture, and their temporal changes, whereas semantic content means objects, their relations. A number of studies on the use of relatively low-level perceptual content for image and video indexing have already been reported. Studies on semantic image content in the form of text, face, vehicle, and human action have als recent interest. Among them, text within an image is of particular interest as  It is very useful for describing the contents of an image;  It can be easily extracted compared to other semantic contents, and  It enables applications such image search, automatic video logging, and text-based image indexing. Oct 2017 Page: 310 www.ijtsrd.com | Volume - 1 | Issue – 6 Scientific (IJTSRD) International Open Access Journal Text Extraction from Image using Python Anusha Professor, CSE Department, ngineering, Hyderabad, India challenging. While comprehensive surveys of related problems such as face detection, document analysis, and image indexing can be found, the problem of text information extraction is not well surveyed. A large number of techniques have been proposed to address this problem, and the purpose of this paper is to classify and review these algorithms, discuss benchmark data and performance evaluation, and to point out promising directions for future research. based image indexing refers to the process of attaching labels to images based on their content. Image content can be divided into two main categories: perceptual content and semantic content. Perceptual content includes attributes such as color, intensity, shape, texture, and their temporal changes, whereas semantic content means objects, events, and their relations. A number of studies on the use of level perceptual content for image and video indexing have already been reported. Studies on semantic image content in the form of text, face, vehicle, and human action have also attracted some recent interest. Among them, text within an image is t is very useful for describing the contents of t can be easily extracted compared to other semantic contents, and It enables applications such as keyword-based image search, automatic video logging, and based image indexing.
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 311 II. TEXT IN IMAGES A variety of approaches to text information extraction (TIE) from images have been proposed for specific applications including page segmentation, address block location, license plate location, and content- based image indexing. Fig. 1: Grayscale document images Fig. 2: Multi-color document images Fig. 3: Images with caption text Fig. 4: Scene text images Text in images can exhibit many variations with respect to the properties like geometry, color, motion, edge and compression. Table 1: Properties of text in images Properties Variants or sub- classes Geometry Size Regularity in size of text Alignment Horizontal/vertical Straight line with skew (implies vertical direction) Curves 3D perspective distortion Inter- character distance Aggregation of characters with uniform distance Colour Gray Colour (monochrome, polychrome) Motion Static Linear Movement 2D rigid constrained movement 3D rigid constrained movement Free Movement Edge Strong edges (contrast) at text boundaries Compression Un-compressed image JPEG, MPEG- compressed image The problem of Text Information Extraction TIE system receives an input in the form of a still image or a sequence of images. The images can be in gray scale or color, compressed or un-compressed, and the text in the images may or may not move. The TIE problem can be divided into the following sub-problems: (i) detection, (ii) localization, (iii) tracking, (iv) extraction and enhancement (v) Optical Character recognition (OCR).
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com III. IMAGE THRESHOLDING A. Threshold Binary Fig.5: Threshold Binary This thresholding operation can be expressed as: So, if the intensity of the pixel , then the new pixel intensity is set to a . Otherwise, the pixels are set to B. Threshold Binary, Inverted Fig. 5: Threshold Binary, Inverted This thresholding operation can be expressed as: If the intensity of the pixel , then the new pixel intensity is set to a Otherwise, it is set to . C. Truncate Fig. 6: Truncate This thresholding operation can be expressed as: The maximum intensity value for the pixels is is greater, then its value is truncated. See figure below: , if International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Fig.5: Threshold Binary This thresholding operation can be expressed as: is higher than , then the new pixel intensity is set to a . Otherwise, the pixels are set to . Fig. 5: Threshold Binary, Inverted This thresholding operation can be expressed as: is higher than , then the new pixel intensity is set to a . This thresholding operation can be expressed as: The maximum intensity value for the pixels is is greater, then its value is D. Threshold to Zero Fig. 7: Threshold to Zero This operation can be expressed as: If is lower than be set to . E. Threshold to Zero, Inverted Fig. 8: Threshold to Zero, Inverted This operation can be expressed as: If is greater than will be set to . F. Simple Thresholding If pixel value is greater than a threshold value, it is assigned one value (may be white), else it is assigned another value (may be black). The function used is cv2.threshold. First argument is the source image, which should be a grayscale image is the threshold value which is used to classify the pixel values. Third argument is the maxVal which represents the value to be given if pixel value is more than (sometimes less than) the threshold value. OpenCV provides different styles of thresh decided by the fourth parameter of the function. Different types are:  cv2.THRESH_BINARY  cv2.THRESH_BINARY_INV International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 Oct 2017 Page: 312 Fig. 7: Threshold to Zero This operation can be expressed as: , the new pixel value will ero, Inverted Fig. 8: Threshold to Zero, Inverted This operation can be expressed as: , the new pixel value If pixel value is greater than a threshold value, it is assigned one value (may be white), else it is assigned another value (may be black). The function used is . First argument is the source image, should be a grayscale image. Second argument is the threshold value which is used to classify the pixel values. Third argument is the maxVal which represents the value to be given if pixel value is more than (sometimes less than) the threshold value. OpenCV provides different styles of thresholding and it is decided by the fourth parameter of the function. cv2.THRESH_BINARY_INV
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com  cv2.THRESH_TRUNC  cv2.THRESH_TOZERO  cv2.THRESH_TOZERO_INV Two outputs are obtained. First one is a output is our thresholded image. Fig. 9: Image Describing outputs of different Thresholding techniques IV. PYTHON ANYWHERE Python Anywhere is an online Integrated Development Environment (IDE) and Web hosting service based on the Python programmi provides in browser access to server-based Python and Bash Command-line interfaces, along with a code editor with Syntax highlighting. One striking different between Python Anywhere and the usual Python Cloud Computing solution that we know of, is that you can totally work on it online using internet browser in developing your Python application. With this, you can bypass the usual delicacies on preparing a local workstation that meet cloud hosting service environment requirement and directly work inside your browser that connected to many consoles provided by Python anywhere, such as : Bash, Python/iPython 2.6/2.7/3.3 and MySQL. This provides a step-by-step guide on how to deploy your Django applications. The service provides in browser access to the server-based Python and Bash command line interfaces, meaning you can interact with Python Anywhere’s servers just like you would with a regular terminal instance on your own computer. Currently, Python Anywhere are offering a free account which sets you up with an adequate amount of storage space and CPU time to get a Django application up and running. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Two outputs are obtained. First one is a retval . Second Fig. 9: Image Describing outputs of different Thresholding techniques is an online Integrated Development Environment (IDE) and Web hosting service based on the Python programming language. It based Python and line interfaces, along with a code editor with Syntax highlighting. One striking different between Python Anywhere and the usual Python Cloud of, is that you can totally work on it online using internet browser in developing your Python application. With this, you can bypass the usual delicacies on preparing a local workstation that meet cloud hosting service y work inside your browser that connected to many consoles provided by Python anywhere, such as : Bash, Python/iPython 2.6/2.7/3.3 and MySQL. step guide on how to deploy your Django applications. The service provides in- based Python and Bash command line interfaces, meaning you can interact with Python Anywhere’s servers just like you would with a regular terminal instance on your own computer. Currently, Python Anywhere are offering a h sets you up with an adequate amount of storage space and CPU time to get a Django A. Creating a Python Anywhere Account First sign up for a Beginner Python Anywhere account. If your application takes off and becomes popular, you can always upgrade your account at a later stage to gain more storage space and CPU time along with a number of other benefits (like hosting specific domains and ssh abilities). Once your account has been created, you will have your own little slice of the World Wide Web at http://<username>.pythonanywhere.com, where <username> is your Python Anywhere username. It is from this URL that your hosted a available from. B. The Python Anywhere Web Interface The Python Anywhere web interface contains a dashboard, which in turn provides a series of tabs allowing you to manage your application. The tabs as illustrated in Fig. 10 include:  a consoles tab, allowing you to create and interact with Python and Bash console instances;  a files tab, which allows you to upload to and organize files within your disk quota;  a web tab, allowing you to configure settings for your hosted web applicatio  a schedule tab, allowing you to setup tasks to be executed at particular times; and  a databases tab, which allows you to configure a MySQL instance for your applications should you require it. Of the five tabs provided, we’ll be working primarily with the consoles and web tabs. The Python Anywhere help pages provide a series of detailed explanations on how to use the other tabs. Fig. 10: The Python Anywhere dashboard, showing the Consoles International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 Oct 2017 Page: 313 A. Creating a Python Anywhere Account First sign up for a Beginner Python Anywhere account. If your application takes off and becomes popular, you can always upgrade your account at a later stage to gain more storage space and CPU time along with a number of other benefits (like hosting ic domains and ssh abilities). Once your account has been created, you will have your own little slice of the World Wide Web at http://<username>.pythonanywhere.com, where <username> is your Python Anywhere username. It is from this URL that your hosted application will be B. The Python Anywhere Web Interface The Python Anywhere web interface contains a , which in turn provides a series of tabs allowing you to manage your application. The tabs as tab, allowing you to create and interact with Python and Bash console tab, which allows you to upload to and organize files within your disk quota; tab, allowing you to configure settings for your hosted web application; tab, allowing you to setup tasks to be executed at particular times; and tab, which allows you to configure a MySQL instance for your applications should Of the five tabs provided, we’ll be working primarily tabs. The Python Anywhere provide a series of detailed explanations on Fig. 10: The Python Anywhere dashboard, showing Consoles tab.
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 314 C. Python Anywhere to upload the image Fig. 11: Python Anywhere IDE to upload image In the Python Anywhere IDE, the user can upload the image from which he or she wishes to extract the text. After logging into Python Anywhere account, a user has to go to the working directory where one can find “Upload a File” option. Clicking on it lets user chose the desired image and then uploads it to Python Anywhere cloud. D. The Bash Console Fig. 12: Finding Bash Console in Python Anywhere Python Anywhere allows a user to have two consoles for a free trial. On upgrading the account, a user can increase this number. To run the python files one must open the bash console. Fig. 13: Running Files in Bash Console Here we specify the file we wish to run. Python is the keyword to specify that we are running a python file and testest.py is the file name. E. Result File Fig. 14: Text files containing extracted text The text extracted from the images is pipelined to a text file where the user can view, edit and modify its contents. User can thus save the obtained text file and download it from Python Anywhere. V. SYSTEM ANALYSIS A. System Architecture The entire process can be depicted using these basic steps: Fig. 15: Workflow in the system The three basic steps involved in this process are detection, enhancement and extraction. This diagram defines the structure of the system.
  • 6. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 315 Fig. 16: Detailed Architecture of system VI. Test cases Table 2: Test Cases S. No Test Case Expected Result Actual Result 1 Image with plain Text and plain background Text extracted Text extracted Passed 2 Image with luminance Text extracted Text extracted Passed 3 Tabular data which contains the rows and columns Text extracted Text extracted Passed 4 Letter head Text extracted Text extracted Passed 5 Bond paper with the text content which is in colour Text extracted Text extracted Passed 6 Signboard containing text Text extracted Text extracted Passed 7 Text with varying font size Text extracted Text extracted Passed 8 Handwritten text Text extracted Partiall y passed 9 Image with high text data of low details Text extracted Text extracted Failed 10 Complex background image with tilted text containing mixed colours Text extracted Text extracted Failed 11 Label on water bottle Text extracted Text extracted Failed Below are the results of few test cases performed. The original image and the extracted text are shown below. A. Example 1: Fig.17: Image Fig. 18: Image with plain background B. Example 2: Fig. 19: Bond Paper
  • 7. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 316 Fig. 20: Bond Paper with plain background C. Example 3: Fig. 21: Hand writing Image Fig. 22: Image with plain background D. Example 4: Fig. 23: Image with high text data of low details Fig. 24: Image with high text data of low details E. Example 5: Fig. 25: Complex background image with tilted text containing mixed colors Fig. 25: Complex background image with tilted text containing mixed colors with plain background CONCLUSION Even though a large number of algorithms have been proposed in the literature, no single method can provide satisfactory performance in all the applications due to the large variations in character font, size, texture, color, etc. Through this paper we are in the stream of deriving the satisfactory results by enhancing the input by fine tuning the image and deriving the optimum levels of accuracy from TESSERACT.
  • 8. International Journal of Trend in Scientific Research and Development (IJTSRD) ISSN: 2456-6470 @ IJTSRD | Available Online @ www.ijtsrd.com | Volume – 1 | Issue – 6 | Sep-Oct 2017 Page: 317 FUTURE SCOPE With machine learning algorithms constantly being developed and improved, massive amounts of computational power becoming readily available both locally and on the cloud, and unfathomable amounts of data can be extracted not only in the domain of image but also in terms of scene, video frames and scrolling types of data. REFERENCES 1) M. Flickner, H. Sawney et al., Query by Image and Video Content: The QBIC System, IEEE Computer 28 (9) (1995) 23-32. 2) J. Zhang, Y. Gong, S. W. Smoliar, and S. Y. Tan, Automatic Parsing of News Video, Proc. of IEEE Conference on Multimedia Computing and Systems, 1994, pp. 45-54. 3) M. H. Yang, D. J. Kriegman, and N. Ahuja, Detecting faces in Images: A Survey, IEEE Transactions on Pattern Analysis and Machine Intelligence, 24 (1) (2002) 34-58. 4) Y. Cui and Q. Huang, Character Extraction of License Plates from Video, Proc. of IEEE Conference on Computer Vision and Pattern Recognition, 1997, pp. 502 –507. 5) C. Colombo, A. D. Bimbo, and P. Pala, Semantics in Visual Information Retrieval, IEEE Multimedia, 6 (3) (1999) 38-53. 6) T. Sato, T. Kanade, E. K. Hughes, and M. A. Smith, Video OCR for Digital News Archive, Proc. of IEEE Workshop on Content based Access of Image and Video Databases, 1998, pp. 52-60. 7) Atsuo Yoshitaka and Tadao Ichikawa, A Survey on Content-based Retrieval for Multimedia Databases, IEEE Transactions on Knowledge and Data Engineering, 11(1999) 81-93. 8) W. Qi, L. Gu, H. Jiang, X. Chen, and H. Zhang, Integrating Visual, Audio, and Text Analysis for News Video, Proc. of IEEE International Conference on Image Processing, 2000, pp. 10-13. 9) D.Wactlar, T. Kanade, M. A. Smith, and S. M. Stevens, Intelligent Access to Digital Video: The Informedia Project, IEEE Computer, 29 (5) (1996) 46-52. 10) H. Rein-Lien, M. Abdel-Mottaleb, A. K. Jain, Face Detection in Color Images, IEEE Transactions on Pattern Analysis and Machine Intelligence, 24 (5) (2002) 696-706.